From: Ken D'A. <ke...@jo...> - 2009-12-29 16:00:01
|
Hey, all. I've got a functional bridging OpenVPN configuration running. I'd like to get redirect-gateway running, but no soup; I've tried myriad variations based on what I've read on-line, but none of them seem to do the job. Any suggestions? Here's my server.conf (sans comments/blank lines): -------------------------- cut here ---------------------------- port 53 proto udp dev tap0 ca /etc/openvpn/keys/ca.crt cert /etc/openvpn/keys/server.crt key /etc/openvpn/keys/server.key # This file should be kept secret dh /etc/openvpn/keys/dh1024.pem server-bridge 172.17.0.35 255.255.0.0 172.17.8.1 172.17.8.100 ifconfig-pool-persist ipp.txt push "route 192.168.0.0 255.255.255.0" float push "dhcp-option WINS 172.17.0.23" push "dhcp-option DNS 172.17.0.23" push "redirect-gateway def1" client-to-client keepalive 10 120 comp-lzo persist-key persist-tun status /var/log/openvpn/status.log log /var/log/openvpn/openvpn.log verb 5 -------------------------- cut here ---------------------------- Any pointers? Thanks much! -Ken -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. |