Can't Navigate My LAN Or Ping
Karl F. Larsen
klarsen1 at gmail.com
Sat Dec 6 22:16:27 UTC 2008
Mark Kirkwood wrote:
> Leonard Chatagnier wrote:
>
>> Karl, you don't read it. The address I used is exactly what ATT gave me again and is what I've always use to connect to 2Wire's site for administring my router setup. It's not like I haven't done what you did a hundred times before. I just can't connect with the right url.
>>
>>
>
> I was recently helping some of my family with a similar problem to this
> (in their case they did not now the ip of their wireless AP, and needed
> to get to to enable security!).
>
> What I would do is firstly post the unedited output of 'ifconfig' and
> 'route' to this thread, so everyone knows what your workstation
> networking looks like, then we know a bit more on how to help.
>
> What I world recommend next to to reset your router, and do as others
> have suggested - look online for what the default ip for your band and
> model is (e.g Linksys is typically 192.168.1.1 or 192.168.1.254, other
> bands can be utterly different - for instance Alctel use 10.0.0.140 !).
>
> Once you have some idea what p could or should be, install nmap, and
> scan the entire ip range (e.g To find a Linksys router or AP):
>
> $ nmap -T4 192.168.1.1-254
>
> You will eventually see something like:
>
> Interesting ports on 192.168.1.1:
> Not shown: 998 closed ports
> PORT STATE SERVICE
> 80/tcp open http
> 443/tcp open https
>
> Which, in this case is my DSL router.
>
> regards
>
> Mark
>
>
>
Well I installed nmap and used it just like yours and got this:
karl at karl-hardy:~$ nmap -T4 192.168.1.1-254
Starting Nmap 4.53 ( http://insecure.org ) at 2008-12-06 15:10 MST
Nmap done: 254 IP addresses (0 hosts up) scanned in 26.160 seconds
karl at karl-hardy:~$
In my case it is right because I have no router with 192.168.1 in my
system.
karl at karl-hardy:~$ nmap -T4 192.168.0.1-254
Starting Nmap 4.53 ( http://insecure.org ) at 2008-12-06 15:14 MST
Interesting ports on 192.168.0.1:
Not shown: 1711 closed ports
PORT STATE SERVICE
23/tcp open telnet
53/tcp open domain
80/tcp open http
All 1714 scanned ports on 192.168.0.4 are closed
Nmap done: 254 IP addresses (2 hosts up) scanned in 3.623 seconds
karl at karl-hardy:~$
It does find my real things . Very good.
Karl
More information about the ubuntu-users
mailing list