Using the ZTE F670LV9.0 for my airtel xstream broadband, Wanted to expose some local backend apps on ipv6. It seems to work in LAN but trying the ipv6 from WAN doesn't work. Even though my firewall is not enabled.
Unable to figure out what is wrong with my config, also there is no Gateway shown for the ipv6 in the routing table.
Location: Chennai
Here are some results of common network commands in linux -
#ip -6 address show#
#ip -6 route show default#
#ping6 ipv6.google.com#
#traceroute -6 -T -p 443 www.cisa.gov#
If someone has self-hosted on a similar setup please guide me as I am a noob when it comes to ipv6.
Let me know if any other configs I need to share.
Unable to figure out what is wrong with my config, also there is no Gateway shown for the ipv6 in the routing table.
Location: Chennai
Here are some results of common network commands in linux -
#ip -6 address show#
Code:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 state UNKNOWN qlen 1000
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
3: wlo1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000
inet6 2401:4900:1cc8:c13c:62c7:9xxx:xxxx:xxxx/64 scope global temporary dynamic
valid_lft 56167sec preferred_lft 56167sec
inet6 2401:4900:1cc8:c13c:7faf:1cxx:xxxx:xxxx/64 scope global dynamic mngtmpaddr noprefixroute
valid_lft 56167sec preferred_lft 56167sec
inet6 fe80::65f6:e9f9:71f7:d5f5/64 scope link noprefixroute
valid_lft forever preferred_lft forever
default via fe80::1 dev wlo1 proto ra metric 600 pref medium#ping6 ipv6.google.com#
Code:
PING ipv6.google.com(maa03s45-in-x0e.1e100.net (2404:6800:4007:82a::200e)) 56 data bytes
64 bytes from maa03s45-in-x0e.1e100.net (2404:6800:4007:82a::200e): icmp_seq=1 ttl=59 time=6.26 ms
64 bytes from maa03s45-in-x0e.1e100.net (2404:6800:4007:82a::200e): icmp_seq=2 ttl=59 time=6.19 ms
64 bytes from maa03s45-in-x0e.1e100.net (2404:6800:4007:82a::200e): icmp_seq=3 ttl=59 time=7.07 ms
64 bytes from maa03s45-in-x0e.1e100.net (2404:6800:4007:82a::200e): icmp_seq=4 ttl=59 time=6.95 ms
64 bytes from maa03s45-in-x0e.1e100.net (2404:6800:4007:82a::200e): icmp_seq=5 ttl=59 time=6.23 ms
64 bytes from maa03s45-in-x0e.1e100.net (2404:6800:4007:82a::200e): icmp_seq=6 ttl=59 time=6.68 ms
^C
--- ipv6.google.com ping statistics ---
6 packets transmitted, 6 received, 0% packet loss, time 5006ms
rtt min/avg/max/mdev = 6.189/6.562/7.071/0.357 ms
#traceroute -6 -T -p 443 www.cisa.gov#
Code:
traceroute to www.cisa.gov (2600:140f:9800:19c::447a), 30 hops max, 80 byte packets
1 2401:4900:1cc8:c13c:56ce:82ff:fe7a:fa94 (2401:4900:1cc8:c13c:56ce:82ff:fe7a:fa94) 1.948 ms 2.335 ms 2.300 ms
2 2401:4900:1c28:8fff::1 (2401:4900:1c28:8fff::1) 9.284 ms 9.252 ms 9.213 ms
3 2404:a800:3a00:1::4a5 (2404:a800:3a00:1::4a5) 7.706 ms 2404:a800:3a00:1::4a9 (2404:a800:3a00:1::4a9) 8.427 ms 2404:a800:3a00:1::4a5 (2404:a800:3a00:1::4a5) 9.097 ms
4 * g2600-1417-0078-0000-0000-0000-0000-0001.deploy.static.akamaitechnologies.com (2600:1417:78::1) 13.156 ms *
5 g2600-140f-9800-019c-0000-0000-0000-447a.deploy.static.akamaitechnologies.com (2600:140f:9800:19c::447a) 10.864 ms g2600-1417-0078-0000-0000-0000-0000-0001.deploy.static.akamaitechnologies.com (2600:1417:78::1) 24.494 ms g2600-140f-9800-019c-0000-0000-0000-447a.deploy.static.akamaitechnologies.com (2600:140f:9800:19c::447a) 11.668 ms
Let me know if any other configs I need to share.