LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   NetworkManager: internet at boot. (https://www.linuxquestions.org/questions/linux-networking-3/networkmanager-internet-at-boot-594282/)

itroot 10-24-2007 01:42 PM

NetworkManager: internet at boot.
 
So I have PPPoE internet connection (LAN ethernet). My Linux is opensuse 10.3. This connection is working as dsl device, and i configured it using YaST. There are some options in YaST such as device activation. When I choose devise activation "at boot" or "at hotplug" nothing happens at boot.

So, the question is: how to make NetworkManager connect to internet at boot time, not manually?

Code:

:~> /sbin/route
Kernel IP routing table
Destination    Gateway        Genmask        Flags Metric Ref    Use Iface
192.168.130.1  *              255.255.255.255 UH    0      0        0 dsl0
10.1.24.0      *              255.255.252.0  U    0      0        0 eth0
172.16.0.0      gw-7.1.fds      255.240.0.0    UG    0      0        0 eth0
SECTOR-V-v.ru-L gw-7.1.fds      255.0.0.0      UG    0      0        0 eth0
loopback        *              255.0.0.0      U    0      0        0 lo
default        *              0.0.0.0        U    0      0        0 dsl0

Code:

:~> /sbin/ifconfig
dsl0      Link encap:Point-to-Point Protocol
          inet addr:194.88.211.200  P-t-P:192.168.130.1  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1492  Metric:1
          RX packets:23725 errors:0 dropped:0 overruns:0 frame:0
          TX packets:27869 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3
          RX bytes:11464582 (10.9 Mb)  TX bytes:29173287 (27.8 Mb)

eth0      Link encap:Ethernet  HWaddr 00:17:31:E3:99:D9
          inet addr:10.1.24.65  Bcast:10.1.27.255  Mask:255.255.252.0
          inet6 addr: fe80::217:31ff:fee3:99d9/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:128169 errors:0 dropped:0 overruns:0 frame:0
          TX packets:176287 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:20143783 (19.2 Mb)  TX bytes:244453193 (233.1 Mb)
          Interrupt:16 Base address:0x6000

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:434 errors:0 dropped:0 overruns:0 frame:0
          TX packets:434 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:26456 (25.8 Kb)  TX bytes:26456 (25.8 Kb)


itroot 10-25-2007 01:29 PM

up?.......

itroot 10-27-2007 05:24 AM

upppppppppp? :_)

larkl 10-27-2007 06:51 AM

Well, I can't help with NetworkManager, but if you get desperate you can add

>ifconfig dsl0 up

to your rc.local file (mine's in /etc/rc.d), but I have a different distro.


All times are GMT -5. The time now is 06:20 PM.