I used to make a dsl (bridge) connection with knetworkmanager and it worked just fine, but after a fresh 10.10 install, I can not do that. KNM just tries to connect to Auto eth0 (and not to the connection that I made) but it can't. if I hover the curser over the network icon, it says "setting network addresses" but nothing will occur.
I can not even make a connection with "sudo pppoeconf", it would stop in the first step, where it tries to find the connected ports. but when I try "ifconfig -a" everything looks OK.
any thoughts?
I can not even make a connection with "sudo pppoeconf", it would stop in the first step, where it tries to find the connected ports. but when I try "ifconfig -a" everything looks OK.
Code:
ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:19:5b:84:09:42
inet6 addr: fe80::219:5bff:fe84:942/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:590 errors:0 dropped:0 overruns:0 frame:0
TX packets:46 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:52993 (52.9 KB) TX bytes:10167 (10.1 KB)
Interrupt:22 Base address:0x2000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:180 errors:0 dropped:0 overruns:0 frame:0
TX packets:180 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:13280 (13.2 KB) TX bytes:13280 (13.2 KB)


Comment