problem c.2. Jak nastavit aby mi dhcp server nastavoval ty verejne IP pokud eth0 ma IP 192.168.1.1 a eth0:1 89.102.30.2?
subnet 89.102.30.0 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0;
option routers 192.168.1.1;
range 89.102.30.20 89.102.30.100;
}
mam to takhle a to nefunguje