paulhoule / tentacruel

MIT License
0 stars 0 forks source link

pinger pings outside world #38

Closed paulhoule closed 5 years ago

paulhoule commented 5 years ago

The one tricky thing is that we have two paths out and things aren't "good" unless both paths are good. I think tamamo already has two virtual IPs that take the two different routes, so I have to configure "ping" to use them.

paulhoule commented 5 years ago

We already have multiple addresses on tamamo, 192.168.0.200 and 192.168.0.201 which route to WAN1 and WAN2.

On Linux the ping command takes the -I option, that is

ping -I 192.168.0.201 8.8.8.8

I am not so sure how to do the same in Windows, but I don't care because I don't need to test this on Windows!

paulhoule commented 5 years ago

It is done.