I wrote.... > 1. Assuming eth0 is the Internet facing interface you need to change > its IP address as well as its netmask. > > IPADDR=141.161.111.1 > NETMASK=255.255.255.252 > BROADCAST=141.161.111.3 That was only an example. The important thing is that the netmask needs to be 255.255.255.252 which gives you only 4 IP address on that interface and of these only 2 are usable as the others are the network address and the broadcast address. You could have... IPADDR=141.161.111.242 for eth0 IPADDR=141.161.111.241 for 141.161.185.38 interface Broadcast=141.161.111.243 Network=141.161.111.240 -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list