This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Can't Access WebAdmin on new install

I am new to networking, so please bear with me.

I have just installed Astaro 4.107, using the “default” settings.
(i.e. eth0 is set to:
IP: 192.168.2.100
Subnet: 255.255.255.0
Gateway: none

I get through the install fine, and I am instructed
to connect my client and reboot.

I connected a crossover cable from my windows
client directly to eth0.

I have set my client network properties to:

IP: 192.168.2.200
Subnet: 255.255.255.0
Gateway: 192.168.2.1
DNS: 192.168.2.1

I can not access WebAdmin when
I type https://192.168.2.100
(I get a “connection refused” error
from NetScape).
I have disabled any proxy settings in 
NetScape.

I am able to ping my client address from
the ASL box (logged into the box as root),
but, I can’t ping the ASL box, from my windows
client.

I’m sure it is a simple setting error on my part,
could someone please help my out.

Thank you.
  


This thread was automatically locked due to age.
Parents
  • dasein_geist,

    'connection refused' means that the packet filters are correct but no application is serving
    port 443. Please login via console and check if the webserver is running.
    A 'ps ax | grep -i http' should return someting like '/usr/sbin/httpd -f ...' . If it is running
    check if it is bound correctly to port 443 'netstat -natp' should return '0.0.0.0:443'.
    If the webserver is not running try to start it with '/etc/rc.d/httpd restart' or stop and start.
    If that fails information written to /var/log/httpd.error_log would be interesting here.

    read you
    o|iver  
Reply
  • dasein_geist,

    'connection refused' means that the packet filters are correct but no application is serving
    port 443. Please login via console and check if the webserver is running.
    A 'ps ax | grep -i http' should return someting like '/usr/sbin/httpd -f ...' . If it is running
    check if it is bound correctly to port 443 'netstat -natp' should return '0.0.0.0:443'.
    If the webserver is not running try to start it with '/etc/rc.d/httpd restart' or stop and start.
    If that fails information written to /var/log/httpd.error_log would be interesting here.

    read you
    o|iver  
Children
  • Thanks for the response.
    The webserver is running.
    It is bound to 0.0.0.0:443

    The httpd.error_log had the following:

    [warn] RSA server certificate CommonName (CN) 'asl.astaro.com' Does not match server name!?

    and

    [error] No such file or directory: Couldn't bind unix domain socket /etc/httpd/logs/cigsock

    [notice] Fast CGI: process manager initialized (pid 386)

    [notice] Apache/2.0.45 (unix) mod_ssl/2.0.45 openSSL/0.9.7a mod_fastCGI /mod_fastCGI-SNAP-0212082101 configured --resuming normal operations

    Thanks Again  
  • I have tried every network setting I can think
    of, on my WindowsXP client.

    But, I still can't access WebAdmin.

    Any suggestions?

    Should I be able to ping the ASL box
    from my client computer?

    Is there a way to test my network connections
    (ping, traceroute, etc)?

    Does anyone know of a network testing software
    i could load onto my firewall box (dos tools, or
    a bootable CD)?
    Could someone suggest some different possible 
    network settings?

    Is there a way to get ASL to dynamically set the
    client network settings. prior to setting them in
    WebAdmin?

    Thank you,

    dasein-geist  
  • I figured out my problem.

    My network card on my admin client was set to auto-set
    the connection type (10baseT or 100baseT).
    Apparently, I needed to set it manually to 10baseT.

    Once set, all works fine.