Belgian Chocko

Project 47/366

February 16… 

Configuring DHCP Using Easy IP

R1(config)#ip dhcp excluded-address 192.168.10.1 192.168.10.9
R1(config)#

R3(config)#ip dhcp excluded-address 192.168.30.1 192.168.30.9
R3(config)#

R1(config)#ip dhcp pool R1LAN
R1(dhcp-config)#network 192.168.10.0 255.255.255.0
R1(dhcp-config)#default-router 192.168.10.1
R1(dhcp-config)#dns-server 192.168.20.254

R3(config)#ip dhcp pool R3LAN
R3(dhcp-config)#network 192.168.30.0 255.255.255.0
R3(dhcp-config)#default-router 192.168.30.1
R3(dhcp-config)#dns-server 192.168.20.254

fucking networks.

  1. akosiboykoolit posted this