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:
Jarod Pauchet
2024-09-16 17:53:29 +02:00
parent 21252118e7
commit 0f6de50a66
6 changed files with 92 additions and 0 deletions

View 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
}
}