search for: iphostc

Displaying 5 results from an estimated 5 matches for "iphostc".

Did you mean: iphost
2018 Apr 10
2
Route certain trafic via a tinc node that is not directly connected.
...rtain ip (lets call it ipaddressx) via hostc. > > I added the iptables mangle rule to mark all traffic to ipaddressx at port > 700. > > -A OUTPUT  -p 6 -m tcp -d ipaddressx/255.255.255.255 --dport 700 -j MARK > --set-mark 0x1 > > I added: >     ip route add default via iphostc dev tincnet table hostc >     ip rule add from 0.0.0.0/0 fwmark 1 table hostc If you are running tinc in router mode (which is the default), then the "via iphostc" option does not have any effect. The packets will go to dev tincnet, but there is nothing in the header of IP packets tha...
2018 Mar 31
5
Help on a Nat To Nat soluction - tinc servers won't ping remote clients
I have a three tinc server setup, similar to "4.3 How Connections Work" using the configuration mostly likehttp://ostolc.org/site-to-site-vpn-with-tinc.html The clients (Ubuntus, Debians and Windows 10s) can all ping (and SSH) to each other remotely. As far as that is concerned it's working great - thanks so much for some great software. However, on each of the Tinc servers (A and
2018 Apr 11
0
Route certain trafic via a tinc node that is not directly connected.
...via hostc. >> >> I added the iptables mangle rule to mark all traffic to ipaddressx at port >> 700. >> >> -A OUTPUT  -p 6 -m tcp -d ipaddressx/255.255.255.255 --dport 700 -j MARK >> --set-mark 0x1 >> >> I added: >>     ip route add default via iphostc dev tincnet table hostc >>     ip rule add from 0.0.0.0/0 fwmark 1 table hostc > If you are running tinc in router mode (which is the default), then the > "via iphostc" option does not have any effect. The packets will go to > dev tincnet, but there is nothing in the heade...
2018 Apr 10
0
Route certain trafic via a tinc node that is not directly connected.
...ce provider. I need hosta to talk to a certain ip (lets call it ipaddressx) via hostc. I added the iptables mangle rule to mark all traffic to ipaddressx at port 700. -A OUTPUT  -p 6 -m tcp -d ipaddressx/255.255.255.255 --dport 700 -j MARK --set-mark 0x1 I added:     ip route add default via iphostc dev tincnet table hostc     ip rule add from 0.0.0.0/0 fwmark 1 table hostc Now when I try this: traceroute -T -n ipaddressx -p 700 The route goes via the ip of hostb and not via the ip of hostc as I would have expected. If I remove the iptables rule the route goes directly via the ip of host...
2018 Apr 11
1
Route certain trafic via a tinc node that is not directly connected.
...certain ip (lets call it ipaddressx) via hostc. > > I added the iptables mangle rule to mark all traffic to ipaddressx at port > 700. > > -A OUTPUT -p 6 -m tcp -d ipaddressx/255.255.255.255 --dport 700 -j MARK > --set-mark 0x1 > > I added: > ip route add default via iphostc dev tincnet table hostc > ip rule add from 0.0.0.0/0 fwmark 1 table hostc > > If you are running tinc in router mode (which is the default), then the > "via iphostc" option does not have any effect. The packets will go to > dev tincnet, but there is nothing in the heade...