In this article i will show you how to install network-manager-gnome on BackTrack 5. it's a tool that help you to config LAN , WiFi and VPN in graphical mode.
- open the terminal and run below commands
- apt-get install network-manager-gnome
- cp /etc/network/interfaces{,.backup}
- echo ""auto lo"" > /etc/network/interfaces
- echo ""iface lo inet loopback"" >> /etc/network/interfaces
- service network-manager start
- nm-applet&
- restart the machine
No comments:
Post a Comment