- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Webmin - can't access
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
Discussions
Discussions
Discussions
Forums
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
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
тАО08-14-2001 02:10 PM
тАО08-14-2001 02:10 PM
Webmin - can't access
Recently I installed webmin. I can connect when I am using the server, however when I goto a local computer on the network I can't. I have tried several different port address settings (ranging from 1000 to 10000) to no avail. I am guessing a firewall setting is denying that port address. But my host.deny/host.accept files are blank. Is there some file I need to edit to allow a port address?
Thanks for the help in advance, Mark.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-15-2001 10:26 PM
тАО08-15-2001 10:26 PM
Re: Webmin - can't access
1) make sure it's not a network problem. see if you can ping your redhat host from elsewhere on the network;
2) check whether webmin is actually started at boot time.
3) execute "/etc/webmin/stop ; /etc/webmin/start" (as root, without the inverted commata).
4) make sure there is a message confirming that webmin has been started ("Starting Webmin server in /usr/libexec/webmin")
If it still doesn't work we'll have to think again. If you can get to your apache ftp etc from the network (i.e. not from localhost) there is a problem which you can possibly fix by editing /etc/services (it's fairly self-explanatory).
have to do some work!
kind regards.
nils.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2001 01:54 AM
тАО08-16-2001 01:54 AM
Re: Webmin - can't access
Try put ALL:ALL in /etc/hosts.allow to check it.
If it works, restrict access for further use.
Regards,
Jerome
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-16-2001 09:31 AM
тАО08-16-2001 09:31 AM
Re: Webmin - can't access
1. Can ping
2. Yes, webmin starts at boot time
3. Tried restarting webmin
4. Got a message confirming webmin is running
5. Tried editing /etc/services and adding a port number for webmin. However it did not help.
In response to Jerome:
1. Added ALL:ALL in etc/hosts.allow (was blank). However it did not help.
Thank you both for the answers, but still not working. Is there a file that denies certain port numbers?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-20-2001 10:13 AM
тАО08-20-2001 10:13 AM
Re: Webmin - can't access
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-27-2001 09:00 AM
тАО09-27-2001 09:00 AM
Re: Webmin - can't access
Glad you got it working, next time you can check /etc/sysconfig/ipchains or /etc/rc.d/rc.local (some people put filtering rules there).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2001 09:50 AM
тАО09-30-2001 09:50 AM
Re: Webmin - can't access
I had a problem where I was trying
localhost:1000
Why dont you try the ip address instead of local host.
192.168.10.XX:1000
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2001 07:20 AM
тАО10-05-2001 07:20 AM
Re: Webmin - can't access
This will keep your browser from trying to go through the proxy server when trying to access other machines on your local network.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-09-2002 12:42 PM
тАО07-09-2002 12:42 PM
Re: Webmin - can't access
Thanks for the suggestions everyone!!!