Hey guys..I am in some bad shape. I have this thread going in another forum so Ill keep it short and sweet as possible. I cannot access the internet. I cannot get a thing from the "sh dhcp lease" command so that tells me the ISP is not playing well. I called them and I do not have to provide them with my MAC address. They wont take it and barley understand why I would ask them that..I know the default-gateway (24.253.136.1 and my IP was 24.253.136.243). I used the "dhcp" command on the outside interface, as you can see frmo the config here, but no dice. I removed my access-list off the interface, excpet the NAT pool to be internalaly translated, I kept that, and good news is, I AM getting a DHCP function to work properly, but over all, no internet. I mean, this config is as bare-bones as I can think, so if anyone can help me out, I am so greatful for your time. Cheers!
I have nothing from the dhcp server. here was my output.
Router#sh dhcp lease
Temp IP addr: 0.0.0.0 for peer on Interface: FastEthernet0/0
Temp sub net mask: 0.0.0.0
DHCP Lease server: 0.0.0.0, state: 1 Selecting
DHCP transaction id: 274
Lease: 0 secs, Renewal: 0 secs, Rebind: 0 secs
Next timer fires after: 00:00:02
Retry count: 2 Client-ID: cisco-0012.7f3d.baa0-Fa0/0
Client-ID hex dump: 636973636F2D303031322E376633642E
626161302D4661302F30
Hostname: Router
And just so you can see that I did make the changes to the running config...
!
interface FastEthernet0/0
ip address dhcp
no ip redirects
no ip proxy-arp
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.0.1 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 dhcp
!
!
ip http server
no ip http secure-server
ip nat inside source list NAT-ADDRESSES interface FastEthernet0/0 overload
!
ip access-list standard NAT-ADDRESSES
permit 192.168.0.0 0.0.0.255
!
access-list 101 permit tcp any any established
I have nothing from the dhcp server. here was my output.
Router#sh dhcp lease
Temp IP addr: 0.0.0.0 for peer on Interface: FastEthernet0/0
Temp sub net mask: 0.0.0.0
DHCP Lease server: 0.0.0.0, state: 1 Selecting
DHCP transaction id: 274
Lease: 0 secs, Renewal: 0 secs, Rebind: 0 secs
Next timer fires after: 00:00:02
Retry count: 2 Client-ID: cisco-0012.7f3d.baa0-Fa0/0
Client-ID hex dump: 636973636F2D303031322E376633642E
626161302D4661302F30
Hostname: Router
And just so you can see that I did make the changes to the running config...
!
interface FastEthernet0/0
ip address dhcp
no ip redirects
no ip proxy-arp
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.0.1 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 dhcp
!
!
ip http server
no ip http secure-server
ip nat inside source list NAT-ADDRESSES interface FastEthernet0/0 overload
!
ip access-list standard NAT-ADDRESSES
permit 192.168.0.0 0.0.0.255
!
access-list 101 permit tcp any any established