conf t ! hostname ####### <-- Your routers name here ! boot-start-marker boot-end-marker ! ! security authentication failure rate 10 log no logging buffered no logging console ! no aaa new-model ! memory-size iomem 10 clock timezone GMT 0 0 clock summer-time GMT recurring crypto pki token default removal timeout 0 ! ! ip source-route ! ! ! ! ! ip cef ! ! ! interface Ethernet0 no ip address no shutdown ! ! interface Ethernet0.101 description Tagging for PPPoE (VDSL 0) encapsulation dot1Q 101 no ip redirects no ip proxy-arp ip virtual-reassembly in pppoe enable group global pppoe-client dial-pool-number 1 no shutdown ! ! ! ! interface Dialer0 mtu 1492 ip address negotiated no ip redirects no ip unreachables no ip proxy-arp ip nat outside ip virtual-reassembly in encapsulation ppp ip tcp adjust-mss 1452 dialer pool 1 dialer-group 1 ppp authentication pap chap ms-chap callin ppp chap hostname #######@plusdsl.net <-- Your broadband username here ppp chap password ############# <-- Your broadband Password here ppp ipcp address accept ip forward-protocol nd no shutdown ! ! interface ATM0 no ip address shutdown no atm ilmi-keepalive ! interface FastEthernet0 switchport mode access switchport access vlan 10 no ip address ! interface FastEthernet1 switchport mode access switchport access vlan 10 no ip address ! interface FastEthernet2 switchport mode access switchport access vlan 10 no ip address ! interface FastEthernet3 switchport mode access switchport access vlan 10 no ip address ! interface Vlan1 no ip address ip nat inside ip virtual-reassembly in ! interface Vlan10 ip address 192.168.1.254 255.255.255.0 ip nat inside ip virtual-reassembly in ! ! ! ip nat pool LAN 192.168.1.0 192.168.1.254 netmask 255.255.255.0 ip nat inside source list NAT interface Ethernet0.101 overload ip route 0.0.0.0 0.0.0.0 dialer0 ! ip access-list standard SSH_ACCESS permit 192.168.1.0 0.0.0.255 ! ip access-list extended WIRED_LAN permit ip any any ! ip access-list standard NAT permit 192.168.1.0 0.0.0.255 ! ! no logging trap ! ! ! ! snmp-server community string RO ! control-plane ! ! line con 0 logging synchronous login local line aux 0 line vty 0 4 access-class SSH_ACCESS in logging synchronous login local transport input ssh ! ntp server 178.79.145.244 prefer source Ethernet0.101 end