
as root, do :touch /etc/rc.d/rc.dhcpd && chmod 755 /etc/rc.d/rc.dhcpdcopy paste this script to file above (rc.dhcpd)
as root, do :nano /etc/dhcpd.confsetting up like this # dhcpd.conf## Configuration file for ISC dhcpd (see 'man dhcpd.conf')#option domain-name-servers 192.168.1.1, 8.8.8.8; #this is dns serverddns-update-style none;default-lease-time 600;max-lease-time 7200;subnet 192.168.1.0 netmask 255.255.255.0 {option routers 192.168.1.1; #set to your gateway IP addressoption subnet-mask 255.255.255.0;range 192.168.1.101 192.168.1.240; #set your own range}STEP 2, create script dhcp service
Recent Comments on on on on hercules on on AD 3001 on on pebhie on on
>Configuring DHCP Server And Internet Sharing Slackware Linux | Robby Sitanala
Комментариев нет:
Отправить комментарий