problem with http and ssh
Posted: Wed Oct 05, 2011 10:52 am
Hi,
I set my OpenVPN server following the manuals on a machine with openSUSE.
From the client I can ping all machines on the subnet, but I can´t connect to apache server that is installed on a machine on the subnet, and I can´t connect via putty to them.
I've configured the firewall, and iptables but I can only ping.
configuration file:
port 1194
proto udp
dev tun
ca /etc/openvpn/easy-rsa/2.0/keys/ca.crt
cert /etc/openvpn/easy-rsa/2.0/keys/servidor.crt
key /etc/openvpn/easy-rsa/2.0/keys/servidor.key
dh /etc/openvpn/easy-rsa/2.0/keys/dh1024.pem
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push "route 192.168.80.0 255.255.255.0"
keepalive 10 120
tls-auth /etc/openvpn/easy-rsa/2.0/keys/ta.key 0
comp-lzo
persist-key
persist-tun
log openvpn.log
verb 3
From client I can do ping 192.168.80.23 but i can´t connect with putty to 192.168.80.23 or connect to the apache
server through the Mozilla.
Thank you very much
I set my OpenVPN server following the manuals on a machine with openSUSE.
From the client I can ping all machines on the subnet, but I can´t connect to apache server that is installed on a machine on the subnet, and I can´t connect via putty to them.
I've configured the firewall, and iptables but I can only ping.
configuration file:
port 1194
proto udp
dev tun
ca /etc/openvpn/easy-rsa/2.0/keys/ca.crt
cert /etc/openvpn/easy-rsa/2.0/keys/servidor.crt
key /etc/openvpn/easy-rsa/2.0/keys/servidor.key
dh /etc/openvpn/easy-rsa/2.0/keys/dh1024.pem
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push "route 192.168.80.0 255.255.255.0"
keepalive 10 120
tls-auth /etc/openvpn/easy-rsa/2.0/keys/ta.key 0
comp-lzo
persist-key
persist-tun
log openvpn.log
verb 3
From client I can do ping 192.168.80.23 but i can´t connect with putty to 192.168.80.23 or connect to the apache
server through the Mozilla.
Thank you very much