Thanks! for the opportunity to test your new service. It works well on
my Gentoo linux box.
Here is a rough draft of a possible "linux quick start guide". If you
find it potentially useful, let me know and I'll improve it; or take
it and run :-) .
Roger Parks
Linux quick start guide:
1. Assure that you have Tap/Tun driver support. This can be done by
looking for "tun" with the following command:
# ls /dev/net
the result should be:
# tun
If tun is not present, you need to recompile your kernel with:
Device Drivers --->
Network device support --->
<M> Universal TUN/TAP device driver support (can be loadable or permanent)
2. Install the openvpn client via your distribution, or the openvpn web site.
3. Create a subdirectory named trustconnect within the openvpn
configuration - almost always this would be /etc/openvpn/trustconnect.
4. Copy the cert and the conf file into /etc/openvpn/trustconnect
5. Optionally: edit /etc/openvpn/trustconnect/conf and add two lines:
user comodo
group comodo
where comodo is an unprivileged user that you will need to create. Openvpn will then drop the admin privileges required to start, and will become user comodo - this is a safety
feature, should someone try to attack your openvpn client.
6. Determine the default routing for your box by running the following command:
# route
note the info in the "default" line; more about this later.
7. run the following command, and sign in with your account name/pwd
when asked:
# openvpn --config /etc/openvpn/trustconnect/conf
8. You will see a console window loaded with diagnostics. killing the
window, or entering ctrl-c will terminate the vpn. At this point, all
external connections are being routed via TrustConnect in Atlanta.
9. When shutting down the openvpn connection, your configuration will
return to the original settings, with the exception of the default
route. This can be restored with a command such as this:
# route add default gw 192.168.1.1 dev eth0
Obviously, your initial routing default may be something else, which
is why you listed it in step 6.
10. Free, personal use of TrustConnect is intended for occasional
HotSpot use - such as accessing an unencrypted (non-ssl) mail account,
or especially when conducting important business (e.g. banking).
So please disconnect from the TrustConnect VPN when not used for this
specific purpose. Please don't misuse this Comodo offering.