|
|
|
OK, looks like I still need some assistance. I was able to get two instances of OpenVPN up on my server (one using UDP, one using TCP) but that's where the joy ended. My UDP-based instance is working great (except for the issue from the previous message). My TCP-based instance will allow me to connect but I can't route any traffic (including PING) over the connection. The firewall is off on the VPN box and I've added the same type of port forwarding rules (on my perimeter firewall) for the TCP-based instance ass I have for my UDP-based instance. I changed the port number to 1195 in case that was the issue but no changes. I've included part of my conf file below - other than the change in protocol and port it is identical to the UDP-based conf file: port 1195 # TCP or UDP server? proto
tcp dev tun ca /etc/openvpn/keys/ca.crt cert /etc/openvpn/keys/server.crt key /etc/openvpn//keys/server.key dh /etc/openvpn/easy-rsa/keys/dh1024.pem server 10.8.0.0 255.255.255.0 ifconfig-pool-persist ipp.txt push "route 192.168.10.0 255.255.255.0" push "route 192.168.5.0 255.0.0.0" keepalive 10 120 tls-auth /etc/openvpn//keys/auth.key 0 replay-persist /etc/openvpn/rp cipher AES-128-CBC # AES comp-lzo max-clients 10 user nobody group nobody persist-key persist-tun Anyone have any idea why I can't pass traffic? I ran Ethereal on a connecting client, no ACKs coming back to the client. Thanks... Ed Wallig <ilinktech@xxxxxxxxx> wrote:
|