Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

gre or ipsec

Status
Not open for further replies.

iwanthome

Technical User
Joined
Mar 9, 2003
Messages
45
Location
CN
I have following topo:
lan a---router a-------router b--lan b----router c----router d---lan c
lan a will communicate with lan c with ip protocol.But I don't want lan c can communicate with lan b.How could I do ?
I setup gre tunnel between lan a and lan c,but lan c can also visit lan b.
any comment are apprecatied,thanks!
 
Have you thought of access-lists? Just block any LAN C IPs from entering the LAN B interfaces.

Just a thought.

Burke
 
I know ACL can do this.But I try to use VPN to archive this.It is just a lab.
thanks!
 
A combination of ACL's and GRE tunnels would accomplish this. Setup a GRE tunnel between LAN-A and LAN-C like you did already. Apply access lists to the interfaces so only GRE traffic is allowed, this should block LAN-B traffic.

If you want to encrypt the traffic you can use IPSec with GRE as well.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top