LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Need Help logging in to 10.0.0.2 (https://www.linuxquestions.org/questions/linux-networking-3/need-help-logging-in-to-10-0-0-2-a-361406/)

ImNew 09-08-2005 08:56 AM

Need Help logging in to 10.0.0.2
 
I have a problem with my ADSLwireless lan 4 port Ethernet rouer. It lets me connect to the internet fine.
However i cant log in to the router setting when i type the ip 10.0.0.2 at the address bar - it simply displays 'cannot find server' 'page
unavailable', like the one you get when you can't access a website.
Can anyone please help me with this ? im kind of new to such stuffs so any help would be appreciate. Thanks

Artanicus 09-08-2005 09:13 AM

Whats the routers vendor? e.g. Alink adsl modems need your ip to be set as 10.0.0.1 before it lets you in. If this is the case, you can get this simply by executing as root:

Code:

ifconfig eth0 add 10.0.0.1
It will create a virtual interface with the ip address 10.0.0.1 allowing you thru to the router.

Other vendors have similar methods, but without you telling the make / modle etc we cannot help you


All times are GMT -5. The time now is 09:40 PM.