nouveau fichier : sio2/SISR/05-pxe/dhcpd.conf nouveau fichier : sio2/SISR/05-pxe/enp0s3 nouveau fichier : sio2/SISR/05-pxe/enp0s8 nouveau fichier : sio2/SISR/05-pxe/isc-dhcp-server nouveau fichier : sio2/SISR/05-pxe/nat.sh
6 lines
137 B
Bash
Executable File
6 lines
137 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
echo 1 > /proc/sys/net/ipv4/ip_forward
|
|
sudo iptables -F -t nat
|
|
sudo iptables -t nat -A POSTROUTING -o enp0s3 -j MASQUERADE
|