<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Webmin in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/webmin/m-p/3244847#M11258</link>
    <description>output of netstat -ntpl | grep 10000&lt;BR /&gt;&lt;BR /&gt;tcp  0  0.0.0.0:10000 0.0.0.0* LISTEN 10314/perl&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Sat, 10 Apr 2004 20:20:28 GMT</pubDate>
    <dc:creator>manny_9</dc:creator>
    <dc:date>2004-04-10T20:20:28Z</dc:date>
    <item>
      <title>Webmin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/webmin/m-p/3244843#M11254</link>
      <description>Redhat 9 es /sendmail&lt;BR /&gt;&lt;BR /&gt;I have installed webim and can access it just fine internally.&lt;BR /&gt;&lt;A href="http://xx.xx.xx.xx:10000/" target="_blank"&gt;http://xx.xx.xx.xx:10000/&lt;/A&gt;&lt;BR /&gt;I cannot access webmin from outside.&lt;BR /&gt;the RH server is behind a firewall with port 10000 open.&lt;BR /&gt;&lt;BR /&gt;when i do a nmap xx.xx.xx port 10000 doesn't show up.&lt;BR /&gt;&lt;BR /&gt;netstat -l shows 10000 listening.&lt;BR /&gt;&lt;BR /&gt;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??&lt;BR /&gt;&lt;BR /&gt;if so which webmin file do i manually edit to correct it. i am not @ the server. i have a ssh session.&lt;BR /&gt;&lt;BR /&gt;i opened the miniserv.conf and can see port 10000. etc/webmin.&lt;BR /&gt;&lt;BR /&gt;i did a service webmin/xinetd restart.&lt;BR /&gt;&lt;BR /&gt;what am i missing??&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Apr 2004 07:22:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/webmin/m-p/3244843#M11254</guid>
      <dc:creator>manny_9</dc:creator>
      <dc:date>2004-04-10T07:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Webmin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/webmin/m-p/3244844#M11255</link>
      <description>check if you also have internal firewall (iptables) working.&lt;BR /&gt;do this command:&lt;BR /&gt;service iptables stop&lt;BR /&gt;then check again if you can access the webmin...</description>
      <pubDate>Sat, 10 Apr 2004 09:26:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/webmin/m-p/3244844#M11255</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-04-10T09:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Webmin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/webmin/m-p/3244845#M11256</link>
      <description>Thanks!!&lt;BR /&gt;&lt;BR /&gt;Iptables was running/with default policy.&lt;BR /&gt;&lt;BR /&gt;I shut iptables down.&lt;BR /&gt;&lt;BR /&gt;did service xinetd/webmin restart.&lt;BR /&gt;&lt;BR /&gt;still can't get in!! &lt;BR /&gt;&lt;BR /&gt;I have to be missing something simple??&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 10 Apr 2004 12:22:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/webmin/m-p/3244845#M11256</guid>
      <dc:creator>manny_9</dc:creator>
      <dc:date>2004-04-10T12:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Webmin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/webmin/m-p/3244846#M11257</link>
      <description>Run this command and show us the output:&lt;BR /&gt;&lt;BR /&gt;netstat -ntlp | grep 10000&lt;BR /&gt;&lt;BR /&gt;We need to know what IP it's bound too.</description>
      <pubDate>Sat, 10 Apr 2004 19:26:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/webmin/m-p/3244846#M11257</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-04-10T19:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Webmin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/webmin/m-p/3244847#M11258</link>
      <description>output of netstat -ntpl | grep 10000&lt;BR /&gt;&lt;BR /&gt;tcp  0  0.0.0.0:10000 0.0.0.0* LISTEN 10314/perl&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 10 Apr 2004 20:20:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/webmin/m-p/3244847#M11258</guid>
      <dc:creator>manny_9</dc:creator>
      <dc:date>2004-04-10T20:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Webmin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/webmin/m-p/3244848#M11259</link>
      <description>Hey,&lt;BR /&gt;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  . &lt;BR /&gt;So it looks like the firewall that the station is behind is the one that blocks that the necessary port.&lt;BR /&gt;Try from outside this firewall to telnet to port 10000&lt;BR /&gt;telnet x.x.x.x 10000&lt;BR /&gt;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.&lt;BR /&gt;</description>
      <pubDate>Sun, 11 Apr 2004 02:25:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/webmin/m-p/3244848#M11259</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-04-11T02:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Webmin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/webmin/m-p/3244849#M11260</link>
      <description>If webmin works with the firewall down and it doesn't with the firewall up.&lt;BR /&gt;&lt;BR /&gt;The obvious conclusion is its the iptables firewall.&lt;BR /&gt;&lt;BR /&gt;Therefore:&lt;BR /&gt;&lt;BR /&gt;Read the config and see  if you can find the problem.&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;post the configuration here and let one of us figure it out.&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;add your configuration in line by line, running webmin tests until you find the offending line of iptables code.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 11 Apr 2004 03:24:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/webmin/m-p/3244849#M11260</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-04-11T03:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Webmin</title>
      <link>https://community.hpe.com/t5/operating-system-linux/webmin/m-p/3244850#M11261</link>
      <description>Thanks to everybody!!!!&lt;BR /&gt;&lt;BR /&gt;I was unable to telnet into firewall on port 10000.&lt;BR /&gt;&lt;BR /&gt;We configured the new firewall on fri. and it looked good. but we obviously made a mistake.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;From here I won't be able to do anything until i return to work on Mon.&lt;BR /&gt;&lt;BR /&gt;Thanks Alot!!&lt;BR /&gt;</description>
      <pubDate>Sun, 11 Apr 2004 08:01:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/webmin/m-p/3244850#M11261</guid>
      <dc:creator>manny_9</dc:creator>
      <dc:date>2004-04-11T08:01:07Z</dc:date>
    </item>
  </channel>
</rss>

