I am new to CISCO Routers and having problems configuring Internet Access using a 2 MB leased line for internal LAN users.
I can ping my Serial IP and default Gateway and LAN IP, all assigned by my Leased Line provider.
I can't ping my ISP DNS Server, using tracert from workstation to my ISP DNS server (202.188.0.133) shows only 2 Hops to
192.168.42.252 (Fastethernet 0/0 Internal IP Add)
219.93.x.x (default Gateway)
Can someone point out what I am doing wrong/ not doing?
Thanks a lot!
----------------------------------------------------
My Router Current configuration : 1076 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname ics_cisco
!
enable password xxxxxx
!
ip subnet-zero
!
ip name-server 202.188.0.133
ip name-server 202.188.1.5
!
interface FastEthernet0/0
ip address 219.93.x.x 255.255.255.224 secondary
ip address 192.168.42.252 255.255.255.0
ip nat inside
duplex auto
speed auto
!
interface Serial0/0
ip address 219.94.x.x 255.255.255.252
ip nat outside
!
interface BRI0/0
no ip address
shutdown
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
ip default-gateway 219.94.x.2
ip nat pool testpool 219.94.x.1 219.94.x.1 netmask 255.255.255.252
ip nat inside source list 1 pool testpool overload
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0
ip http server
ip pim bidir-enable
!
!
access-list 1 permit 192.168.42.0 0.0.0.255
I can ping my Serial IP and default Gateway and LAN IP, all assigned by my Leased Line provider.
I can't ping my ISP DNS Server, using tracert from workstation to my ISP DNS server (202.188.0.133) shows only 2 Hops to
192.168.42.252 (Fastethernet 0/0 Internal IP Add)
219.93.x.x (default Gateway)
Can someone point out what I am doing wrong/ not doing?
Thanks a lot!
----------------------------------------------------
My Router Current configuration : 1076 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname ics_cisco
!
enable password xxxxxx
!
ip subnet-zero
!
ip name-server 202.188.0.133
ip name-server 202.188.1.5
!
interface FastEthernet0/0
ip address 219.93.x.x 255.255.255.224 secondary
ip address 192.168.42.252 255.255.255.0
ip nat inside
duplex auto
speed auto
!
interface Serial0/0
ip address 219.94.x.x 255.255.255.252
ip nat outside
!
interface BRI0/0
no ip address
shutdown
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
ip default-gateway 219.94.x.2
ip nat pool testpool 219.94.x.1 219.94.x.1 netmask 255.255.255.252
ip nat inside source list 1 pool testpool overload
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0
ip http server
ip pim bidir-enable
!
!
access-list 1 permit 192.168.42.0 0.0.0.255