You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a little problem. I have 3 linux hosts with ubuntu 20 (I already tried debian 10 and fedora). And I'm trying to make srv6 work on these hosts. The environment looks something like this:
host 1:
ip -6 route add fe80::3 encap seg6 mode inline segs fe80::2 dev enp0s8
host 2: receives the package. but after that, nothing is happening. I want host 2 to forward the packet to host 3. Why isn't this happening?
echo 100 localsid >> /etc/iproute2/rt_tables
ip -6 rule add to fe80::/64 lookup localsid
ip -6 route add blackhole default table localsid
ip -6 route add fe80::/64 encap seg6local action End dev enp0s8 table localsid
The text was updated successfully, but these errors were encountered:
Hi guys,
I have a little problem. I have 3 linux hosts with ubuntu 20 (I already tried debian 10 and fedora). And I'm trying to make srv6 work on these hosts. The environment looks something like this:
host 1:
ip -6 route add fe80::3 encap seg6 mode inline segs fe80::2 dev enp0s8
host 2: receives the package. but after that, nothing is happening. I want host 2 to forward the packet to host 3. Why isn't this happening?
echo 100 localsid >> /etc/iproute2/rt_tables
ip -6 rule add to fe80::/64 lookup localsid
ip -6 route add blackhole default table localsid
ip -6 route add fe80::/64 encap seg6local action End dev enp0s8 table localsid
The text was updated successfully, but these errors were encountered: