Loading magma/README.md +13 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,19 @@ Finally, a Day-2 primitive must be executed against the PNF (VyOS) to allow traf With this, the UE machine will have access to Internet through the AGW and then the VyOS PNF. This works because the VyOS Router is pre-configured to deny all traffic unless explicitely added to a MAGMA_AGW group: ``` set firewall group network-group MAGMA_AGW network 192.168.239.10 # this rule is added by the primitive set firewall name MAGMA_FW default-action drop set firewall name MAGMA_FW rule 10 action accept set firewall name MAGMA_FW rule 10 source group network-group MAGMA_AGW set interfaces ethernet eth1 firewall in name MAGMA_FW ``` ## Additional tests ### Web Proxy service Loading Loading
magma/README.md +13 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,19 @@ Finally, a Day-2 primitive must be executed against the PNF (VyOS) to allow traf With this, the UE machine will have access to Internet through the AGW and then the VyOS PNF. This works because the VyOS Router is pre-configured to deny all traffic unless explicitely added to a MAGMA_AGW group: ``` set firewall group network-group MAGMA_AGW network 192.168.239.10 # this rule is added by the primitive set firewall name MAGMA_FW default-action drop set firewall name MAGMA_FW rule 10 action accept set firewall name MAGMA_FW rule 10 source group network-group MAGMA_AGW set interfaces ethernet eth1 firewall in name MAGMA_FW ``` ## Additional tests ### Web Proxy service Loading