quote: Napisane oryginalnie przez Lucas
Po to wymyslili DHCP - serw sam wszystko ustala (wysyla na komp). Na komputerze trzeba ustawic "uzyskaj adres ip automatycznie".
Problemem z DHCP (a raczej wada) jest ze za kazdym razem masz inny adres ip
tez mi problem, wystarczy ustawic to nieszczesne rozpoznawanie po MAC'ach...
code: 16:16:30 weirdo@[...] ~$ cat /etc/dhcpd.conf
subnet 192.168.0.0
netmask 255.255.255.0 {
option domain-name-servers 1.2.3.4., 1.2.3.4;
range 192.168.0.10 192.168.0.20;
option routers 192.168.0.1;
}
host [...] {
hardware ethernet 00:30:4f:16:f2:c6;
fixed-address 192.168.0.2; }
host komp2 {
hardware ethernet 00:e0:18:e3:9b:4d;
fixed-address 192.168.0.3; }
host komp3 {
hardware ethernet 00:02:44:1b:8d:fe;
fixed-address 192.168.0.4; }
__________________
sort the flock (then, warn the "goats" & kill the "sheep");
kill them, dump qualms, shift moralities,
values aside, each one; die sheep! die to reverse the system
you accept (reject, respect);
Zgłoś post do moderatora | IP: Zalogowane
|