Jump to content

Mandriva 2006 Free - Internet settings


Lando
 Share

Recommended Posts

I've done Internet settings through Control Center .

At the question "do you want to start the connection at boot ? "

one can only answer "yes" otherwise the connection fails !

Then I reply YES ! .... and Internet works.

The second problem is that sometimes at boot time when appear

on the log "bringing up PPP0" the system stops !

Sometimes continues if I hit enter and some characters.....!

Is there a bug about it ?

Thanks a lot . :thanks::thanks:

Edited by Lando
Link to comment
Share on other sites

It seems you have the ppp0 device set to load at bootup. Best thing to do is disable this, so open a terminal, and then type the following:

 

cd /etc/sysconfig/network-scripts
ls -l

 

you will get a listing of files. One might be named ifcfg-ppp0, I'm guessing this is what it will be called so now type:

 

su (supply root password when prompted)
rm ifcfg-ppp0

 

it will prompt you if you want to delete, say yes. I'm guessing you are using ethernet for your internet, because you don't mention whether this is the case. If you are using dialup, then don't follow the above procedure.

 

To stop ppp0 loading at startup if you are using dialup, just go back into the configure tool, and make sure it's not set to connect at bootup. You can launch this manually using the ppp tool in your menus to connect to the internet.

Link to comment
Share on other sites

OK, cool. When you get it up, just delete the ppp0 file as previously mentioned, that will stop the ppp0 connecting at bootup.

 

Try pressing ESC or spacebar to pass by the ppp0 starting connection. Usually enter should pass it though from memory.

Link to comment
Share on other sites

After 15 minutes the system has restarted ....

Below the directory and there isn't that module .....

 

drwxr-xr-x  2 root root  4096 gen  5 17:01 hostname.d/
-rwxr-xr-x  1 root root   142 gen 22 17:31 ifcfg-eth0*
lrwxrwxrwx  1 root root    22 gen  5 16:55 ifcfg-lo -> ../networking/ifcfg-lo
-rwxr-xr-x  1 root root   214 gen 22 17:31 ifcfg-sit0*
lrwxrwxrwx  1 root root    20 gen  5 16:55 ifdown -> ../../../sbin/ifdown*
-rwxr-xr-x  1 root root  1063 set 19 17:34 ifdown-aliases*
drwxr-xr-x  2 root root  4096 gen 11 17:31 ifdown.d/
-rwxr-xr-x  1 root root  4133 set 19 17:34 ifdown-ipv6*
-rwxr-xr-x  1 root root  1318 set 19 17:34 ifdown-post*
-rwxr-xr-x  1 root root  1153 set 19 17:34 ifdown-ppp*
-rwxr-xr-x  1 root root  1863 set 19 17:34 ifdown-sit*
-rwxr-xr-x  1 root root   902 giu 26  2002 ifdown-sl*
lrwxrwxrwx  1 root root    18 gen  5 16:55 ifup -> ../../../sbin/ifup*
-rwxr-xr-x  1 root root 12867 set 19 17:34 ifup-aliases*
drwxr-xr-x  2 root root  4096 gen 11 17:31 ifup.d/
-rwxr-xr-x  1 root root  9667 set 19 17:34 ifup-ipv6*
-rwxr-xr-x  1 root root   821 giu 26  2002 ifup-ipx*
-rwxr-xr-x  1 root root   689 giu 26  2002 ifup-plip*
-rwxr-xr-x  1 root root   926 giu 26  2002 ifup-plusb*
-rwxr-xr-x  1 root root  2695 set 19 17:34 ifup-post*
-rwxr-xr-x  1 root root  4083 set 19 17:34 ifup-ppp*
-rwxr-xr-x  1 root root  1197 ago 22  2003 ifup-routes*
-rwxr-xr-x  1 root root  3545 set 19 17:34 ifup-sit*
-rwxr-xr-x  1 root root  1646 giu 26  2002 ifup-sl*
-rwxr-xr-x  1 root root  5767 set 19 17:34 ifup-wireless*
-rwxr-xr-x  1 root root  5512 set 19 17:34 init.ipv6-global*
-rw-r--r--  1 root root  9401 set 19 17:34 network-functions
-rw-r--r--  1 root root 42332 set 19 17:34 network-functions-ipv6
drwxr-xr-x  2 root root  4096 set 19 17:34 wireless.d/

 

 

:thanks:

Link to comment
Share on other sites

I think your system is configured to bring up ppp each time you start. I would reconfigure your ethernet connection. Make sure you choose LAN. Do not choose ADSL or PPP, since this will use a PPP type connection to connect to the internet.

 

I assume your computer is connected to an ADSL router?

Link to comment
Share on other sites

I have a modem...(not a router , I think so ) ....and on MDK 10.0 I have configured ADSL ,PPPOE,and so on....and it works.

Moreover Mandriva "service -s"

shows >>>>>>>>

adsl-status: Link is down (can't read pppoe PID file /var/run/pppoe.conf-adsl.pid.pppoe)

though it is working !

and >>>>>>>>>>>>>

 

[root@localhost lando]# adsl-stop

adsl-stop: No ADSL connection appears to be running

 

---and route is OK ! >>>>>>>>>>>

 

[root@localhost lando]# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.100.1   0.0.0.0         255.255.255.255 UH    20     0        0 ppp0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         192.168.100.1   0.0.0.0         UG    20     0        0 ppp0

 

:oops::thanks::oops:

 

 

[

Link to comment
Share on other sites

I've get what I wanted using "adsl-setup" procedure instead of Control Center procedure !

Now with adsl-start and adsl-stop the connection can be started and stopped ....... and the bring up of PPP0 is never done at boot !

...and the link is up and running if it is working !!!! >>>>>

[root@localhost lando]# service -s

adsl-status: Link is up and running on interface ppp0

 

Though I don't know the differences beetwen these two procedures...I' m ok ! :juggle:

:thanks::thanks::thanks:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...