Sha256: 3b22fc9282873f25971c8578779534f1fb03e23703f38a7ce7ee0c222bd2388d
Contents?: true
Size: 454 Bytes
Versions: 3
Compression:
Stored size: 454 Bytes
Contents
#!/bin/sh -e # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure that the script will "exit 0" on success or any other # value on error. # # In order to enable or disable this script just change the execution # bits. # # By default this script does nothing. iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -o eth0 -j MASQUERADE iptables -A FORWARD -p tcp --syn -s 192.168.0.0/24 -j TCPMSS --set-mss 1356 exit 0
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
simpletool-0.0.4 | lib/support/pptp_vpn/ubuntu/rc.local |
simpletool-0.0.3 | lib/support/pptp_vpn/ubuntu/rc.local |
simpletool-0.0.2 | lib/support/pptp_vpn/ubuntu/rc.local |