2514 NAT configuration on ADSL

I am trying to configure a 2514 running IOS 12.2(1) c2500-jk80s-l to connect my home LAN with some services on it to my ADSL circuit using NAT. The problem right now is that I can't get the Cisco to connect to my ISP to even find out if the rest of the configuration is correct... when I do show ip int brief, here's what I get.

2514a#sho ip int bri Interface IP-Address OK? Method Status Protocol Dialer1 unassigned YES manual up up Ethernet0 unassigned YES TFTP up up Ethernet1 192.168.0.1 YES manual up up Serial0 unassigned YES TFTP administratively down down Serial1 unassigned YES TFTP administratively down down

Here is my configuration...

! version 12.2 service config no service single-slot-reload-enable service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname 2514a ! logging rate-limit console 10 except errors enable secret 5 xxxxx enable password xxxxx ! ip subnet-zero no ip finger ip name-server 209.193.4.7 ip name-server 209.193.4.8 ! no ip dhcp-client network-discovery ! ! ! ! interface Ethernet0 description ADSL WAN Interface no ip address no ip redirects no ip unreachables no ip proxy-arp no ip mroute-cache pppoe enable no cdp enable ! interface Ethernet1 description ADSL Lan Interface ip address 192.168.0.1 255.255.255.0 no ip redirects no ip unreachables no ip proxy-arp ip nat inside no ip mroute-cache no cdp enable ! interface Serial0 no ip address no ip mroute-cache shutdown no cdp enable ! interface Serial1 no ip address no ip mroute-cache shutdown no cdp enable ! interface Dialer1 description ADSL WAN Dialer mtu 1460 ip address negotiated no ip unreachables ip nat outside encapsulation ppp no ip mroute-cache dialer pool 1 dialer-group 1 no cdp enable ppp authentication chap callin ppp chap hostname xxxx ppp chap password xxxx ! ip kerberos source-interface any ip nat inside source list 10 interface Dialer1 overload ip nat inside source static tcp 192.168.0.2 587 xxx.xxx.xxx.xxx 587 extendable ip nat inside source static tcp 192.168.0.2 8767 xxx.xxx.xxx.xxx 8767 extendable ip nat inside source static tcp 192.168.0.2 1723 xxx.xxx.xxx.xxx 1723 extendable ip nat inside source static tcp 192.168.0.2 8080 xxx.xxx.xxx.xxx 8080 extendable ip nat inside source static tcp 192.168.0.2 3389 xxx.xxx.xxx.xxx 3389 extendable ip nat inside source static tcp 192.168.0.2 119 xxx.xxx.xxx.xxx 119 extendable ip nat inside source static tcp 192.168.0.2 81 xxx.xxx.xxx.xxx 81 extendable ip nat inside source static tcp 192.168.0.2 23 xxx.xxx.xxx.xxx 23 extendable ip nat inside source static tcp 192.168.0.2 110 xxx.xxx.xxx.xxx 110 extendable ip nat inside source static tcp 192.168.0.2 25 xxx.xxx.xxx.xxx 25 extendable ip nat inside source static tcp 192.168.0.2 443 xxx.xxx.xxx.xxx 443 extendable ip nat inside source static tcp 192.168.0.2 80 xxx.xxx.xxx.xxx 80 extendable ip nat inside source static tcp 192.168.0.2 21 xxx.xxx.xxx.xxx 21 extendable ip classless ip route 0.0.0.0 0.0.0.0 Dialer1 no ip http server ! access-list 10 permit 192.0.0.0 0.255.255.255 no cdp run ! snmp-server community public RO ! line con 0 exec-timeout 0 0 transport input none line aux 0 line vty 0 4 password xxxx login ! end

Reply to
Mike Davis
Loading thread data ...

!--- These VPDN commands are not needed with !--- Cisco IOS Software Release 12.2(13)T or later !--- or later.

Reply to
Merv

see

formatting link

!--- These VPDN commands are not needed with !--- Cisco IOS Software Release 12.2(13)T or later !--- or later.

vpdn enable no vpdn logging

vpdn-group pppoe request-dialin protocol pppoe

Reply to
Merv

What VPDN commands... there aren't any in my config?

Mike

Reply to
Mike Davis

Upgrade to 12.2(15)T17 or try adding those commands

Reply to
Merv

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.