cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
428
Views
0
Helpful
1
Replies

Running dual externel connections

s.gilbrook
Level 1
Level 1

Dear all,

We currently have a single connection out to our company WAN, which we currently route traffic through which is destined to the Internet (as well as systems hosted within the organisationl WAN).

My question is this:- If we were to install a second connection on site, which connects directly to the Internet, how would we route Internet traffic out of one connection and local (WAN) traffic out of the existing connection ?

We currently have 2 x PIX 515e's (failover config) connecting to 2 x 7200's (HSRP config) for out existing connection, but the proposed connection could be sepearte from these (additional router/Firewall).

Thanks in advance.

1 Reply 1

globalnettech
Level 5
Level 5

Hello,

basically, you would need to route specific traffic to your existing PIX firewalls, and the rest to the new connection, by means of a default route. Let's say your internal network that you need to reach is 192.168.0.0/16, you could configure a static route for that network pointing to your existing PIX:

ip route 192.168.0.0 0.0.255.255 10.1.1.1

where 10.1.1.1 is the IP address of the PIX.

The default route:

ip route 0.0.0.0 0.0.0.0 172.16.1.1

where 172.16.1.1 is the IP address of the new connection, this would take care of the remainder of the traffic (Internet traffic).

Does that make sense ?

Regards,

GNT