LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   ssh, webmin, httpd server issue (https://www.linuxquestions.org/questions/linux-networking-3/ssh-webmin-httpd-server-issue-123089/)

biggyfries 12-05-2003 07:09 PM

ssh, webmin, httpd server issue
 
Hi all. i am having i bit of trouble with running servers. i have apache running, along with webmin, and ssh.

i am behind a linksys router. I have the fedora pc static. i have the ports forwarded and open for that IP.

Fedora has apache, ssh, and webmin running. i can connect to all 3 within the network.

i can connect to the fedora box remotely (outside the network) by SSH ONLY. i cannot get to webmin or http.

fedora:
ssh: port 22
webmin: port 10000
httpd: port 8081

router:
port 1-65535 open to fedora box
port 8081 open to fedora box
port 22 open to fedora box
port 10000 open to fedora box
fedora box is DMZ.

hosts.deny:
all:none (for troubleshooting purposes only for the moment)
httpd: none
webmin:none

hosts.allow
all:all
httpd:all
webmin:all

i have played around with this for a few weeks now, and just started really getting into this recently.

does anyonehave any ideas/suggestions?

thanks!!

dan

david_ross 12-06-2003 09:11 AM

Perhaps your ISP is blocking incomming conenctions on those ports.

biggyfries 12-06-2003 10:40 AM

got it
 
i got it figured out, and it was a very stupid mistake on my part....

eth0 was not a trusted device.

made it trusted, and it now works.

oh, by the way, i know which ports the isp is blocking; that is why i changed the apache default (webmin port 10000 is not blocked).


All times are GMT -5. The time now is 07:24 PM.