LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   PPPoE: Can't connect to the internet (https://www.linuxquestions.org/questions/fedora-35/pppoe-cant-connect-to-the-internet-114014/)

chord1000 11-09-2003 02:47 AM

PPPoE: Can't connect to the internet
 
I have just installed Fedora Core 1 and I really like it. However, I am unable to connect to the internet by PPPoE.

I have setup the account using "adsl-setup" and "adsl-start". I can also see the ip address from typing "adsl-status".

However, I just cannot connect to the internet. Can anyone help pls?

kasperhans 11-10-2003 05:36 AM

do you try to connect to the internet in normal user mode?
what do you exactly mean by connecting to the internet?
does adsl-status say its connected?
do you have a firewall installed?
how is your eth card setup?

chord1000 11-10-2003 06:41 AM

Fedora Core1: Can't connect to the Internet with PPPoE
 
I have tried to log on in both root and user modes.

adsl-status says it is connected to the internet and it does show an IP address that I normally see when logging on in Windows.

I have firewall installed as a standalone machine (option 1 in "adsl-setup"). I have also set to allow WWW, FTP, TELNET as trusted services in the security settings in the Control Center.

I have also have SuSE9 installed and I have set up PPPoE as in Fedora Core 1. I can logon to the internet without any problem at all.

Would you have any idea? :(

kasperhans 11-10-2003 05:11 PM

hmm no sorry cant help you out here i think as i dont know fedora never used it and my red hat time is long ago ... so there may be another fedora user out there to help you as this seems to be a distribution specific problem sry

chord1000 11-10-2003 05:31 PM

Anyone Pls help
 
Hi, here is some output. Could this give you a clue?

** Summary of what you entered **

Ethernet Interface: eth0
User name: [REMOVED]
Activate-on-demand: No
Primary DNS: 210.0.128.241
Secondary DNS: 210.0.128.242
Firewalling: STANDALONE
User Control: yes
Accept these settings and adjust configuration files (y/n)? y
Adjusting /etc/sysconfig/network-scripts/ifcfg-ppp0
Adjusting /etc/resolv.conf
Adjusting /etc/ppp/chap-secrets and /etc/ppp/pap-secrets
(But first backing it up to /etc/ppp/chap-secrets.bak)
(But first backing it up to /etc/ppp/pap-secrets.bak)



Congratulations, it should be all set up!

Type '/sbin/ifup ppp0' to bring up your xDSL link and '/sbin/ifdown ppp0'
to bring it down.
Type '/sbin/adsl-status /etc/sysconfig/network-scripts/ifcfg-ppp0'
to see the link status.


[root@cdl root]# adsl-status
Note: You have enabled demand-connection; adsl-status may be inaccurate.
adsl-status: Link is up and running on interface ppp0
ppp0 Link encap:Point-to-Point Protocol
inet addr:218.189.148.198 P-t-P:218.189.148.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:122 (122.0 b) TX bytes:30 (30.0 b)

[root@cdl root]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:50:FC:08:AD:99
inet addr:10.125.77.94 Bcast:10.125.77.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:112 errors:0 dropped:0 overruns:0 frame:0
TX packets:148 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:17326 (16.9 Kb) TX bytes:13582 (13.2 Kb)
Interrupt:5 Base address:0xa000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:2024 errors:0 dropped:0 overruns:0 frame:0
TX packets:2024 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1588332 (1.5 Mb) TX bytes:1588332 (1.5 Mb)

ppp0 Link encap:Point-to-Point Protocol
inet addr:218.189.148.198 P-t-P:218.189.148.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:32 errors:0 dropped:0 overruns:0 frame:0
TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:2698 (2.6 Kb) TX bytes:30 (30.0 b)

E.F 11-23-2003 05:56 AM

I also have the same problem, cant figure out whats wrong.
my xdsl was working fine on RH9 , and i have upgraded to fedora , and i cant get online...

arthur1968 11-23-2003 10:25 AM

error

arthur1968 11-23-2003 10:26 AM

FC1 is buggy with 3Com 3c905 NIC cards.

Kudzu must be disabled, otherwise the ethernet card will simply not work.


/sbin/chkconfig --level 345 kudzu off

cellist 11-23-2003 06:24 PM

Does anybody have any ideas how to get this to work under Slackware? I have a Thinkpad 600 and while at first rp-pppoe worked, it stopped working after I ran netconfig. I have since reinstalled Slack, but I have the same problem. When I log on through the Windows side I have no problems, but no luck in the Linux side. Are there any other threads discussing this I have missed? Thanks.

klondike-mike 11-25-2003 10:36 AM

PPPoE connection in Fedora
 
I had this same problem, :scratch: but your post #5 gave me the clue as to where to look.

>>>>>>>>>>>>>>>>>>>>>>
When configuring your connection using the xdsl config utility, the setup has you give the connection a nickname.

the nickname must be set as ppp0. (last digit - numerical zero)

the reason for this is that the ifup script (which makes the connection) is looking for a config file called ifcfg-ppp0, located @ /etc/sysconfig/network-scripts/ifcfg-ppp0

any other nickname ex.. my-dsl, creates this file as ifcfg-my-dsl, and the ifup script fails to locate your xdsl configuration.
<<<<<<<<<<<<<<<<<<<<<<<

This setting can be changed by goint to main menu> system tools> network device control> select your ppp0 device, then press the configure button> edit the device ppp0> reset nickname to ppp0. save and close. you may need to logout or restart the system for changes to reset.

In RH9 the nickname could be anything and the connection worked. minor Fedora bug.

Hope this helps

RichLovesLinux0 12-02-2003 09:38 PM

PPPoE: Thanks arthur1968
 
I had much the same problem with my adsl not connecting. I do have a 3C905 NIC, and after typing in the command you posted, and rebooting, the eth0 and ppp0 connections started beautifully. THANKS!

--Rich--


All times are GMT -5. The time now is 12:32 AM.