| Return to Main page Return to Cisco page Okay one base adsl config, taken from an 827, all relevant details are removed, real IP is static, in the BRI1. |
! version 12.2 no service pad service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname router ! logging queue-limit 100 ! ip subnet-zero ! ! ip inspect name Ethernet0 cuseeme ip inspect name Ethernet0 fragment maximum 256 timeout 1 ip inspect name Ethernet0 ftp ip inspect name Ethernet0 h323 ip inspect name Ethernet0 http ip inspect name Ethernet0 netshow ip inspect name Ethernet0 rcmd ip inspect name Ethernet0 realaudio ip inspect name Ethernet0 rtsp ip inspect name Ethernet0 sqlnet ip inspect name Ethernet0 streamworks ip inspect name Ethernet0 tcp ip inspect name Ethernet0 tftp ip inspect name Ethernet0 udp ip inspect name Ethernet0 vdolive ip audit notify log ip audit po max-events 100 no ftp-server write-enable ! ! ! ! ! bridge irb ! ! interface Ethernet0 ip address 192.168.1.254 255.255.255.0 ip nat inside ip inspect Ethernet0 in hold-queue 100 out ! interface ATM0 no ip address no atm ilmi-keepalive dsl operating-mode auto ! interface ATM0.1 point-to-point pvc 8/35 encapsulation aal5snap ! bridge-group 1 ! interface BVI1 ip address [Client static IP] ip nat outside ! ip classless ip route 0.0.0.0 0.0.0.0 [Client Gateway] ip http server no ip http secure-server ! access-list 1 permit 192.168.1.0 0.0.0.255 bridge 1 protocol ieee bridge 1 route ip ! line con 0 no modem enable stopbits 1 line aux 0 line vty 0 4 ! scheduler max-task-time 5000 ! end |