/[sysadmin-cookbook]/recepies/openvpn/3.on-client.create
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /recepies/openvpn/3.on-client.create

Parent Directory Parent Directory | Revision Log Revision Log


Revision 213 - (show annotations)
Thu May 13 13:53:50 2010 UTC (13 years, 11 months ago) by root
File size: 131 byte(s)
setup IP for client and masquarade local network

1 #!/bin/sh -x
2
3 ifconfig $1 10.60.0.81 netmask 255.255.254.0 up
4 iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -o $1 -j MASQUERADE

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26