Hi,
I am unable to ping an IP4 address. These are my test targets:
mprowe@localhost:~> nslookup bbc.co.uk
Server: 192.168.8.1
Address: 192.168.8.1#53
Non-authoritative answer:
Name: bbc.co.uk
Address: 151.101.0.81
Name: bbc.co.uk
Address: 151.101.64.81
Name: bbc.co.uk
Address: 151.101.192.81
Name: bbc.co.uk
Address: 151.101.128.81
Name: bbc.co.uk
Address: 2a04:4e42:200::81
Name: bbc.co.uk
Address: 2a04:4e42:600::81
Name: bbc.co.uk
Address: 2a04:4e42:400::81
Name: bbc.co.uk
Address: 2a04:4e42::81
If I try an IP6 address, all good:
mprowe@localhost:~> ping 2a04:4e42:200::81
PING 2a04:4e42:200::81(2a04:4e42:200::81) 56 data bytes
64 bytes from 2a04:4e42:200::81: icmp_seq=1 ttl=55 time=36.9 ms
64 bytes from 2a04:4e42:200::81: icmp_seq=2 ttl=55 time=28.5 ms
64 bytes from 2a04:4e42:200::81: icmp_seq=3 ttl=55 time=36.7 ms
64 bytes from 2a04:4e42:200::81: icmp_seq=4 ttl=55 time=42.0 ms
But trying an IP4 address. No go�
mprowe@localhost:~> ping 151.101.0.81
PING 151.101.0.81 (151.101.0.81) 56(84) bytes of data.
From 192.168.8.1 icmp_seq=1 Destination Net Unreachable
From 192.168.8.1 icmp_seq=2 Destination Net Unreachable
From 192.168.8.1 icmp_seq=3 Destination Net Unreachable
From 192.168.8.1 icmp_seq=4 Destination Net Unreachable
IP4 works on local workstations (LAN?) but not out to the WAN. How do I check that IP4 is enabled for the modem (mob1s1a1)?
Or any other thoughts on where I should look?
Regards, Martin