No oczywiście Stelmi, że powinno być : Nie zwróciłem uwagi, że Lookasz może je pominąć a krzyczy, że mu nie działa. Ponieważ jest tyle gadek na tak prosty temat zamieszczam mój plik DHCP który może komuś pomoże. Wygląda następująco na przykładzie w moiej sieci:
host simon {
fixed-address 192.168.1.5;
hardware ethernet 00:02:44:67:7b:fc;
}
host seba {
fixed-address 192.168.1.6;
hardware ethernet 00:05:5d:4d:78:75;
}
host maciek {
fixed-address 192.168.1.7;
hardware ethernet 00:02:44:67:7b:fa;
}
host arek {
fixed-address 192.168.1.8;
hardware ethernet 00:02:44:67:95:fd;
}
host krzysiek {
fixed-address 192.168.1.9;
hardware ethernet 00:02:44:67:7b:f1;
}
host seliga {
fixed-address 192.168.1.10;
hardware ethernet 00:02:44:45:ad:47;
}
host adam {
fixed-address 192.168.1.11;
hardware ethernet 00:05:5d:48:13:99;
}
host grala {
fixed-address 192.168.1.12;
hardware ethernet 00:05:5d:4f:90:19;
}
host jacek {
fixed-address 192.168.1.13;
hardware ethernet 00:02:44:67:7b:fb;
}
host norbert {
fixed-address 192.168.1.14;
hardware ethernet 00:02:44:40:ec:25;
}
host andrzej {
fixed-address 192.168.1.15;
hardware ethernet 00:02:44:4e:72:b9;
}
DHCP należy konfigurować TYLKO przez SETUP i pozycja 42. Nie będe wyjaśniał dlaczego. No to jeszcze arp (hosts.arp) podam i wszyscy będą zadowoleni.
# simon
192.168.1.5 00:02:44:67:7b:fc
# seba
192.168.1.6 00:05:5d:4d:78:75
# maciek
192.168.1.7 00:02:44:67:7b:fa
# arek
192.168.1.8 00:02:44:67:95:fd
# krzysiek
192.168.1.9 00:02:44:67:7b:f1
# seliga
192.168.1.10 00:02:44:45:ad:47
# adam
192.168.1.11 00:05:5d:48:13:99
# grala
192.168.1.12 00:05:5d:4f:90:19
# jacek
192.168.1.13 00:02:44:67:7b:fb
# norbert
192.168.1.14 00:02:44:40:ec:25
# andrzej
192.168.1.15 00:02:44:4e:72:b9
Oczywiście znaczki # costam jest zbędne.
Pozdrawiam!
