i justy have configured my dhcp server with static ip. after configuration dhcp server & routers were working fine. but after restarting server network connectivity went off. there are two lan cards but none of them is up.i tried setting up manually ip address again but it remains same. when i executed sudo /etc/init.d/networking restart i got this message
* Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces
* Reconfiguring network interfaces...
/bin/sh: cannot open /etc/iptables_rules: No such file
Failed to bring up eth0.
i have configured my server according to this
What is it the problem with ubuntu 11.10 or some configuration error. i am not getting it please help me.
/etc/iptables_rules
file by runningiptables-save > /etc/iptables_rules
after having set up your iptables correctly. – Riccardo Murri Mar 16 '12 at 07:09