Hi
you could use a broadcast ping to see if you are able to ping any other comp on the network. In your case it would be :
you could also do a
to see the right network configuration. There should be a line like :
where nnn is your IP Address.
Oh, some router don't use the Network-Adress (which would be in your case 192.168.1.1) Instead they are using .2. So if you get a 192.168.1.2 back in your broadcast ping, you could give that a try by editing the resolv.conf. ( If your router has a setup as"stealth mode" it will not response to any ping - saying that means that the broadcast might not bring back your router IP )
you could use a broadcast ping to see if you are able to ping any other comp on the network. In your case it would be :
Code:
ping 192.168.1.255
you could also do a
Code:
sudo ifconfig
Code:
inet 192.168.1.nnn netmask 0xffffff00 broadcast 192.168.1.255
Oh, some router don't use the Network-Adress (which would be in your case 192.168.1.1) Instead they are using .2. So if you get a 192.168.1.2 back in your broadcast ping, you could give that a try by editing the resolv.conf. ( If your router has a setup as"stealth mode" it will not response to any ping - saying that means that the broadcast might not bring back your router IP )