-
Jain
-
RE: HELP--Network Manager Deleted
-
you can install it again using synaptic package manager ot
apt-get install network-manager
or you can configure you network settings in /etc/network/interfaces
#example
auto eth0
iface eth0 inet static
address 192.168.0.105
netmask 255.255.255.0
gateway 192.168.0.1
dns-nameservers 8.8.8.8 8.8.4.4
Hope this helps
Swapnil Jain
-
13 Jan 11
you can install it again using synaptic package manager ot
apt-get install network-manager
or you can configure you network settings in /etc/network/interfaces
#example
auto eth0
iface eth0 inet static
address 192.168.0.105
netmask 255.255.255.0
gateway 192.168.0.1
dns-nameservers 8.8.8.8 8.8.4.4
Hope this helps
Swapnil Jain