conf t ! hostname Cisco860 ! boot-start-marker boot-end-marker ! wan mode dsl ! ! no aaa new-model ! 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 Dialer1 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 ppp chap password ppp ipcp address accept ip forward-protocol nd ! ! interface ATM0 no ip address shutdown no atm ilmi-keepalive ! interface FastEthernet0 switchport mode access switchport access vlan 2 no ip address ! interface FastEthernet1 switchport mode access switchport access vlan 2 no ip address ! interface FastEthernet2 switchport mode access switchport access vlan 2 no ip address ! interface FastEthernet3 switchport mode access switchport access vlan 2 no ip address ! interface GigabitEthernet0 switchport mode access switchport access vlan 2 no ip address ! interface GigabitEthernet1 no ip address shutdown duplex auto speed auto interface Vlan1 no ip address ip nat inside ip virtual-reassembly in ! interface Vlan2 ip address 192.168.1.254 255.255.255.0 ip nat inside ip virtual-reassembly in ! ip dhcp pool LAN network 192.168.1.0 255.255.255.0 dns-server 212.159.6.10 212.159.6.9 default-router 192.168.1.254 ! ip dhcp excluded-address 192.168.1.254 ip dhcp excluded-address 192.168.1.10 ! 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 dialer1 ! 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 ! ! ! 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