gregworcester
IS-IT--Management
Hello Everyone
I hope someone can help me with this.
Everything i have in the config is correct to the best
of my limited knowledge, but for the liofe of me I cannot get
out to the internet with this.
Not getting DNS. I have a sneaky suspicion it is my access-list
and have tried different orders but to date nothing has worked.
I also wonder if my overload statement is correct
hostname WP2621
!
boot-start-marker
boot-end-marker
no aaa new-model
resource policy
ip cef
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.0.2 192.168.0.101
ip dhcp excluded-address 192.168.0.249 192.168.0.254
!
ip dhcp pool whitepine
network 192.168.0.0 255.255.255.0
default-router 192.168.0.101
dns-server 192.168.0.101
domain-name seg.net
!
ip name-server 206.34.181.15 (These are seg.net)
ip name-server 206.34.181.16
ip name-server 69.24.0.2 (These are my ISP)
ip name-server 69.24.8.2
!
interface ATM0/0
no ip address
shutdown
no atm ilmi-keepalive
dsl operating-mode auto
!
interface FastEthernet0/0
ip address dhcp
ip access-group 101 out
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.0.101 255.255.255.0
ip nat inside
ip virtual-reassembly
speed 100
full-duplex
no mop enabled
!
ip route 0.0.0.0 0.0.0.0 216.107.xxx.0
!
no ip http server
no ip http secure-server
ip nat inside source list 101 interface FastEthernet0/0 overload
!
access-list 101 permit tcp 192.168.0.0 0.0.0.255 any
access-list 101 permit tcp any any established
access-list 101 permit udp any eq domain any
access-list 101 permit tcp any any eq www
access-list 101 permit tcp any any eq 22
access-list 101 permit tcp any any eq telnet
access-list 101 permit tcp any any eq pop3
access-list 101 permit tcp any any eq smtp
access-list 101 deny ip any any
sh ip rou
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is 216.107.224.0 to network 0.0.0.0
C 192.168.0.0/24 is directly connected, FastEthernet0/1
S* 0.0.0.0/0 [1/0] via 216.107.xxx.0
C 216.107.xxx.0/23 is directly connected, FastEthernet0/0
Output of debug IP packet
: tableid=0, s=192.168.0.101 (local), d=192.168.0.104 (FastEthernet0/1), route
: s=216.107.224.1 (FastEthernet0/0), d=255.255.255.255, len 328, rcvd 2
: tableid=0, s=192.168.0.101 (local), d=192.168.0.104 (FastEthernet0/1), route
: s=216.107.224.1 (FastEthernet0/0), d=255.255.255.255, len 328, rcvd 2
Any help would be very much appreciated!!!
Thanks
Greg Worcester
I hope someone can help me with this.
Everything i have in the config is correct to the best
of my limited knowledge, but for the liofe of me I cannot get
out to the internet with this.
Not getting DNS. I have a sneaky suspicion it is my access-list
and have tried different orders but to date nothing has worked.
I also wonder if my overload statement is correct
hostname WP2621
!
boot-start-marker
boot-end-marker
no aaa new-model
resource policy
ip cef
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.0.2 192.168.0.101
ip dhcp excluded-address 192.168.0.249 192.168.0.254
!
ip dhcp pool whitepine
network 192.168.0.0 255.255.255.0
default-router 192.168.0.101
dns-server 192.168.0.101
domain-name seg.net
!
ip name-server 206.34.181.15 (These are seg.net)
ip name-server 206.34.181.16
ip name-server 69.24.0.2 (These are my ISP)
ip name-server 69.24.8.2
!
interface ATM0/0
no ip address
shutdown
no atm ilmi-keepalive
dsl operating-mode auto
!
interface FastEthernet0/0
ip address dhcp
ip access-group 101 out
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.0.101 255.255.255.0
ip nat inside
ip virtual-reassembly
speed 100
full-duplex
no mop enabled
!
ip route 0.0.0.0 0.0.0.0 216.107.xxx.0
!
no ip http server
no ip http secure-server
ip nat inside source list 101 interface FastEthernet0/0 overload
!
access-list 101 permit tcp 192.168.0.0 0.0.0.255 any
access-list 101 permit tcp any any established
access-list 101 permit udp any eq domain any
access-list 101 permit tcp any any eq www
access-list 101 permit tcp any any eq 22
access-list 101 permit tcp any any eq telnet
access-list 101 permit tcp any any eq pop3
access-list 101 permit tcp any any eq smtp
access-list 101 deny ip any any
sh ip rou
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is 216.107.224.0 to network 0.0.0.0
C 192.168.0.0/24 is directly connected, FastEthernet0/1
S* 0.0.0.0/0 [1/0] via 216.107.xxx.0
C 216.107.xxx.0/23 is directly connected, FastEthernet0/0
Output of debug IP packet
: tableid=0, s=192.168.0.101 (local), d=192.168.0.104 (FastEthernet0/1), route
: s=216.107.224.1 (FastEthernet0/0), d=255.255.255.255, len 328, rcvd 2
: tableid=0, s=192.168.0.101 (local), d=192.168.0.104 (FastEthernet0/1), route
: s=216.107.224.1 (FastEthernet0/0), d=255.255.255.255, len 328, rcvd 2
Any help would be very much appreciated!!!
Thanks
Greg Worcester