Hello, how to connect connect comodo vpn?
http://help.comodo.com/topic-83-1-158-1304-How-To-Set-Up-TrustConnect-On-Linux.html
The client config of the linux client is as follows:
client
dev tap
proto tcp
remote us1.vpn.comodo.com 443
remote us2.vpn.comodo.com 443
remote uk1.vpn.comodo.com 443
remote-random
auth-user-pass
resolv-retry infinite
nobind
persist-key
persist-tun
pull
remap-usr1 SIGTERM
ca ca.crt
ns-cert-type server
tls-remote ComodoVPNS
mute-replay-warnings
mute 2
comp-lzo
verb 1
You can translate tap towards “mode ethernet”, “connect-to” will be one of the remote servers etc… But the one thing you surely can’t do is compress the data on the openvpn tunnel with comp-lzo.. As long as Mikrotik doesn’t add the comp-lzo feature, you won’t be able to connect via ROS I’m afraid.