Share two broadbanc connections in 2811 router
20 pts.
0
Q:
Share two broadbanc connections in 2811 router
I am having a 2811 router with one Serial interface and two Fe. We have two broadband connections. Can any one help how to configure router with these specifications.

Thanks in advance
ASKED: Apr 11 2009  7:05 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
23535 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Here's a basic sample config for failover which you need to customize to your network.

#interface FastEthernet 0/0
#ip address YOUR_EXTERNAL_IP_ADDRESS SUBNET_MASK ! From your ISP
#no shutdown

#interface FastEthernet 0/1
#ip address YOUR_EXTERNAL_IP_ADDRESS SUBNET_MASK ! From your second ISP
#no shutdown

#interface FastEthernet 1/0
#ip address YOUR_INTERNAL_IP_ADDRESS SUBNET_MASK
#no shutdown
#end

#conf t
#ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
#ip route 0.0.0.0 0.0.0.0 FastEthernet0/1 100
Last Answered: Apr 15 2009  6:20 PM GMT by Mshen   23535 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Mshen   23535 pts.  |   Apr 12 2009  6:39AM GMT

Are these broadband connections RJ-45 DSL connections or are you connecting using the serial interface? And which serial module are you using?

 

PSKR   20 pts.  |   Apr 15 2009  4:52AM GMT

These broadband connections are RJ-45 DSL connections.

 

Mshen   23535 pts.  |   Apr 15 2009  6:21PM GMT

You will need to get another RJ-45 module then you can use the config above.

 
0