I agree with JOAMON unless those ips belong to a mail and a web server on the inside of the network which pgaliardo wants the whole world to access, then ACL 102 makes no sense.
It's quiet simple:
On Router1
interface Serial0/1
bandwidth 2048
ip address 10.10.83.1 255.255.255.0
bandwidth 2048
On Router2
interface Serial0/1
bandwidth 2048
ip address 10.10.83.2 255.255.255.0
bandwidth 2048
Of course this depends on what service you get from ythe ISP and what...
Something like this may help
"access-list 101 deny icmp any 192.168.xx.xx 0.0.0.0 echo"
"permit ip any any"
apply this access-list to the outside int.
"access-group 101 out
You need to make sure that you have a route for the other serial 0/0 interface. Also give it a greater AD (Administrative Distance) lets say 20.
What may be happening is that when your primary link goes down there no routes to send traffic through the other interface.
Also on the more...
Cisco 1600 series routers connect small offices with Ethernet LANs to the Internet and to company intranets using several wide-area-network (WAN) technologies: Integrated Service Digital Network (ISDN), asynchronous serial, and synchronous serial such as Frame Relay, leased lines, Switched 56...
Put the following in:
Router(config)# ip route 0.0.0.0. 0.0.0.0 FastEthernet0/1
Router(config)# ip route 0.0.0.0. 0.0.0.0 FastEthernet0/0
and let me know what happens
The other thing I mentioned was access-list
Creat and apply the folowing to both interfaces that are connected to the internet links.
at the config prompt do the following one at a time
Route(config)#access-list 110 permit tcp any any eq www
Route(config)#access-list 110 permit tcp any any...
Thats exactly what you need to do.. Contact your Telco to see what they have to offer in relation to what you can afford.
Connecting the routers by serial connection would mean that you would need a dedicate lease line (eg T1 or frame relay)or whatever other service is available from your...
If you want to remove the previous 10.0.0.10 entries for the access-list use the same commands, only you would put no before them
Router(config)#no access-list 100 permit tcp host 10.0.0.19 eq www
Router(config)#no access-list 100 permit tcp host 10.0.0.19 any eq 443
Router(config)#no...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.