Koozali.org: home of the SME Server

external web access down 6.0 b3

Carl Rhinehart

external web access down 6.0 b3
« on: October 04, 2003, 02:43:49 AM »
Help!
I had my server/gateway working fine with e-smith 5.5, but lost external
access to the web server after upgrading to 6.0 B3.
(can access it just fine from internal network).
I installed all the latest patches, no difference.
My ISP blocks port 80, I originally copied & edited the
35Listen80 to templates-custom, substituting port 8040.
(have zonedit.com redirecting to there) (and yes, I have tried
bypassing it with directing browser to ip:8040).
After searching the boards here I found a similar problem
but not the same cause... to help any kind soul who can
advise, I append the output from the diagnostics used to
solve the 'similar' problem... thanks for any suggestions.
(note the warning, got bogus tcp line message from netstat !)

[root@gwing1 root]# /sbin/e-smith/config show httpd-admin
httpd-admin=service
    InitscriptOrder=86
    status=enabled
[root@gwing1 root]# /sbin/e-smith/config show httpd-e-smith
httpd-e-smith=service
    InitscriptOrder=85
    access=public
    status=enabled
[root@gwing1 root]# ps -ef | grep httpd
root      2619     1  0 Sep29 ?        00:00:00 httpd
root      2863     1  0 Sep29 ?        00:00:00 /usr/sbin/httpd-admin -f /etc/ht
www       3552  2619  0 Oct01 ?        00:00:01 httpd
www       3553  2619  0 Oct01 ?        00:00:00 httpd
www       3554  2619  0 Oct01 ?        00:00:00 httpd
www       3555  2619  0 Oct01 ?        00:00:00 httpd
www       3556  2619  0 Oct01 ?        00:00:00 httpd
www       3557  2619  0 Oct01 ?        00:00:00 httpd
www       3558  2619  0 Oct01 ?        00:00:00 httpd
www       3559  2619  0 Oct01 ?        00:00:00 httpd
www       3560  2619  0 Oct01 ?        00:00:00 httpd
www       3561  2619  0 Oct01 ?        00:00:02 httpd
admin     3596  2863  0 Oct01 ?        00:00:00 /usr/sbin/httpd-admin -f /etc/ht
root      4498  4452  0 17:30 pts/0    00:00:00 grep httpd
[root@gwing1 root]# netstat -a | grep http
warning, got bogus tcp line.
tcp        0      0 localhost:http-admin    *:*                     LISTEN      
tcp        0      0 *:https                 *:*                     LISTEN      
[root@gwing1 root]#