LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   not able to browse internet (https://www.linuxquestions.org/questions/linux-newbie-8/not-able-to-browse-internet-682324/)

vvnslm 11-10-2008 05:30 AM

not able to browse internet
 
hi, i have installed puppy and had no problem to connect to net using rp-pppoe, now i am trying NimbleX... net is connected but i am not able to browse the net
the out put from ifconfig & route command is pasted below


root@nimblex:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:16:36:01:91:CF
inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:149 errors:0 dropped:0 overruns:0 frame:0
TX packets:128 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:13699 (13.3 KiB) TX bytes:10436 (10.1 KiB)
Interrupt:16 Base address:0x2000

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:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

ppp0 Link encap:Point-to-Point Protocol
inet addr:59.92.119.202 P-t-P:59.92.112.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:60 errors:0 dropped:0 overruns:0 frame:0
TX packets:28 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:4079 (3.9 KiB) TX bytes:2668 (2.6 KiB)

root@nimblex:~# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
59.92.112.1 * 255.255.255.255 UH 0 0 0 ppp0
192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
loopback * 255.0.0.0 U 0 0 0 lo
default * 0.0.0.0 U 0 0 0 ppp0


Please help, thanks in advance

nigelc 11-10-2008 09:54 PM

Hello,
what about clicking on that puppy setup icon and the network?

vvnslm 11-11-2008 04:32 AM

@nigelc
I am not having problem in puppy ,it works fine ....My problem is in NimbleX....

root@nimblex:~# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
59.92.112.1 * 255.255.255.255 UH 0 0 0 ppp0
192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
loopback * 255.0.0.0 U 0 0 0 lo
default * 0.0.0.0 U 0 0 0 ppp0

the above bold line is missing in puppy hence i am able to browse but in NimbleX i am not able to
please help

nigelc 11-11-2008 10:47 PM

@vvnsim
I have just downloaded & burnt Nimblex. It works fine. It may be your interface ppp0 causing the trouble.
Here is the route from Nimblex:
root@nimblex:~# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
loopback * 255.0.0.0 U 0 0 0 lo
default 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
root@nimblex:~#

vvnslm 11-12-2008 01:43 AM

@nigelc

my problem got solved after ,i gave the following commands

pppoe-start
pppoe-stop
ifconfig eth0 down
ifconfig eth0 up
pppoe-start

(i dont know what the command does but it has solved my access to internet)
this commands where found at slax forum:)

thanks for helping


All times are GMT -5. The time now is 10:27 PM.