- This topic has 0 replies, 1 voice, and was last updated 6 hours, 47 minutes ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Home › Forums › FABRIC General Questions and Discussion › Setting up a tunnel on FABRIC slice using the dataplane
Hello,
Please can you share if you have tried to setup a simple tunnel between say node A and C with node B as the server, using say Sshuttle or any other. I used Sshuttle and while it appears alright from the iptables output below, the redirection doesn’t happen on the node with netcat test:
ubuntu@node1:~$ sudo iptables-save | grep -i sshuttle
:sshuttle-12300 – [0:0]
-A PREROUTING -j sshuttle-12300
-A OUTPUT -j sshuttle-12300
-A sshuttle-12300 -m ttl –ttl-eq 63 -j RETURN
-A sshuttle-12300 -m addrtype –dst-type LOCAL -j RETURN
-A sshuttle-12300 -d 10.10.10.2/32 -p tcp -j RETURN
-A sshuttle-12300 -d 127.0.0.1/32 -p tcp -j RETURN
-A sshuttle-12300 -d 10.10.20.0/24 -p tcp -j REDIRECT –to-ports 12300
Regards,
Acheme