Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Webmin

  • 21-03-2004 3:37pm
    #1
    Closed Accounts Posts: 2,486 ✭✭✭


    I have installed Webmin on a virtual private server running redhat 7.3 after testing it on a redhat 8.0 box at home it seems to have installed correctly but i cannot access it on port 10000 I get a page not found and as I said it works perfectly on a P2 box I have at home. I installed it from rpm via ssh on both machines but the one on the internet is not working a netstat reveals that port 10000 is open as it should be but I get nothing I even tried tunneling to port 10000 through ssh when I connect to the server but the result is the same. Any ideas anyone.

    Regards


Comments

  • Registered Users, Registered Users 2 Posts: 2,393 ✭✭✭Jaden


    Try http://127.0.0.1:10000 on the machine locally, see if that helps.

    Can you connect that way? If so, it may be a network problem, see if you can ping the machine.

    If you can't connect locally, well, bugger.


  • Closed Accounts Posts: 2,486 ✭✭✭Redshift


    I can't connect locally since it's a virtual private server from a hosting company I tried tunneling through ssh and connecting locally but it didn't work.
    Just to clarify I have a redhat 8.0 box on my network at home on which webmin is working fine over the network. It's the hosted server that is not working for me the server is up and I can ssh into it just fine.

    Thanks

    Ryan


  • Closed Accounts Posts: 53 ✭✭dmd


    Try

    ssh -L 10000:localhost:10000 user@host

    Maybe the remote webmin is only listening on 127.0.0.1 (which isn't a bad idea at all)

    So then connect to localhost port 10000 and hopefully you should see webmin from the remote machine. If you already have one running on your local box try say

    ssh -L 5555:localhost:10000 user@host

    Then go to http://localhost:5555/

    If this doesn't work, ssh into the remote machine and try and telnet localhost 10000 to see if it's running. If it's running as whatever user you could try lsof | grep user | grep LISTEN and see if it's running.


  • Registered Users, Registered Users 2 Posts: 11,987 ✭✭✭✭zAbbo


    surely its [url]https://[/url]


  • Closed Accounts Posts: 53 ✭✭dmd


    No, it's not (at least by default).


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 7,740 ✭✭✭mneylon


    Originally posted by bazH
    surely its [url]https://[/url]
    Whether installed from rpm or tar.gz webmin will default to http on port 10000
    To get it to listen on https: you need to install the SSLeay module and OpenSSL and enable SSL via the webmin configuration section in webmin.


  • Closed Accounts Posts: 210 ✭✭deimos


    probaly no help but does'nt redhat usually come with configured firewalls to the hilt, ergo, it could be blocked or alike.


    Try an iptables -L and see what happens or even a iptables -F to clear it and try.....



    please note, i am probaly totally wrong


  • Registered Users, Registered Users 2 Posts: 7,740 ✭✭✭mneylon


    Based on past experience, if you are not sitting behind a hardware firewall, RH's iptables would not cover a port as high as 10000 by default.


Advertisement