Aaron Konstam wrote:
On Fri, 2007-09-28 at 18:50 -0600, Karl Larsen wrote:
david walcroft wrote:
Every time I use this command in my shell I get disconnected from
the net
and have to reboot if I'm to use the net.
Thanks david
Try service network start.
That is the right command but when you execute it network will go down
momentarily and your network connection will be broken.
To start it again type: ifup ethx where x = 0,1,...
--
=======================================================================
QOTD: "I am not sure what this is, but an 'F' would only dignify it."
=======================================================================
Aaron Konstam telephone: (210) 656-0355 e-mail: akonstam@xxxxxxxxxxx[david@reddwarf ~]$ sudo service network restart
> Shutting down interface eth0: [ OK ]
> Shutting down interface eth1: [ OK ]
> Shutting down loopback interface: [ OK ]
> Disabling IPv4 packet forwarding: net.ipv4.ip_forward = 0
> [ OK ]
> SIOCGIFFLAGS: No such device
> Bringing up loopback interface: [ OK ]
> Bringing up interface eth0:
> Determining IP information for eth0... done.
> [ OK ]
> Bringing up interface eth1: sysfs class device: Permission denied
> Error, some other host already uses address 192.168.0.1.
> [FAILED]
Thanks david