Problems with SWAT on Fedora 8

Discussion in 'Server Operation' started by irben, Apr 8, 2008.

  1. irben

    irben New Member

    Greetings!

    I've got problem with SWAT on Fedora 8 distro. I followed by http://howtoforge.net/samba-fileserver-with-swat-fedora8 and got till connecting to SWAT using ipaddress:901.
    I don't see SWAT in /etc/init.d/, although smb and nmb are started.
    P.S.: What ip address do I need to write in /etc/xinetd.d/swat? My server ip address or some additional? Do I need to write %ipaddress% or ipaddress. I've tried both.
    Firewall is turned off.
    Thanks!
     
  2. o.meyer

    o.meyer ISPConfig Developer ISPConfig Developer

    Hi irben,

    insert the IP address of the workstation from which you want to administer the server - don't insert "%ipaddress%" or "ipaddress".

    Have you installed all packages (step 3) and added them to autostart (step 4.3)?

    Best regards,

    Olli
     
  3. irben

    irben New Member

    Thanks a lot, I just didn't understand which ip address do I have to enter. Is there any limits for ip, which can connect? How can I write to 2/3/4... strings? Have to use slash or all the ip should be in one line? (question just for interest).
     
  4. o.meyer

    o.meyer ISPConfig Developer ISPConfig Developer

    Hi irben,

    if you want to add more than one IP address it should look like this:

    Code:
    192.168.0.2 192.168.0.3 192.168.0.4 ...
    As you can see - the IP adresses are separated by a whitespace. Of course you can add a whole network:

    Code:
    192.168.0.0/24
    Best regards,

    Olli
     
    Last edited: Apr 9, 2008
  5. irben

    irben New Member

    Thanks, that's what I need.
     

Share This Page