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
This would be useful in a setup where your game server is connected to a single remote server / anycast network via a vpn tunnel wireguard or openvpn etc.
Thus allowing you to run your server behind a nat firewall on a home network etc.
In the config it could be interface2 and forwarding = 0/1.
You could do this by making at like a router and dnat the packets because ipip would not be needed. Or it would work if you received the ipip packets on that interface ...
Yeah also nice project btw I have been trying to get it to work like this but the thing is you would have to go both ways using XDP for the a2s_info caching and I am bad at this stuff.
The text was updated successfully, but these errors were encountered:
Synkstar
changed the title
[Suggestion] Layer 2 forwarding over multiple interfaces
[Suggestion] Layer 3 routing over multiple interfaces
Aug 23, 2020
This would be useful in a setup where your game server is connected to a single remote server / anycast network via a vpn tunnel wireguard or openvpn etc.
Thus allowing you to run your server behind a nat firewall on a home network etc.
In the config it could be interface2 and forwarding = 0/1.
You could do this by making at like a router and dnat the packets because ipip would not be needed. Or it would work if you received the ipip packets on that interface ...
Yeah also nice project btw I have been trying to get it to work like this but the thing is you would have to go both ways using XDP for the a2s_info caching and I am bad at this stuff.
The text was updated successfully, but these errors were encountered: