The command:
Quote:
|
su -c "/etc/init.d/network restart"
|
must to work fine. If you have statics networks addresses to exchange, you can use the command ifconfig. Example:
shutdown the interface eth0
Quote:
|
ifconfig eth0 192.168.1.1 netmask 255.255.255.0
|
Assign the network adress and mask to eth0 interface
Activate the eth0 interface.
Consult the ifconfig command using "man ifconfig"
But remember, the command you used must to work fine.
HTH