hostname DHCP_SERVER ! ip dhcp excluded-address 192.168.1.1 192.168.1.10 ! ip dhcp pool LAN1 network 192.168.1.0 255.255.255.0 default-router 192.168.1.1 dns-server 8.8.8.8 ! interface GigabitEthernet0/0 ip address 10.0.0.67 255.255.255.0 ! ip route 0.0.0.0 0.0.0.0 10.0.0.1 !