nouveau fichier : sio2/sisr/PXE/README.me
nouveau fichier : sio2/sisr/PXE/dhcpd.conf nouveau fichier : sio2/sisr/PXE/enp0s3 nouveau fichier : sio2/sisr/PXE/enp0s8 nouveau fichier : sio2/sisr/PXE/isc-dhcp-server nouveau fichier : sio2/sisr/PXE/nftables.conf
This commit is contained in:
14
sio2/sisr/PXE/nftables.conf
Normal file
14
sio2/sisr/PXE/nftables.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/usr/sbin/nft -f
|
||||
|
||||
flush ruleset
|
||||
|
||||
table inet nat {
|
||||
chain prerouting {
|
||||
type nat hook prerouting priority 0;
|
||||
}
|
||||
chain postrouting {
|
||||
type nat hook postrouting priority 100;
|
||||
oifname "enp0s3" masquerade
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user