Here is a modified copy of my running config. I've taken out all the passwords, but left the ip addresses so you can see how it works. The 10.x.x.x net is my home network. The 207.x.x.x addresses are Earthlink dns servers. I also removed all of my filters, but I left the port forwarding entries. This config allows my home pc to run a FTP (port 21) and
80) server. Good luck!!
Building configuration...
Current configuration:
!
!
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
!
hostname Cisco827
!
enable secret 5 ******encrypted password******
enable password **password**
!
!
!
!
!
clock timezone EDT -5
clock summer-time EDT recurring
ip subnet-zero
no ip source-route
no ip finger
no ip domain-lookup
ip name-server 207.69.188.186
ip name-server 207.69.188.185
ip dhcp excluded-address 10.0.0.1 10.0.0.19
!
ip dhcp pool dhcp_pool
network 10.0.0.0 255.0.0.0
default-router 10.0.0.1
dns-server 207.69.188.186 207.69.188.185
!
ip dhcp-server 10.0.0.1
vpdn enable
no vpdn logging
!
vpdn-group pppoe
request-dialin
protocol pppoe
!
!
!
!
!
!
interface Ethernet0
ip address 10.0.0.1 255.0.0.0
ip nat inside
no ip route-cache
no ip mroute-cache
!
interface ATM0
no ip address
no ip route-cache
no ip mroute-cache
no atm ilmi-keepalive
bundle-enable
dsl operating-mode auto
hold-queue 224 in
!
interface ATM0.1 point-to-point
no ip route-cache
no ip mroute-cache
pvc 8/35
pppoe-client dial-pool-number 1
!
!
interface Dialer1
ip address negotiated
ip mtu 1492
ip nat outside
encapsulation ppp
dialer pool 1
dialer idle-timeout 2147483 either
dialer-group 1
ppp authentication pap callin
ppp pap sent-username ***login*** password 7 ****encrypted password****
!
ip nat inside source list 1 interface Dialer1 overload
ip nat inside source static tcp 10.0.0.2 21 interface Dialer1 21
ip nat inside source static tcp 10.0.0.2 80 interface Dialer1 80
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
!
access-list 1 permit any
dialer-list 1 protocol ip permit
!
line con 0
transport input none
stopbits 1
line vty 0 4
no exec
password ***password***
login
!
sntp server 131.144.4.27
scheduler max-task-time 5000
end
-soupnazi-
"No soup for you!"