Hi,
When away from home I often connect this laptop to my Android phone to get some Internet, be it via usb cable or via wifi.
I see a local application that I use some times which, when at home, can connect to my multimedia center, but without a connection can be used to manipulate some local multimedia files (CridManager).
The thing is, that even when I’m not at home, and thus that multimedia center is unreachable, the app is continuously trying to connect to it, about once per second. And not knowing how well programmed is my Android phone, I do not know if it tries to send those packages to Internet…,.
I tried a traceroute, which tries and tries, instead of bailing out… or am I reading it wrong?
my IP: 192.168.42.167
my GW (phone): 192.168.42.129
The target, non existing, multimedia machine: 192.168.1.2
minas-tirith:~ # traceroute 192.168.1.2
traceroute to 192.168.1.2 (192.168.1.2), 30 hops max, 60 byte packets
1 192.168.42.129 (192.168.42.129) 0.881 ms 1.942 ms 1.919 ms
2 * * *
3 * * *
4 * * *
5 * * *
....
30 * * *
minas-tirith:~ #
minas-tirith:~ # ifconfig
enp0s29f7 Link encap:Ethernet HWaddr 7A:B6:92:46:CF:C6
inet addr:192.168.42.167 Bcast:192.168.42.255 Mask:255.255.255.0
....
minas-tirith:~ # route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 192.168.42.129 0.0.0.0 UG 0 0 0 enp0s29f7u1
192.168.42.0 * 255.255.255.0 U 1 0 0 enp0s29f7u1
minas-tirith:~ #
I have tried to explicitly re-route those packages, but I failed:
minas-tirith:~ # route add --net 192.168.1.0 netmask 255.255.255.0 dev wlan0
NET/ROM: this needs to be written
minas-tirith:~ # route add --net 192.168.1.0 dev wlan0
NET/ROM: this needs to be written
minas-tirith:~ # route add --net 192.168.1.0 wlan0
NET/ROM: this needs to be written
minas-tirith:~ #
and the route is unchanged. I have no idea what the error message means.
–
Cheers / Saludos,
Carlos E. R.
(from 13.1 x86_64 “Bottle” (Minas Tirith))