Troubleshooting guide

Router(config−if−atm−vc)#no shut
Router(config−if−atm−vc)#end
Create and configure a bridged virtual interface (BVI) to enable a dynamic IP address to be assigned
to your Cisco DSL Router. (Optional) Enable NAT outside on the BVI interface.
Router#configure terminal
Router(config)#interface bvi 1
Router(config−if)#mac address <address from line 2 of show interface bvi1>
Router(config−if)#ip address dhcp client−id ethernet0
Router(config−if)#no ip directed−broadcast
Router(config−if)#ip nat outside
Router(config−if)#end
7.
Configure a default route using the ISP's default gateway as the next hop.
Router#configure terminal
Router(config)#ip route 0.0.0.0 0.0.0.0 <default gateway to isp>
Router(config)#end
8.
Configure global NAT commands on the Cisco DSL Router to allow sharing of the static public IP
address of the Dialer interface.
Router#configure terminal
Router(config)#ip nat inside source list 1 interface bvi1 overload
Router(config)#access−list 1 permit <ip network address of ethernet0>
<wildcard mask>
Router(config)#end
Optional Configurations
NAT Pool, if additional IP addresses have been provided by your ISP.
Router(config)#ip nat inside source list 1 interface bvi1 overload
Router(config)#ip nat pool <nat pool name> <first ip address>
<last ip address> netmask <subnet mask>
Router(config)#end
Static NAT, if Internet users require access to internal servers.
Router(config)#ip nat inside source static tcp <inside ip address of server>
{80 or 25} <outside well−known ip address of server> {80 or 25} extendable
Router(config)#end
9.
(Optional) Configure the Cisco DSL Router as a DHCP server with a pool of IP addresses to assign to
hosts connected to the Ethernet interface of the Cisco DSL Router. The DHCP server dynamically
assigns an IP address, Domain Name Server (DNS), and the default gateway IP address to your hosts.
Router#configure terminal
Router(config)#ip dhcp excluded−address <ip address of ethernet0>
Router(config)#ip dhcp pool <dhcp pool name>
Router(dhcp−config)#network <ip network address of ethernet0> <subnet mask>
Router(dhcp−config)#default−router <ip address of ethernet0>
Router(dhcp−config)#dns−server <ip address of primary dns server>
<ip address of secondary dns server>
Router(dhcp−config)#end
10.
Enable logging console on the Cisco DSL Router, and write all the changes to memory.
Router#configure terminal
Router(config)#logging console
Router(config)#end
11.
Cisco DSL Router Configuration and Troubleshooting Guide