[systemd-devel] SIT tunnel does not work

Tom Gundersen teg at jklm.no
Thu Dec 4 07:01:40 PST 2014


Hi Tomasz,

Sorry to dig up such an old thread, but I just made some changes to
the sit handling, and at least for me it works now. This is the config
I'm currently using:

wireless.network ---8<-----------------------

[Match]
Name=wlp3s0

[Network]
DHCP=yes
Tunnel=he

he.netdev ---8<-----------------------------------------

[NetDev]
Name=he
Kind=sit

[Tunnel]
Remote=222.333.444.555
TTL=255

he.network ---8<-----------------------------------------

[Match]
Name=he-ipv6

[Network]
Address=2001:470:11::2/64

[Route]
Gateway=2001:470:11::1
Source=2001:470:22::/48

[Route]
Gateway=2001:470:11::1
Source=2001:470:11::2/128

[Route]
Source=::/128

---8<-----------------------------------------


(you probably don't need the source routing stuff, but that's what I
was testing).



Do you still see problems with this on your end with current git?

Cheers,

Tom


More information about the systemd-devel mailing list