! Let's not try to get any configs automatically ip dhcp bootp ignore ! IP-addresses that should be handed out by the router ip dhcp pool local network 10.0.0.0 255.255.255.0 domain-name keklolwtf.net default-router 10.0.0.254 dns-server 10.0.0.254 lease 7 ! Excluded DHCP-addresses ip dhcp excluded-address 10.0.0.200 10.0.0.255 ! Static host-leases ip dhcp pool SERVER host 10.0.0.200 255.255.255.0 client-identifier ! or ! hardware-address client-name SERVER ! ip cef no ip bootp server ip domain name keklolwtf.net ! interface FastEthernet0 description NGT WAN bandwidth 25000 no ip address no ip redirects no ip unreachables no ip proxy-arp ip tcp adjust-mss 1452 no ip mroute-cache duplex auto speed auto pppoe enable group global pppoe-client dial-pool-number 1 no cdp enable ! interface FastEthernet1 description Local bandwidth 25000 ip address 10.0.0.254 255.255.255.0 no ip redirects no ip unreachables no ip proxy-arp ip nat inside no ip virtual-reassembly ip tcp adjust-mss 1452 no ip mroute-cache duplex auto speed auto ! interface Dialer1 description NGT ADSL Dialer mtu 1492 bandwidth 25000 ip address negotiated no ip unreachables ip nat outside no ip virtual-reassembly encapsulation ppp no ip mroute-cache dialer pool 1 dialer-group 1 no cdp enable ppp authentication chap callin ppp chap hostname ppp chap password 7 ppp ipcp dns request accept ppp ipcp route default ppp ipcp address accept ! ip forward-protocol nd no ip http server no ip http secure-server ! ! ip dns server ip nat inside source list 1 interface Dialer1 overload ip nat inside source static tcp 10.0.0.200 80 interface Dialer1 80 ! access-list 1 permit 10.0.0.0 0.0.0.255 dialer-list 1 protocol ip permit ntp server 158.37.91.134 end