04-01-2009 09:01 AM - edited 03-11-2019 08:13 AM
please is it possible to configure 2 default route in a router?
04-06-2009 07:31 AM
Hi Habib,
You can control internet access in may ways. If you have static IP address for internet access, then I would suggest adding and acl in inside of router R2.
In the below example, the acl internet_users will control internet access.
!
ip access-list extended internet_users
permit ip host 172.22.10.1 any
permit ip 172.22.15.16 0.0.0.7 any
!
interface fastethernet 0/1
description <<<<< Inside Network >>>>>
ip access-group internet_users in
!
If you are using dynamic IP address assignment and if you have Cisco Secure ACS, then use proxy authentication on Internet Router R2.
04-09-2009 07:38 AM
Hi Roshan and Jon
I did approximately what u ask to do and it works, now all my branches go to the internet through R2 thank you very much for your help.
regards
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide