Sie sind auf Seite 1von 1

service insert cd

apt-cdrom add

install dhcp
apt-get install

konfigurasi ip
nano /etc/network/interfaces

#DHCP
auto eth0
iface eth0 inet static
address 192.168.23.1
netmask 255.255.255.0
network 192.168.23.0
broadcast 192.168.23.255

konfigurasi dhcpd.conf
nano /etc/dhcp/dhcpd.conf

restart service dhcp


service isc-dhcp-server restart

restart network
service networking restart

konfigurasi resolv.conf
nano /etc/resolv.conf

restart network keseluruhan


/etc/init.d/networking restart

cek ip
ifconfig

device netwok setting

Das könnte Ihnen auch gefallen