General discussion
Thread display: Collapse - |
All Comments
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
nat designing in cisco 1700 router
1 x serial 0
1 x Fast eth
with 64 kpbs line
The configuration as follows
-------------------------------------------
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname XXXXXXXXX
enable secret 5 XXXXXXXXXXXXXXXX
enable password XXXXXXXXXXXXXX
!
ip subnet-zero
ip domain-name vsnl.net.in
ip name-server 202.54.6.60
ip name-server 202.54.6.50
ip name-server 202.54.1.30
!
interface FastEthernet0
ip address 192.168.0.1 255.255.255.0
ip nat inside
speed auto
!
interface Serial0
bandwidth 128
ip address A.B.C.D X.X.X.X
ip nat outside
!
ip nat inside source list 101 interface Serial0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
no ip http server
!
!
access-list 101 permit ip 192.168.0.0 0.0.0.255 any
line con 0
line aux 0
password 7 xxxxxxxxxxxxxxx
login
!
end
-----------------------------------------
1.) now all the systems from 192.168.0.2 to 192.168.0.254 are accesing internet. I want to restrict internet access to some group of ip`s
(e.g) 192.168.0.2 to 192.168.0.32
and
192.168.0.50 to 192.168.0.75
2. ) i want to restrict bandwidth say 5k to one particular ip
regards
dina