Commit c385eb2e authored by lavado's avatar lavado
Browse files

Update README.md for VyOS configuration

parent 09e82b92
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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