@Agricolovo
I am still looking to configure DS-Lite via GUI for my German cable provider but no luck.
For now I have created a script which runs on opnsense start and it works fine.
to test it - connect via ssh to opnsense, enter shell and enter following commands:
ifconfig gif0 create
ifconfig gif0 inet6 tunnel <<LOCAL IPv6 ADDRESS>> <<AFTR ADDRESS>> mtu 1460 -accept_rtadv ifdisabled
ifconfig gif0 inet 192.0.0.2 192.0.0.1 netmask 255.255.255.248
route add default -interface gif0
I am still looking to configure DS-Lite via GUI for my German cable provider but no luck.
For now I have created a script which runs on opnsense start and it works fine.
to test it - connect via ssh to opnsense, enter shell and enter following commands:
ifconfig gif0 create
ifconfig gif0 inet6 tunnel <<LOCAL IPv6 ADDRESS>> <<AFTR ADDRESS>> mtu 1460 -accept_rtadv ifdisabled
ifconfig gif0 inet 192.0.0.2 192.0.0.1 netmask 255.255.255.248
route add default -interface gif0