<?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: Samba configuration error in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration-error/m-p/2564414#M80570</link>
    <description>Hi Trent,&lt;BR /&gt;&lt;BR /&gt;First of all make sure /etc/services has an entry for swat&lt;BR /&gt;&lt;BR /&gt;swat 901/tcp&lt;BR /&gt;&lt;BR /&gt;Secondly you have to create a file called swat in /etc/xinetd.d directory&lt;BR /&gt;&lt;BR /&gt;The contents of the file should be&lt;BR /&gt;&lt;BR /&gt;/Begin/&lt;BR /&gt;&lt;BR /&gt;# default: off&lt;BR /&gt;# description: SWAT is the Samba Web Admin Tool. &lt;BR /&gt;# Use swat to configure your Samba server. &lt;BR /&gt;&lt;BR /&gt;service swat&lt;BR /&gt;{&lt;BR /&gt;port = 901&lt;BR /&gt;socket_type = stream&lt;BR /&gt;wait = no&lt;BR /&gt;only_from = 127.0.0.1&lt;BR /&gt;user = smbuser&lt;BR /&gt;server = /usr/sbin/swat&lt;BR /&gt;log_on_failure += USERID&lt;BR /&gt;disable = no&lt;BR /&gt;}&lt;BR /&gt;/End/&lt;BR /&gt;&lt;BR /&gt;This will let you connect only from the machine where the samba server is running, if you want to be able to run this remotely, then remove the line "only_from".&lt;BR /&gt;&lt;BR /&gt;Once you create this file in /etc/xinetd.d, all you need to do is bounce your xinetd (/etc/init.d/xinetd restart)&lt;BR /&gt;Now you should be able to run swat from your browser.&lt;BR /&gt;&lt;BR /&gt;==========&lt;BR /&gt;Sorry for the repost, but the comments were not correctly placed.&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;I am RU</description>
    <pubDate>Sat, 18 Aug 2001 04:54:09 GMT</pubDate>
    <dc:creator>linuxfan</dc:creator>
    <dc:date>2001-08-18T04:54:09Z</dc:date>
    <item>
      <title>Samba configuration error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration-error/m-p/2564411#M80567</link>
      <description>I recently install Red Hat 7.1 along with Samba. WHenever I choose the Samba Configuration option I keep geting an error message in Netscape &lt;BR /&gt;&lt;BR /&gt;Netscape connection refused by server 127.0.0.1:901&lt;BR /&gt;&lt;BR /&gt;This happens even if I try to start the process right after boot up. Can somebody tell me what I am doing or did wrong.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Trent&lt;BR /&gt;</description>
      <pubDate>Sat, 11 Aug 2001 02:42:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration-error/m-p/2564411#M80567</guid>
      <dc:creator>Trent Bukowsky</dc:creator>
      <dc:date>2001-08-11T02:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Samba configuration error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration-error/m-p/2564412#M80568</link>
      <description>Trent,&lt;BR /&gt;&lt;BR /&gt;Try and restart Swat (e.g. /etc/rc.d/init.d/swat restart).&lt;BR /&gt;&lt;BR /&gt;If that still does not work then try using the &lt;A href="https://127.0.0.1:901" target="_blank"&gt;https://127.0.0.1:901&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;One of these should work!</description>
      <pubDate>Mon, 13 Aug 2001 15:54:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration-error/m-p/2564412#M80568</guid>
      <dc:creator>Albert E. Whale, CISSP</dc:creator>
      <dc:date>2001-08-13T15:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Samba configuration error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration-error/m-p/2564413#M80569</link>
      <description>Hi Trent,&lt;BR /&gt;&lt;BR /&gt;First of all make sure /etc/services has an entry for swat &lt;BR /&gt;&lt;BR /&gt;swat   901/tcp&lt;BR /&gt;&lt;BR /&gt;Secondly you have to create a file called swat in /etc/xinetd.d directory&lt;BR /&gt;&lt;BR /&gt;The contents of the file should be&lt;BR /&gt;&lt;BR /&gt;/Begin/&lt;BR /&gt;&lt;BR /&gt;# default: off&lt;BR /&gt;# description:  SWAT is the Samba Web Admin Tool.  Use swat to configure your Samba server. To use SWAT,                       connect to port 901 with your&lt;BR /&gt;favorite web browser.&lt;BR /&gt;service swat&lt;BR /&gt;{&lt;BR /&gt;    port           = 901&lt;BR /&gt;    socket_type    = stream&lt;BR /&gt;    wait           = no&lt;BR /&gt;    only_from      = 127.0.0.1&lt;BR /&gt;    user           = smbuser&lt;BR /&gt;    server         = /usr/sbin/swat&lt;BR /&gt;    log_on_failure += USERID&lt;BR /&gt;    disable        = no&lt;BR /&gt;}&lt;BR /&gt;/End/&lt;BR /&gt;&lt;BR /&gt;This will let you connect only from the machine where the samba server is running, if you want to be able to run this remotely, then remove the line "only_from". &lt;BR /&gt;&lt;BR /&gt;Once you create this file in /etc/xinetd.d, all you need to do is bounce your xinetd (/etc/init.d/xinetd restart)&lt;BR /&gt;Now you should be able to run swat from your browser.&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;I am RU</description>
      <pubDate>Sat, 18 Aug 2001 04:49:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration-error/m-p/2564413#M80569</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-08-18T04:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Samba configuration error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration-error/m-p/2564414#M80570</link>
      <description>Hi Trent,&lt;BR /&gt;&lt;BR /&gt;First of all make sure /etc/services has an entry for swat&lt;BR /&gt;&lt;BR /&gt;swat 901/tcp&lt;BR /&gt;&lt;BR /&gt;Secondly you have to create a file called swat in /etc/xinetd.d directory&lt;BR /&gt;&lt;BR /&gt;The contents of the file should be&lt;BR /&gt;&lt;BR /&gt;/Begin/&lt;BR /&gt;&lt;BR /&gt;# default: off&lt;BR /&gt;# description: SWAT is the Samba Web Admin Tool. &lt;BR /&gt;# Use swat to configure your Samba server. &lt;BR /&gt;&lt;BR /&gt;service swat&lt;BR /&gt;{&lt;BR /&gt;port = 901&lt;BR /&gt;socket_type = stream&lt;BR /&gt;wait = no&lt;BR /&gt;only_from = 127.0.0.1&lt;BR /&gt;user = smbuser&lt;BR /&gt;server = /usr/sbin/swat&lt;BR /&gt;log_on_failure += USERID&lt;BR /&gt;disable = no&lt;BR /&gt;}&lt;BR /&gt;/End/&lt;BR /&gt;&lt;BR /&gt;This will let you connect only from the machine where the samba server is running, if you want to be able to run this remotely, then remove the line "only_from".&lt;BR /&gt;&lt;BR /&gt;Once you create this file in /etc/xinetd.d, all you need to do is bounce your xinetd (/etc/init.d/xinetd restart)&lt;BR /&gt;Now you should be able to run swat from your browser.&lt;BR /&gt;&lt;BR /&gt;==========&lt;BR /&gt;Sorry for the repost, but the comments were not correctly placed.&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;I am RU</description>
      <pubDate>Sat, 18 Aug 2001 04:54:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration-error/m-p/2564414#M80570</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-08-18T04:54:09Z</dc:date>
    </item>
  </channel>
</rss>

