20 pts.
 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

Software/Hardware used:
ASKED: April 11, 2009  7:05 AM
UPDATED: April 15, 2009  6:21 PM

Answer Wiki:
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 Wiki Answer Submitted:  April 15, 2009  6:20 pm  by  mshen   27,310 pts.
All Answer Wiki Contributors:  mshen   27,310 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

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

 27,310 pts.

 

These broadband connections are RJ-45 DSL connections.

 20 pts.

 

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

 27,310 pts.