Code: Select all
FOR /L %i IN (1,1,254) DO ping -n 1 10.1.1.%i | FIND /i "Reply" | FIND /i /v "unreachable" >> %temp%\ip_addrs.txt
type %temp%\ip_addrs.txtEr, no it's not. It's the IPv4LL network. http://tools.ietf.org/rfc/rfc6890.txtlmarmisa wrote:The IP address 169.254.102.250 is not a private address. This is a public IP address.
ok 169 and 192 are not on the same networktadejkkk wrote:Laptop IP: 192.168.1.2, Router IP: 192.168.1.1, Local IP: 169.254.102.250
Code: Select all
auto lo
iface lo inet loopback
iface eth0 inet static
address 192.168.2.2
netmask 255.255.255.0
network 192.168.2.0
broadcast 192.168.2.255
gateway 192.168.2.1
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
Code: Select all
ip=192.168.2.2::192.168.2.1:255.255.255.0:rpi:eth0:off
Code: Select all
ping -t 192.168.2.2
Code: Select all
route printCode: Select all
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.4 25
Code: Select all
192.168.2.0 255.255.255.0 On-link 192.168.2.1 276
Code: Select all
route printCode: Select all
192.168.2.0 255.255.255.0 On-link 192.168.2.1 1