Skip to content

Commit

Permalink
Merge pull request #51 from oliveiraleo/update-ufw-cmd
Browse files Browse the repository at this point in the history
Updates the ufw cmd to prevent it to wake up after a reboot
  • Loading branch information
brianchennn authored Oct 12, 2023
2 parents e122913 + 6712ab1 commit b071b5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/guide/3-install-free5gc.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ sudo sysctl -w net.ipv4.ip_forward=1
sudo iptables -t nat -A POSTROUTING -o <dn_interface> -j MASQUERADE
sudo iptables -A FORWARD -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1400
sudo systemctl stop ufw
sudo systemctl disable ufw # prevents the firewall to wake up after a OS reboot
```

## B. Install Control Plane Elements
Expand Down

0 comments on commit b071b5b

Please sign in to comment.