PDA

View Full Version : Problems with SWAT on Fedora 8


irben
8th April 2008, 18:51
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!

o.meyer
8th April 2008, 19:43
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

irben
8th April 2008, 23:52
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

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).

o.meyer
9th April 2008, 03:35
Hi irben,

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

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:

192.168.0.0/24

Best regards,

Olli

irben
9th April 2008, 23:41
Thanks, that's what I need.