Welcome to the Comodo Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
May 25, 2013, 01:26:50 PM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
664066
Posts
70633
Topics
145262
Members
Latest Member:
EricNorris
more news...
Search:
Advanced search
|
Tag Cloud
Welcome to the Comodo Forum
Archived Boards
Discontinued Products
ZTL
Can't connect to web interface
« previous
next »
Pages:
[
1
]
Author
Topic: Can't connect to web interface (Read 22253 times)
holo
Newbie
Offline
Posts: 1
Can't connect to web interface
«
on:
May 09, 2007, 03:54:44 AM »
i installed my ztl (centos) and i can't connect to the web interface to configure it.
after instalation i use the https://(the ip of the server):10000 and it's not working
Logged
vadim
Comodo Loves me
Offline
Posts: 191
Re: Can't connect to web interface
«
Reply #1 on:
May 10, 2007, 02:16:47 AM »
Hello.
Please check ZTL service's status:
# service ztl status
and
# netstat -tanp | grep 10000
Logged
coy
Newbie
Offline
Posts: 1
Re: Can't connect to web interface
«
Reply #2 on:
May 12, 2007, 07:00:17 AM »
I am having the same problem:
service ztl status
gives
ZTL (pid 3547) is running
# netstat -tanp | grep 10000
gives
tcp 0 0 0.0.0.0:10000 0.0.0.0:* LISTEN 3547/perl
«
Last Edit: May 12, 2007, 07:03:15 AM by coy
»
Logged
vadim
Comodo Loves me
Offline
Posts: 191
Re: Can't connect to web interface
«
Reply #3 on:
May 14, 2007, 02:21:09 AM »
Please, check your firewall rules:
# iptables -L INPUT -na
Please, try to connect to http:
http://(the ip of the server):10000
What message displays browser?
Logged
intellitech
Newbie
Offline
Posts: 3
Re: Can't connect to web interface
«
Reply #4 on:
May 22, 2007, 01:36:31 AM »
Hi I am having exactly the same problem with the same responses as the previous user ...
On checking iptables -L INPUT , the results are: source: anywhere destination: anywhere - so no ip rules are blocking access ... but when i try to access the server from a remote machine on the network, it eseentially times out and no page is displayed on any combination i.e. http. https - although i can ping the machine and it responds fine.
Really look forward to getting it to work soon ...
All help will be much appreciated.
Regards,
Faiz
Logged
vadim
Comodo Loves me
Offline
Posts: 191
Re: Can't connect to web interface
«
Reply #5 on:
May 22, 2007, 02:53:45 AM »
Please, post result of this comman on your ZTL-server:
echo -e "GET
http://127
.0.0.1 HTML/1.0\n\n\n" | nc 127.0.0.1 10000
And check ztl logs:
tail -f /var/ztl/miniserv.log
tail -f /var/ztl/miniserv.error
Logged
intellitech
Newbie
Offline
Posts: 3
Re: Can't connect to web interface
«
Reply #6 on:
May 22, 2007, 04:20:09 AM »
vadim
Ok tried the command with the "Get" - the following results were displayed:
HTTP/1.0 Bad Request
Server: MiniServ/0.01
Date: Tue, 22 May 2007 09:11:20 GMT
Content-Type: text/html
Connection: close
<h1>Error - Bad Request</h1>
This web server is running in SSL mode. Try the url
https://localhost.localdomain:10000
instead
When i try to view the logs:
1. The /var/ztl/miniserv.log file comes up as "cannot open - no such file or directory"
2. the /var/ztl/miniserv.erro files comes up with lots of text - something to do with the "vendor_perl" directory files - compilation aborted at (eval 7) line 1. and the final error is the one listed about trying to connect via the https://.....
Logged
intellitech
Newbie
Offline
Posts: 3
Re: Can't connect to web interface
«
Reply #7 on:
May 22, 2007, 04:55:51 AM »
Vadim,
Problem sorted - did a fresh install, and disabled (i the SELinux), seems to be working!!
Can't wait to dig in and see what this is all about now ... looks very impressive!! I will definitely be posting my findings - and will definitely be recommending it for my small business customers ... although it would be nice to know how the licensing fee will work and what it will cost too.
Regards,
Faiz
Logged
vadim
Comodo Loves me
Offline
Posts: 191
Re: Can't connect to web interface
«
Reply #8 on:
May 22, 2007, 04:57:54 AM »
I see ZTL is working. Probably you are using proxy connection to Internet in your browser. Or maybe you are using some firewall on your remote machine.
Please, post your ZTL log directory content:
ls -l /var/ztl/
Logged
nakor_au
Newbie
Offline
Posts: 1
Re: Can't connect to web interface
«
Reply #9 on:
May 22, 2007, 09:31:38 PM »
i Found that when using the .iso install if i ticked "everything" in the package part of the install, i could not login to the web interface.
not ticking anything at all and just doing an install with no security and firewall it was o.k
then i could change settings as needed.
i also found that if i did not config the second nic before hand then used "Download, install and configure Firewall, DHCP or Proxy WEB Server" in the web interface, i was locked out of the system.
problems solved now, but thought i would just post this as example.
«
Last Edit: May 22, 2007, 09:36:10 PM by nakor_au
»
Logged
vadim
Comodo Loves me
Offline
Posts: 191
Re: Can't connect to web interface
«
Reply #10 on:
May 23, 2007, 02:41:44 AM »
Quote from: nakor_au on May 22, 2007, 09:31:38 PM
i Found that when using the .iso install if i ticked "everything" in the package part of the install, i could not login to the web interface.
not ticking anything at all and just doing an install with no security and firewall it was o.k
then i could change settings as needed.
i also found that if i did not config the second nic before hand then used "Download, install and configure Firewall, DHCP or Proxy WEB Server" in the web interface, i was locked out of the system..
Yes, if you have configured Firewall Appliance, problems with access to web-interface from remote host can be. Automatically generated firewall rules can't cover every possible configuration of the network interfaces.
If you have configured Firewall Appliance and you have some access problems, you should stop firewall service and change ZTL rules. You can use ZTL Firewall module ('Network and Internet Management ' -> 'Firewall Management') or change /etc/sysconfig/iptables file manually.
Logged
Tags:
Pages:
[
1
]
« 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.046 seconds with 20 queries.
Powered by SMF 1.1.18
|
SMF © 2006, Simple Machines
Design by
7dana.com