|
| |||||
| Home | Reviews | Tools | Forums | FAQs | Find Service | ISP News | Maps | About |
how-to block ads |
(Submitted by jmdomini Thought you might find this useful. It's the Cisco 827 config for the 5 static IP package using NAT. The one that is presently posted is for straight routing. I also have to point out that this router works great with SBC DSL. None of the MTU issues that I had with other routers and I have been able to go months without power cycling. !Cisco 827-IOS Version 12.2(8)YM service password-encryption ip source-route service timestamps debug uptime service timestamps log uptime no service tcp-small-servers no service udp-small-servers ! hostname Cisco827 enable secret username Cisco827 password ! vpdn enable no vpdn logging vpdn-group pppoe request-dialin protocol pppoe ! ! ip classless ip subnet-zero ip routing ip http server ip pim bidir-enable ! interface ethernet0 keepalive 10 no shutdown ip address 172.16.0.1 255.255.0.0 ip address 10.10.10.1 255.255.255.0 secondary ip tcp adjust-mss 1452 ip route-cache ip nat inside ! interface atm0 no ip address bundle-enable dsl operating-mode auto ! interface atm0.1 point-to-point no ip address no ip directed-broadcast pvc 0/35 pppoe-client dial-pool-number 1 ! interface dialer1 ip address negotiated ip mtu 1492 ip nat outside encapsulation ppp dialer pool 1 dialer remote-name redback dialer-group 1 ppp chap hostname ppp chap password ppp pap sent-username ! ip nat translation timeout 86400 ip nat translation tcp-timeout 86400 ip nat translation udp-timeout 300 ip nat translation dns-timeout 60 ip nat translation finrst-timeout 60 ! ip nat pool ISPNATPool 67.x.x.49 67.x.x.51 netmask 255.255.255.248 ip nat inside source list 7 pool ISPNATPool overload !add lines like below if you want static-nat mapping- if not using !static-nat set the above pool to all 5 static IP's. !ip nat inside source static 172.16.0.52 67.x.x.52 !ip nat inside source static 172.16.0.53 67.x.x.53 ! ip route 0.0.0.0 0.0.0.0 dialer1 access-list 7 permit 172.16.0.0 0.0.0.255 access-list 7 permit 10.10.10.0 0.0.0.255 access-list 23 permit 172.16.0.0 0.0.0.255 access-list 23 permit 10.10.10.0 0.0.0.255 dialer-list 1 protocol ip permit ! line con 0 exec-timeout 120 0 stopbits 1 logging synchronous ! line vty 0 4 access-class 23 in exec-timeout 120 0 login local logging synchronous length 0 ! scheduler max-task-time 5000 end
by RadioDoc | |||||
| Sunday, 19-May 07:50:37 | Terms of Use & Privacy | feedback | contact | Hosting by nac.net - DSL,Hosting & Co-lo over 13.5 years online © 1999-2013 dslreports.com. |