You are not logged in.

#1 2009-11-10 01:18:00

bharani
Member
From: Karaikudi, India
Registered: 2009-07-12
Posts: 202

[solved]How to access modem?

I have a DSL Modem. I use pppoe to connect to internet.
In windows and in linux mint if i type 192.168.1.1 as url  i can access it.
But in arch i cannot access it.

[bharani@puvana ~]$ ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.

--- 192.168.1.1 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2008ms

My rc.conf is

HOSTNAME="puvana"
eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
INTERFACES=(eth0)
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
[bharani@puvana ~]$ netstat -rn
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
59.92.80.1      0.0.0.0         255.255.255.255 UH        0 0          0 ppp0
192.168.0.0     0.0.0.0         255.255.255.0   U         0 0          0 eth0
0.0.0.0         0.0.0.0         0.0.0.0         U         0 0          0 ppp0

Please tell me how to access my modem.

Last edited by bharani (2009-11-10 07:29:10)


Tamil is my mother tongue.

Offline

#2 2009-11-10 03:39:19

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,222
Website

Re: [solved]How to access modem?

You're addressing your computer within the 192.168.0.x range whereas your modem is in the 192.168.1.x range.

You'll need to update that in the rc.conf

Offline

#3 2009-11-10 05:07:38

bharani
Member
From: Karaikudi, India
Registered: 2009-07-12
Posts: 202

Re: [solved]How to access modem?

Please tell me how to do that.
I cant figure it out.


Tamil is my mother tongue.

Offline

#4 2009-11-10 05:23:27

kermana
Member
Registered: 2009-04-13
Posts: 60

Re: [solved]How to access modem?

Well, I use dhcp and not sure .. But at the risk of sounding stupid, did you try the following ?

eth0="eth0 192.168.1.2 netmask 255.255.255.0 broadcast 192.168.1.255"
gateway="default gw 192.168.1.1"

Just changed 0's to 1's ...

Offline

#5 2009-11-10 05:59:14

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,222
Website

Re: [solved]How to access modem?

kermana wrote:

Just changed 0's to 1's ...

That will do it...

Offline

#6 2009-11-10 07:30:07

bharani
Member
From: Karaikudi, India
Registered: 2009-07-12
Posts: 202

Re: [solved]How to access modem?

Thank you fukawi2 and kermana.
That solved my problem.


Tamil is my mother tongue.

Offline

Board footer

Powered by FluxBB