Results 1 to 2 of 2
Hi, I really need help!
I've got a LAN which I'm trying to connect a file server which runs fedora 3. I've now spent several hours/days reading and rereading to ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-15-2005 #1Just Joined!
- Join Date
- Jul 2005
- Posts
- 4
Can't connect XP browser to SWAT901
Hi, I really need help!
I've got a LAN which I'm trying to connect a file server which runs fedora 3. I've now spent several hours/days reading and rereading to get one of my XP boxes (192.168.0.20) to connect to the swat port using 192.168.0.200:901.
I get the error "The page cannot be displayed"
I include swat file and netstat printout plus "message" file. I can't see anything. No firewalls are running on linux or xp box...iptables are clear.
Hope some one can help.
/dubby
My SWAT file is as follows:
service swat
{
port = 901
socket_type = stream
wait = no
only_from = 192.168.0.20 192.168.0.10
user = root
server = /usr/sbin/swat
log_on_failure += USERID
disable = No
protocol =tcp
}
----------------------------------------------------------------
netstat returns the following:
# netstat -antp| grep 901
tcp 0 0 0.0.0.0:901 0.0.0.0:* LISTEN 2189/xinetd
-----------------------------------------------------------------
The end of my /var/log/messages has:
Jul 15 23:01:01 declanserver crond(pam_unix)[2804]: session opened for user root by (uid=0)
Jul 15 23:01:01 declanserver crond(pam_unix)[2804]: session closed for user root
Jul 15 23:20:28 declanserver smb: smbd shutdown succeeded
Jul 15 23:20:28 declanserver nmbd[2270]: [2005/07/15 23:20:28, 0] nmbd/nmbd.c:terminate(56)
Jul 15 23:20:28 declanserver nmbd[2270]: Got SIGTERM: going down...
Jul 15 23:20:28 declanserver smb: nmbd shutdown succeeded
Jul 15 23:20:28 declanserver smb: smbd startup succeeded
Jul 15 23:20:28 declanserver smb: nmbd startup succeeded
Jul 15 23:20:29 declanserver smbd[2837]: [2005/07/15 23:20:29, 0] printing/nt_printing.c:nt_printing_init(383)
Jul 15 23:20:29 declanserver smbd[2837]: nt_printing_init: error checking published printers: WERR_ACCESS_DENIED
Jul 15 23:20:44 declanserver httpd: httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerN\
ame
Jul 15 23:20:46 declanserver httpd: httpd startup succeeded
Jul 15 23:21:51 declanserver httpd: httpd shutdown succeeded
Jul 15 23:26:17 declanserver nmbd[2841]: [2005/07/15 23:26:17, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(396)
Jul 15 23:26:17 declanserver nmbd[2841]: *****
Jul 15 23:26:17 declanserver nmbd[2841]:
Jul 15 23:26:17 declanserver nmbd[2841]: Samba name server DECLANSERVER is now a local master browser for workgroup MYGROUP on sub\
net 192.168.0.200
Jul 15 23:26:17 declanserver nmbd[2841]:
Jul 15 23:26:17 declanserver nmbd[2841]: *****
- 07-17-2005 #2Just Joined!
- Join Date
- Jul 2005
- Posts
- 4
Terrific
This was solved by adam7979 over in the network forum.
I had written 192.168.0.*:901 in internet explorer instead of
http://192.168.0.*:901
Thanks Adam,
Dec


Reply With Quote
