- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Webmin
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2004 12:22 AM
04-10-2004 12:22 AM
I have installed webim and can access it just fine internally.
http://xx.xx.xx.xx:10000/
I cannot access webmin from outside.
the RH server is behind a firewall with port 10000 open.
when i do a nmap xx.xx.xx port 10000 doesn't show up.
netstat -l shows 10000 listening.
in the webmin config i noticed that port 10000 is the the chosen port. if i am not mistaken there was another feature in that config?? could that be the reason why??
if so which webmin file do i manually edit to correct it. i am not @ the server. i have a ssh session.
i opened the miniserv.conf and can see port 10000. etc/webmin.
i did a service webmin/xinetd restart.
what am i missing??
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2004 02:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2004 05:22 AM
04-10-2004 05:22 AM
Re: Webmin
Iptables was running/with default policy.
I shut iptables down.
did service xinetd/webmin restart.
still can't get in!!
I have to be missing something simple??
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2004 12:26 PM
04-10-2004 12:26 PM
Re: Webmin
netstat -ntlp | grep 10000
We need to know what IP it's bound too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2004 01:20 PM
04-10-2004 01:20 PM
Re: Webmin
tcp 0 0.0.0.0:10000 0.0.0.0* LISTEN 10314/perl
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2004 07:25 PM
04-10-2004 07:25 PM
Re: Webmin
You've mentioned that you RH is behind the firewall.From the messages you've posted it seems that the station doesn listen on port 10000 .
So it looks like the firewall that the station is behind is the one that blocks that the necessary port.
Try from outside this firewall to telnet to port 10000
telnet x.x.x.x 10000
where x.x.x.x is the IP address of the station with webmin running.If you get error message saying that you can't connect to this port-than this port is blocked and you'll have to check the firewall configuration again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2004 08:24 PM
04-10-2004 08:24 PM
Re: Webmin
The obvious conclusion is its the iptables firewall.
Therefore:
Read the config and see if you can find the problem.
or
post the configuration here and let one of us figure it out.
or
add your configuration in line by line, running webmin tests until you find the offending line of iptables code.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2004 01:01 AM
04-11-2004 01:01 AM
Re: Webmin
I was unable to telnet into firewall on port 10000.
We configured the new firewall on fri. and it looked good. but we obviously made a mistake.
From here I won't be able to do anything until i return to work on Mon.
Thanks Alot!!