vault backup: 2025-03-08 16:44:05
This commit is contained in:
@ -40,6 +40,15 @@ For the post-install network configuration step _(`/etc/rc.conf`)_, try to figu
|
||||
Subsystem: Intel Corporation Ethernet Connection I354 2.5 GbE Backplane
|
||||
```
|
||||
|
||||
Setup NAT
|
||||
|
||||
```
|
||||
ip tuntap add tap0 mode tap
|
||||
ip addr add 192.168.100.1/24 dev tap0
|
||||
sysctl net.ipv4.ip_forward=1
|
||||
iptables -t nat -A POSTROUTING -o wlan0 -j MASQUERADE
|
||||
```
|
||||
|
||||
|
||||
|
||||
Original:
|
||||
|
||||
Reference in New Issue
Block a user