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
{{ message }}
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.
The SPGW is supposed to be configured to issue the correct iptables commands for NAT automatically whenever it comes up. Unfortunately, this functionality is broken (big surprise). For purposes of shipping, I wrote our own NAT script (installed to /usr/bin/spgw_nat.sh) that sets up NAT and is called by systemctl whenever the spgw is launched, but there's no reason that these two things should be logically separate. It makes more sense to just look at how the SPGW was trying to setup NAT, and then fix that work, using spgw_nat.sh as a model. spgw_config_process() is a good place to start here.
The text was updated successfully, but these errors were encountered:
The SPGW is supposed to be configured to issue the correct iptables commands for NAT automatically whenever it comes up. Unfortunately, this functionality is broken (big surprise). For purposes of shipping, I wrote our own NAT script (installed to /usr/bin/spgw_nat.sh) that sets up NAT and is called by systemctl whenever the spgw is launched, but there's no reason that these two things should be logically separate. It makes more sense to just look at how the SPGW was trying to setup NAT, and then fix that work, using spgw_nat.sh as a model. spgw_config_process() is a good place to start here.
The text was updated successfully, but these errors were encountered: