OpenVPN log message - not sure why 127.0.0.1
-
I have OPenvpn up and running and have tested the connection from an external site.
All seems OK.
Tunnel comes up and can access LAN resources.
using PKI
UDP 1194
LAN 192.168.69.xx/24
Added the TA.key via the edit file as outlined in the forum.Checking the OpenVPN logs I have the two messages below.
Not sure how to get rid of them.
The only FW rule I have is
WAN
UDP * * * 1194 *openvpn[51001]: TCP/UDP: Incoming packet rejected from 127.0.0.1:1194[2], expected peer address: xx.xxx.xxx.158:1194 (allow this incoming source address/port by removing –remote or adding --float)
Also the message below
openvpn[51001]: WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.See client config
client
dev tun
proto udp
remote remote_server 1194
resolv-retry infinite
nobind
persist-key
persist-tun
cert client.crt
key client.key
ca ca.crt
ns-cert-type server
cipher DES-EDE3-CBC
tls-auth ta.key 1
comp-lzo
pull
verb 5Any assistance greatly appreciated.
Regards
Mark
-
Sorry about this.
I rebooted the box and all seems fine now. Log message are just what you'd expect to see.
Regards
Mark