6 lines
131 B
Bash
6 lines
131 B
Bash
#!/bin/bash
|
|
|
|
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE -s 10.67.0.0/16
|
|
|
|
apt-get update
|
|
apt-get install isc-dhcp-relay -y |