Welcome to the Comodo Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
May 19, 2013, 05:03:29 AM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
662971
Posts
70576
Topics
145150
Members
Latest Member:
liquidcat
more news...
Search:
Advanced search
|
Tag Cloud
Welcome to the Comodo Forum
Security Products & Services
Comodo TrustConnect - CTC
TrustConnect client for RedHat and Ubuntu systems
« previous
next »
Pages:
1
[
2
]
Author
Topic: TrustConnect client for RedHat and Ubuntu systems (Read 30466 times)
srfox23
Newbie
Offline
Posts: 9
Re: TrustConnect client for RedHat and Ubuntu systems
«
Reply #15 on:
December 14, 2010, 12:56:47 AM »
Quote from: dlimonov on December 13, 2010, 03:33:05 AM
No, you should download the
ca.crt
file (i.e., through context menu at right-mouse click) and put this file into /etc/openvpn/
Ok, I'll try that, but shouldn't I have uninstalled the original trustConnect account?
Logged
srfox23
Newbie
Offline
Posts: 9
Re: TrustConnect client for RedHat and Ubuntu systems
«
Reply #16 on:
December 14, 2010, 12:59:55 AM »
Quote from: dlimonov on December 13, 2010, 03:33:05 AM
No, you should download the
ca.crt
file (i.e., through context menu at right-mouse click) and put this file into /etc/openvpn/
Ok, I'll try that.
Logged
dlimonov
Comodo Loves me
Offline
Posts: 139
Re: TrustConnect client for RedHat and Ubuntu systems
«
Reply #17 on:
December 14, 2010, 03:46:35 AM »
Quote
Ok, I'll try that, but shouldn't I have uninstalled the original trustConnect account?
No, there's no need to uninstall the existing account (or TC installation).
Logged
fantab
Comodo Member
Offline
Posts: 42
Re: TrustConnect client for RedHat and Ubuntu systems
«
Reply #18 on:
May 08, 2011, 11:46:41 PM »
I am using Ubuntu Lucid Lynx [
10.04.2 LTS
] and want to use my
FREE CTC ACCOUNT
. I see that most of the information you've provided here seems to be specifically for "Paid Account" and you've also mentioned that the procedure to install CTC is different for Paid Account.
I installed 'tcclient' for ubuntu from
https://forums.comodo.com/comodo-trustconnect-ctc/trustconnect-client-for-redhat-and-ubuntu-systems-t38198.0.html
. The tcclient installs ok and shows up in the 'Applications-Internet' however I am unable to connect, and moreover when I try to configure the Client I get the message,
"Config not availabe!"
and
"Can't modify config at this moment! Try Later!"
.
Please help me to use CTC with Ubuntu?
Logged
dlimonov
Comodo Loves me
Offline
Posts: 139
Re: TrustConnect client for RedHat and Ubuntu systems
«
Reply #19 on:
May 10, 2011, 03:39:54 AM »
Hello,
At the moment, the TrustConnect Client for Linux isn't intended for free account.
You may use OpenVPN client.
1. If you don't have openVPN installed on your system, do: sudo apt-get install openvpn
2. Download the client configuration file for FREE service:
http://download.comodo.com/trustconnect/free_client.conf
3. Download certificate:
https://accounts.comodo.com/download/trustconnect/ca.crt
4. Copy config file and certificate into OpenVPN configuration directory, for example into /etc/openvpn/.
5. To start service: sudo /etc/init.d/openvpn start
to stop: sudo /etc/init.d/openvpn stop
to check status: sudo /etc/init.d/openvpn status
Note that if you use init.d/openvpn script, you should remove all unneeded *.conf files from /etc/openvpn/ directory.
6. After connect, try to open a site.
If you get something like "Firefox can't find the server...", add the following line into /etc/openvpn/free_client.conf:
route DNS_IP 255.255.255.255 net_gateway
where DNS_IP - your DNS server's IP (see /etc/resolv.conf)
and net_gateway - the pre-defined constant, which means in terms of openVPN-client the network default gateway.
example:
route 192.168.1.77 255.255.255.255 net_gateway
Note that if you have more than one DNS listed in /etc/resolv.conf, you should add them in subsequent lines, for example:
route 192.168.1.77 255.255.255.255 net_gateway
route 192.168.1.80 255.255.255.255 net_gateway
Also it's very useful to log the openVPN's messages to file, for example, openvpn.log.
To do this, you may add in /etc/openvpn/client.conf the line:
log /var/log/openvpn.log
Logged
fantab
Comodo Member
Offline
Posts: 42
Re: TrustConnect client for RedHat and Ubuntu systems
«
Reply #20 on:
May 12, 2011, 07:45:50 AM »
Quote from: dlimonov on May 10, 2011, 03:39:54 AM
6. After connect, try to open a site.
If you get something like "Firefox can't find the server...", add the following line into /etc/openvpn/free_client.conf:
route DNS_IP 255.255.255.255 net_gateway
where DNS_IP - your DNS server's IP (see /etc/resolv.conf)
and net_gateway - the pre-defined constant, which means in terms of openVPN-client the network default gateway.
example:
route 192.168.1.77 255.255.255.255 net_gateway
Note that if you have more than one DNS listed in /etc/resolv.conf, you should add them in subsequent lines, for example:
route 192.168.1.77 255.255.255.255 net_gateway
route 192.168.1.80 255.255.255.255 net_gateway
Also it's very useful to log the openVPN's messages to file, for example, openvpn.log.
To do this, you may add in /etc/openvpn/client.conf the line:
log /var/log/openvpn.log
Hello and Thank you very much for helping me out.
I have followed your instructions: I have downloaded and added ca.crt and free_client.conf to the /etc/openvpn folder.
I have certain doubts with respect to Step 6.
*** Where do I add "route DNS_IP 255.255.255.255 net_gateway" in free_client.conf?
Should add it at the end or is there a particular place in the mentioned file where I have to add it?
*** and same thing with the log file... ?
I have added what you had asked - I copied two DNS IP from resolv.conf to free_client.conf at the end of the file but when I run sudo /etc/init.d/openvpn start I get "fail".
I would greatly appreciate if you could help me with where to make changes in free-client.conf and in what order?
Thanks again
«
Last Edit: May 12, 2011, 08:17:39 AM by fantab
»
Logged
dlimonov
Comodo Loves me
Offline
Posts: 139
Re: TrustConnect client for RedHat and Ubuntu systems
«
Reply #21 on:
May 13, 2011, 07:48:07 AM »
Quote
*** Where do I add "route DNS_IP 255.255.255.255 net_gateway" in free_client.conf? Should add it at the end or is there a particular place in the mentioned file where I have to add it?
You may put these lines anywhere in the free_client.conf, and at the end of the file, too. For example:
Code:
client
dev tap
proto tcp
remote uk2.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
route 192.168.25.1 255.255.255.255 net_gateway
route 192.168.20.1 255.255.255.255 net_gateway
log /var/log/openvpn.log
Logged
fantab
Comodo Member
Offline
Posts: 42
Re: TrustConnect client for RedHat and Ubuntu systems
«
Reply #22 on:
May 15, 2011, 11:41:31 AM »
Okay... I edited the free_client.conf as instructed; I started "sudo /etc/init.d/openvpn start, it asked for username and password which I provided (the one I used on CTC Client in Windows)... I got
[ OK ]
, then I rechecked "sudo /etc/init.d/openvpn status"... and I get "
* VPN 'free_client' is running
"
And when I tried to browse to any website, Firefox says it did not find the SERVER at the respective website (SERVER NOT FOUND).
I had also disabled ufw via gufw and tried to connect to web but without any success.
What more do I need to do? or what am I doing wrongly? Please assist me in resolving this.
Regards...
Logged
dlimonov
Comodo Loves me
Offline
Posts: 139
Re: TrustConnect client for RedHat and Ubuntu systems
«
Reply #23 on:
May 16, 2011, 03:14:48 AM »
Seems like hostname cannot be resolved.
Please, start OpenVPN and try to ping some site from a console and give us the output. Also, please, give the output of the following commands:
iptables -L -nv
route -nv
Logged
dlimonov
Comodo Loves me
Offline
Posts: 139
Re: TrustConnect client for RedHat and Ubuntu systems
«
Reply #24 on:
May 17, 2011, 03:28:05 AM »
Please, send me in
private messages
the following files:
free_client.conf
/etc/resolv.conf
Also, tell what OpenVPN client version you have. You can find this out with the following command:
openvpn --version
Quote
Also be so kind to tell me how do I ascertain that I am connected to CTC, if I am connected?
Start OpenVPN and enter route -nv
You should see something like on the screenshot. Red underlined - TrustConnect VPN default gateway. You will be able to access it: ping 172.20.2.1
Also, you may execute ifconfig command and see the TAP interface in the network interfaces list.
route_TC_connected.png
(20.75 KB, 641x188 - viewed 17 times.)
Logged
fantab
Comodo Member
Offline
Posts: 42
Re: TrustConnect client for RedHat and Ubuntu systems
«
Reply #25 on:
November 09, 2011, 06:47:59 AM »
Need help in configuring and using CTC Free Account for FEDORA16_64.
The Ubuntu method is not working on Fedora. The instructions provided
https://www.comodo.com/trustconnect/linux.html
are not much of a help.
Please help me use my Free CTC account on Fedora.
Logged
dlimonov
Comodo Loves me
Offline
Posts: 139
Re: TrustConnect client for RedHat and Ubuntu systems
«
Reply #26 on:
November 10, 2011, 09:58:14 AM »
Setting up Trust Connect free on Linux using openVPN client
1. Login in your system as root.
2. Make shure that you have openVPN client installed in your system. Check it, for example, by command "which openvpn" (you should be root).
You should get the path to openvpn. If you don't have openVPN client, install it : "yum install openvpn"
3. Download config file. If you have free account:
http://download.comodo.com/trustconnect/free_client.conf
For paid subscription or 7 day trial:
https://accounts.comodo.com/download/trustconnect/client.conf
4. Download CA certificate:
https://accounts.comodo.com/download/trustconnect/ca.crt
5. Put config and certificate into /etc/openvpn/ (for example)
6. To connect to TrustConnect enter the command: "openvpn --config /etc/openvpn/free_client.conf --ca /etc/openvpn/ca.crt"
You will be prompted for Service Login and Service Password.
To disconnect, press Ctrl-C in this console.
7. If you'll get something like "Firefox can't find the server at..." after connecting,
try to add the following line into /etc/openvpn/free_client.conf:
route DNS_IP 255.255.255.255 net_gateway
where DNS_IP - your DNS server's IP (see /etc/resolv.conf)
and net_gateway - the pre-defined constant, which means in terms of openVPN-client the network default gateway.
example:
route 192.168.1.77 255.255.255.255 net_gateway
Logged
fantab
Comodo Member
Offline
Posts: 42
Re: TrustConnect client for RedHat and Ubuntu systems
«
Reply #27 on:
November 11, 2011, 11:39:35 PM »
Thank you very much,
dlimonov
. I didn't know that ca.crt has to be run too. That did the trick.
Logged
fantab
Comodo Member
Offline
Posts: 42
Re: TrustConnect client for RedHat and Ubuntu systems
«
Reply #28 on:
May 11, 2012, 10:58:31 AM »
I have installed Arch Linux 64bit on one of my PC. I am trying to configure CTC to work with OpenVPN. I know that CTC works with Fedora and Ubuntu- I have them them both on my other computers. I want to get it to work with Arch.
Here is what I have done so far; I have followed instructions on this thread to add free_client.conf and ca.crt to /etc/openvpn after which I tested by running openvpn and I get following ERRORS as reported in /var/log/openvpn.log:
Code:
Fri May 11 17:32:00 2012 OpenVPN 2.2.2 x86_64-unknown-linux-gnu [SSL] [LZO2] [EPOLL] [eurephia] built on Jan 3 2012
Fri May 11 17:32:22 2012 WARNING: Make sure you understand the semantics of --tls-remote before using it (see the man page).
Fri May 11 17:32:22 2012 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Fri May 11 17:32:22 2012 LZO compression initialized
Fri May 11 17:32:22 2012 Attempting to establish TCP connection with 91.212.12.68:443 [nonblock]
Fri May 11 17:32:23 2012 TCP connection established with 91.212.12.68:443
Fri May 11 17:32:23 2012 TCPv4_CLIENT link local: [undef]
Fri May 11 17:32:23 2012 TCPv4_CLIENT link remote: 91.212.12.68:443
Fri May 11 17:32:23 2012 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Fri May 11 17:32:26 2012 VERIFY ERROR: depth=1, error=self signed certificate in certificate chain: /C=UA/L=Odessa/O=Comodo/OU=CSP/CN=Comodo_CA/emailAddress=csp[at]comodo.od.ua
Fri May 11 17:32:26 2012 TLS_ERROR: BIO read tls_read_plaintext error: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Fri May 11 17:32:26 2012 NOTE: --mute triggered...
Fri May 11 17:32:26 2012 2 variation(s) on previous 2 message(s) suppressed by --mute
Fri May 11 17:32:26 2012 Fatal TLS error (check_tls_errors_co), restarting
Fri May 11 17:32:26 2012 SIGTERM[soft,tls-error] received, process exiting
As you can see in the above log I am able to connect 91.212.12.68:443. I have also tried everything this
WIKI
had to offer and several times. And each time I get the exact same errors. I am afraid I am missing something or doing something wrong.
Can you please take a look at it?
Help me understand the issue and please guide me to the solution.
THANKS
«
Last Edit: May 11, 2012, 11:00:34 AM by fantab
»
Logged
fantab
Comodo Member
Offline
Posts: 42
Re: TrustConnect client for RedHat and Ubuntu systems
«
Reply #29 on:
May 12, 2012, 11:05:08 AM »
I got it working.
Code:
Sat May 12 21:25:06 2012 OpenVPN 2.2.2 x86_64-unknown-linux-gnu [SSL] [LZO2] [EPOLL] [eurephia] built on Jan 3 2012
Sat May 12 21:25:17 2012 WARNING: Make sure you understand the semantics of --tls-remote before using it (see the man page).
Sat May 12 21:25:17 2012 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Sat May 12 21:25:17 2012 LZO compression initialized
Sat May 12 21:25:18 2012 Attempting to establish TCP connection with 91.212.12.68:443 [nonblock]
Sat May 12 21:25:19 2012 TCP connection established with 91.212.12.68:443
Sat May 12 21:25:19 2012 TCPv4_CLIENT link local: [undef]
Sat May 12 21:25:19 2012 TCPv4_CLIENT link remote: 91.212.12.68:443
Sat May 12 21:25:19 2012 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Sat May 12 21:25:24 2012 [ComodoVPNS-3] Peer Connection Initiated with 91.212.12.68:443
Sat May 12 21:25:26 2012 TUN/TAP device tap0 opened
Sat May 12 21:25:26 2012 /usr/sbin/ip link set dev tap0 up mtu 1500
Sat May 12 21:25:26 2012 /usr/sbin/ip addr add dev tap0 xxx.xx.2.8/24 broadcast xxx.xx.2.255
Sat May 12 21:25:26 2012 Initialization Sequence Completed
I had to create and execute update-resolv-conf and also redownloaded and replaced free_client.conf and ca.crt.
So, CTC free works on
ArchLinux
too.
Logged
Tags:
Pages:
1
[
2
]
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> Melih's Corner - CEO Talk/Discussions/Blog
=> Comodo.TV - Our Internet Video Channel
===> Comodo.TV - News and Announcements
===> Comodo.TV - Program Lineup
===> Audience Feedback and Suggestions
=> Which Product do you want Comodo to develop next?
=> How Can I Help Comodo? (Please We Need You!)
===> Report Comodo Forum / Web Site Issues
===> Please Tell Us Your Views and Vote Here!
===> Help Spread the Word - Banners and Logos
=> General Discussion (off topic) Anything and everything...
===> Member Confessions :-)
===> Funny Photos :-)
===> Cool Stuff
-----------------------------
Security Products & Services
-----------------------------
=> Comodo Internet Security - CIS
===> News / Announcements / Feedback - CIS
=====> Wishlist - CIS
===> Help - CIS
=====> Guides - CIS
=====> AntiVirus Help - CIS
=======> AntiVirus FAQ - CIS
=====> Firewall Help - CIS
=======> Firewall FAQ - CIS
=====> Defense+ / Sandbox Help - CIS
=======> Defense+ / Sandbox FAQ - CIS
=====> Install / Setup / Configuration Help - CIS
=======> Install / Setup / Configuration FAQ - CIS
===> Bug Reports - CIS
===> AV False Positive/Negative Detection Reporting
=> Comodo Cleaning Essentials + KillSwitch & Autoruns - CCE
===> News / Announcements / Feedback - CCE
=====> Wishlist - CCE
===> Help - CCE
===> Bug Reports - CCE
=> Comodo Antivirus for Mac OS X - CAVM
=> Comodo Antivirus for Linux - CAVL
=> Comodo Mobile Security - CMS
=> Comodo Time Machine - CTM
===> News / Announcements / Feedback - CTM
===> Help - CTM
=====> FAQ - CTM
===> Bug Reports - CTM
=> Comodo Dragon - CD
===> News / Announcements / Feedback - CD
=====> Wishlist - CD
===> Help - CD
=====> FAQ - CD
===> Bug Reports - CD
=> COMODO IceDragon - CID
===> News / Announcements / Feedback – CID
=====> Wishlist - CID
===> Help – CID
===> Bug Reports - CID
===> Beta Corner – CID
=> Comodo LoginPRO
=> Comodo Disk Encryption - CDE
===> News / Announcements / Feedback - CDE
=====> Wishlist - CDE
===> Help - CDE
=====> FAQ - CDE
===> Bug Reports - CDE
=> Comodo Secure DNS - DNS
===> News / Announcements / Feedback - DNS
===> Help - DNS
=> Comodo Unite (EasyVPN) - CUnite
===> News / Announcements / Feedback - CUnite
===> Help - CUnite
=====> FAQ - CUnite
===> Bug reports - CUnite
=> Comodo TrustConnect - CTC
=> Comodo SiteInspector - CSI
=> Comodo Valkyrie - FLS
=> Comodo Instant Malware Analysis Online - CIMA
=> Comodo Rescue Disk - CRD
-----------------------------
Desktop Utilities & Services
-----------------------------
=> Comodo System Utilities - CSU
===> News / Announcements / Feedback - CSU
===> Help - CSU
=====> FAQ - CSU
===> Wishlist - CSU
=> Comodo Backup - CB
===> News / Announcements / Feedback - CB
===> Comodo Cloud
===> Help - CB
=====> FAQ - CB
===> Wishlist - CB
=> Comodo Programs Manager - CPM
===> News / Announcements / Feedback – CPM
===> Help - CPM
===> Wishlist - CPM
=> GeekBuddy & Live PC Support
=> GeekBuddy PC Health Check - PCHC
===> News/ Announcements / Feedback – PCHC
===> Help - PCHC
-----------------------------
Business / Enterprise Security Products & Services
-----------------------------
=> Digital Certificates
===> Code Signing Certificate
===> Content Verification Certificate
===> Email Certificate
===> SSL Certificate
=> PCI DSS Compliance
=> Comodo Endpoint Security Manager
===> Endpoint Security Manager 1.6
===> Endpoint Security Manager 2.0 Business Edition
===> Endpoint Security Manager 2.1
===> Endpoint Security Manager 3.0
=====> CESM 3.0 Beta
===> ESM Console for Windows Phone
===> Earlier versions of CESM
=> Two Factor Authentication for Web Applications
=> Trustlogo
=> Hacker Guardian
=> Comodo Network Center - CNC
=> Comodo AntiSpam Gateway - Hosted Anti Spam Service
-----------------------------
Learn about Computer Security and Interact with Security Experts
-----------------------------
=> General Security Questions and Comments
=> Virus/Malware Removal Assistance
=> Leak Testing/Attacks/Vulnerability Research
=> Digital Certificates, Encryption and Digital Signing
=> Other Security Products
-----------------------------
International Comodo Forums
-----------------------------
=> International Comodo Forums
===> 汉语语言, 漢語語言 / Chinese Simplified, Traditional
===> Česky / Czech
===> Dansk / Danish
===> Nederlands / Dutch
===> Suomi / Finnish
===> Francais / French
===> Deutsch / German
===> ελληνικά / Greek
===> Magyar / Hungarian
===> Italiano / Italian
===> Nihongo / Japanese
===> Norsk / Norwegian
===> Polski / Polish
===> Português/Portuguese
===> Română / Romanian
===> По-русски / Russian
=====> News & FAQ
=====> Оффтоп (OFFTOP)
=====> Архив / Archive
===> Slovenský / Slovak
===> Slovenščina / Slovenian
===> Espanol / Spanish
===> Svenska / Swedish
===> Turkce / Turkish
===> Українська / Ukrainian
===> Việt / Vietnamese
===> Estonian
===> Arabic
-----------------------------
Archived Boards
-----------------------------
=> Discontinued Products
===> Comodo Web Application Firewall - CWAF
===> Comodo HopSurf - CHS
===> Comodo AntiSpam - CAS
=====> Help - CAS
=======> FAQ - CAS
=====> News / Announcements / Feedback - CAS
=======> Wishlist - CAS
=====> Bug Reports - CAS
===> Verification Engine - CVE
===> Comodo Secure Email - CSE
=====> News / Announcements / Feedback - CSE
=====> Help - CSE
=======> FAQ - CSE
=====> Bug Reports - CSE
===> Comodo Cloud Scanner - CCS
=====> News / Announcements / Feedback - CCS
=====> FAQ - CCS
=====> Beta Corner - CCS
=====> Wishlist - CCS
===> Comodo Anti-Viruspyware (CAVS)
=====> Help for Comodo AntiVirus
=====> FAQ for Comodo Anti-ViruSpyware
=====> Feedback/Comments/Announcements/News about CAVS
=====> CAVS BETA Corner
=====> Announcements
=====> Comodo BOClean Anti-Malware FAQ
===> Comodo Diskshield
===> Comodo Firewall
=====> Feedback/Comments/Announcements/News
=====> Help for v3
=====> Help for v2
=====> Frequently Asked Questions (FAQ) for Comodo firewall
=====> CFP BETA Corner
=======> 32 bit bug reports
=======> 64 bit bug reports
=====> Comodo Firewall Translations
=====> Bug Reports
===> i-Vault
===> Launch Pad (Discontinued)
===> Comodo Meet (Web Conferencing Product) (Discontinued)
===> Comodo Memory Firewall(Buffer Overflow Protection)
=====> Comodo Memory Firewall Beta Corner
=====> Help
=====> Frequently Asked Questions (Comodo Memory Firewall)
=====> Feedback/Comments/Announcements/News
===> Safesurf
===> Trusttoolbar (Discontinued)
===> Trustfax (online faxing)
===> Trustix Enterprise Firewall
===> User Anywhere (Remote Access product) (Discontinued)
===> UserTrust - First Independent Website Rating - Empowering our users!
===> Comodo Vulnerability Analyzer - CVA
===> ZTL
=> Comodo Wiki Project
Page created in 0.055 seconds with 21 queries.
Powered by SMF 1.1.18
|
SMF © 2006, Simple Machines
Design by
7dana.com