My Ubuntu computer connects to the router through an ethernet cable. The router is connected to the phone line. No other cables or devices are used.
How can I configure Ubuntu's "Network Manager" to work with my Speedtouch 516 ethernet router ? (My ISP uses static IPs rather than dynamic IPs.)
This is what I did so far by reading various tutorials but it will not work :
Configure router to "bridge mode" and DHCP disabled. (I go to http://192.168.1.254 to access my router's config.)
add my user name to the dev group in /etc/group
/etc/network/interfaces
auto lo iface lo inet loopback
4. /etc/NetworkManager/NetworkManager.conf
[main] plugins=ifupdown,keyfile [ifupdown] managed=true
5. In the Network Manager GUI I go to the "DSL" tab:
a.) write in user name and password b.) choose manual: The gateway is 192.168.1.254 right ? Where do I get the info for: Address and Netmask ? For DNS, I use Google's: 8.8.8.8, 8.8.4.4
6. /etc/init.d/network-manager restart
