|
|
Hey all. I just configured a VPN tunnel. I need to use that tunnel for a SNMP traffic. I'm using a basic configuration and the SNMP traffic is not being passed through the VPN tunnel. Do I need to make any changes in my server/client configurations? Thanks for any considerations. rob ps. in the client configuration I had to comment-out the 'nobind' directive. It wouldn't work with it enabled. ------------------------------------------- Server configuration file: port 1194 proto tcp dev tun ca /usr/local/openvpn/keys/ca.crt cert /usr/local/openvpn/keys/server.crt key /usr/local/openvpn/keys/server.key dh /usr/local/openvpn/keys/dh1024.pem server 10.11.38.0 255.255.255.0 ifconfig-pool-persist /usr/local/openvpn/ipp.txt keepalive 10 120 comp-lzo persist-key persist-tun status /usr/local/openvpn/openvpn-status.log verb 3 Client configuration file: client dev tun proto tcp remote 10.1.1.25 1194 resolv-retry infinite # nobind persist-key persist-tun ca "C:\\OpenVPN\\config\\ca.crt" cert "C:\\OpenVPN\\config\\client_john.crt" key "C:\\OpenVPN\\config\\client_john.key" comp-lzo verb 3 __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |