Page 1 of 1

problem with http and ssh

Posted: Wed Oct 05, 2011 10:52 am
by plenumforo
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

Re: http and ssh traffic bug

Posted: Wed Oct 05, 2011 11:22 am
by maikcat
hi there,

the topic subject is a bit misleading..

please post configs/logs from your server/client
also post info about routing on your lan,
which commands work and which doesnt?

Michael.