Forums.ATC.no

Teknisk => Generelt teknisk => Emne startet av: ATC på 27. ſeptember 2008, 18:24 pm

Tittel: Configuring the DHCP helper service in Cisco IOS
Skrevet av: ATC27. ſeptember 2008, 18:24 pm
Clients on a network connected via a Cisco router running IOS needs to get IP addresses assigned via DHCP
Tittel: [Solved] Configuring the DHCP helper service in Cisco IOS
Skrevet av: ATC27. ſeptember 2008, 18:24 pm
On the relevant interface, add one "ip dhcp-helper" statement for each DHCP server:

interface Ethernet1
 description Connected to DHCP clients
 ip address 10.0.1.1 255.255.255.0
 ip helper-address 195.159.120.8
 ip helper-address 195.159.120.10
 ip nat inside