• Welcome to Hurricane Electric's IPv6 Tunnel Broker Forums.

Routing help - please!

Started by rattila, January 16, 2023, 02:26:09 AM

Previous topic - Next topic

rattila

Hi,

I setup a tunnel as I read. The tunnel up and running but IPv6 traffic doesn't work. :-(

My network:
My home network is connected to Tkom telco by ONT device.
The router is terminating the PPPoE connection on my OpenWRT router.
There is a global IPv6 address from the telco. It is just an IPv6 address not a prefix. (I'm not sure ...) I think it is working bacause if I use "ping -I pppoe-Tkom ipv6.google.com" ping is working. Without -I interface parameter no answer.

Of course 6in4-henet interface is up:
root@DHGLr:~# ifconfig
6in4-henet Link encap:IPv6-in-IPv4 
          inet6 addr: fe80::c0a8:140/64 Scope:Link
          inet6 addr: <IPv6-my-tunnel-ed>::2/128 Scope:Global
          UP POINTOPOINT RUNNING NOARP  MTU:1280  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4689 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1
          RX bytes:0 (0.0 B)  TX bytes:375088 (366.2 KiB)

As you can see RX is 0!!! So no received packets! :-(

Here is my routing table:

root@DHGLr:~# route -n -A inet6
Kernel IPv6 routing table
Destination                                 Next Hop                                Flags Metric Ref    Use Iface
::/0                                        ::                                      !n    -1     1  2370941 lo     
::/0                                        ::                                      U     1024   0        0 6in4-henet
::/0                                        ::                                      U     1024   4     4665 6in4-henet
<my-henet-tunnel-end>::2/128                    ::                                      Un    256    0        0 6in4-henet
<my-IPv6-subnet-from-henet-on-lan>::/64                      ::                                      U     1024   1        3 br-lan 
<my-IPv6-subnet-from-henet-on-lan>::/64                      ::                                      !n    2147483647 0        0 lo     
<my-IPv6-subnet-from-Tkom>::/64                       ::                                      UA    256    0        0 pppoe-Tkom
fd42:3214:9514:9000::/64                    ::                                      UA    256    0        0 br-lan 
fd77:5451:2529::/64                         ::                                      U     1024   0        0 br-lan 
fd77:5451:2529::/48                         ::                                      !n    2147483647 0        0 lo     
fe80::/64                                   ::                                      U     256    0        0 br-lan 
fe80::/64                                   ::                                      U     256    0        0 eth0   
fe80::/64                                   ::                                      U     256    0        0 ath0   
fe80::/64                                   ::                                      U     256    0        0 ath1   
fe80::/64                                   ::                                      Un    256    0        0 6in4-henet
fe80::/10                                   ::                                      U     1      0        0 pppoe-Tkom
fe80::/10                                   ::                                      U     256    0        0 pppoe-Tkom
::/0                                        fe80::e6c7:22ff:fe3a:9094               UGDA  1024   4      117 pppoe-Tkom
::/0                                        fe80::3ece:73ff:fe5a:c5c2               UGDA  1024   0        0 eth0   
::/0                                        ::                                      !n    -1     1  2370941 lo     
::1/128                                     ::                                      Un    0      5      483 lo     
<my-henet-tunnel-end>::2/128                    ::                                      Un    0      2       12 lo     
<my-IPv6-subnet-from-henet-on-lan>::/128                     ::                                      Un    0      1        0 lo     
<my-IPv6-subnet-from-henet-on-lan>::1/128                    ::                                      Un    0      5     1608 lo     
<my-IPv6-subnet-from-Tkom>::/128                      ::                                      Un    0      1        0 lo     
<my-Tkom-IPv6>/128     ::                                      Un    0      5       28 lo     
fd42:3214:9514:9000::/128                   ::                                      Un    0      1        0 lo     
fd42:3214:9514:9000:9683:c4ff:fe1f:ac0/128  ::                                      Un    0      1        0 lo     
fd77:5451:2529::/128                        ::                                      Un    0      1        0 lo     
fd77:5451:2529::1/128                       ::                                      Un    0      1        0 lo     
fe80::/128                                  ::                                      Un    0      1        0 lo     
fe80::/128                                  ::                                      Un    0      1        0 lo     
fe80::/128                                  ::                                      Un    0      1        0 lo     
fe80::/128                                  ::                                      Un    0      1        0 lo     
fe80::/128                                  ::                                      Un    0      1        0 lo     
fe80::c0a8:140/128                          ::                                      Un    0      1        0 lo     
fe80::9683:c4ff:fe1f:ac0/128                ::                                      Un    0      1        0 lo     
fe80::9683:c4ff:fe1f:ac1/128                ::                                      Un    0      1        0 lo     
fe80::9683:c4ff:fe1f:ac2/128                ::                                      Un    0      1        0 lo     
fe80::b1fd:1335:8f9b:b9e6/128               ::                                      Un    0      1        0 lo     
ff00::/8                                    ::                                      U     256    4    15702 br-lan 
ff00::/8                                    ::                                      U     256    4  2309118 eth0   
ff00::/8                                    ::                                      U     256    0        0 ath0   
ff00::/8                                    ::                                      U     256    0        0 ath1   
ff00::/8                                    ::                                      U     256    0        0 6in4-henet
ff00::/8                                    ::                                      U     256    1     1580 pppoe-Tkom
::/0                                        ::                                      !n    -1     1  2370941 lo     
root@DHGLr:~#

I think as you can see I'm not an IPv6 expert - yet! :-) So please tell me exact ifconfig or route commands. I know those commands with IPv4 but not with IPv6!
Of course I can give more information if it needs.

And if you think about why I want to use HE.net TLB the answer is: my Telco filter out all IPv6 incoming traffic. So I can use IPv6 from my home network which is directed to the Net and it is filtered out from the Net so I can't reach my home devices or WEB/SSH server. :-(

BTW!
Maybe the ip6tables is wrong, too ...

Thank you for your help in advance!

TIA,
Ruzsi

raceybe

are there any firewalls on the tunnel that might restrict traffic?