Results 11 to 16 of 16
my connection works perfectly fine with windows XP(which my other OS). The NIc is also working on Linux, as i got a reply for the loopback ping....
- 04-30-2005 #11Just Joined!
- Join Date
- Apr 2005
- Posts
- 16
my connection works perfectly fine with windows XP(which my other OS). The NIc is also working on Linux, as i got a reply for the loopback ping.
- 05-31-2005 #12Just Joined!
- Join Date
- May 2005
- Location
- malaysia
- Posts
- 3
pppoe configuraion problem
hey,
my existing pppoe setup in Freesco linux and connect to the internet through adsl modem.now i converted to it in redhat linux.but when i run adsl-start script then some error comes. so can anyone help me whats that prob
pppd: pppd 2.4.1 started by root, uid 0
pppd: Using interface ppp0
pppd: Connect: ppp0 <--> /dev/pts/0
/etc/hotplug/net.agent: assuming ppp0 is already up
pppd: LCP: timeout sending Config-Requests
pppd: Connection terminated
/etc/hotplug/net.agent: NET unregister event not supported
pppoe: Timeout waiting for PADO packets
pppd: Exit.
- 05-31-2005 #13Linux User
- Join Date
- Feb 2005
- Posts
- 290
try to adsl-setup again
- 06-01-2005 #14Linux Newbie
- Join Date
- Dec 2004
- Location
- Texas, USA
- Posts
- 107
browsing problem
Check your /etc/resolv.conf file before and after connection.
This has been a problem with RH and Fedora products since 1998 !!!! Apparently when you use the auto selection in the ppp configurator, it places the DNS address in the wrong file so the browser can't find anything when it is time to resolve host.
Try using a the manual (static address) in the setup wizard rather than letting it assign an auto address. (you will need your ISP's address to do this.
good luck
- 06-03-2005 #15Just Joined!
- Join Date
- May 2005
- Location
- malaysia
- Posts
- 3
pppoe configuraion problem
hello adam7979
after setup the adsl-setup command again, it works fine.
Thank You.
- 06-03-2005 #16Just Joined!
- Join Date
- May 2005
- Location
- malaysia
- Posts
- 3
iptable problem
hello,
after successfully setup the pppoe my server running OK, but my local network couldn't use the internet. i already masquarade my local network (eth1).can anyone check my command.
iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -o eth0 -j MASQUERADE
here the output will be "eth0" or "ppp0" ?


Reply With Quote