[KLUG Members] SWAT?

Ian members@kalamazoolinux.org
Sun, 19 Aug 2001 23:25:16 -0400 (EDT)


I'm runnign Slcakware 7.1 and samba 2.0.7

In relation to TheBS's comment of swat in general and security
specificlly, I'm the only one on the local network who we need to worry
about sniffing packets and I've got a while before I figure out how to
get there.  I'm one of those poor bastards just learning Linux. My mantra?
It'll pay off, It'll pay off (In the general not nesisarily finacial
sense).

> Do you have a swat entry in /etc/services?

No i don't, um is that the problem?

> 
> What does /etc/xinetd.d/swat look like?
> 
I don't have x running on this machine...thats on my list of things
to do as well. XF86Setup doesn't seem to like my com mouse.

> service swat
> {
> 	port	= 901
> 	socket_type	= stream
> 	wait 	= no
> 	only_from = 192.168.1.5
> 	user	= root
> 	server	= /usr/sbin/swat
> 	log_on_failure	+= USERID
> 	disable = no
> }
> 
> What do you see from "netstat -ap | grep swat; netstat -ap | grep 901"?
> 

I get nothing.

> 
> Samba 2.2.1a was released to support WinY2k/SP2 as Microsoft took the
> liberty of changing some M$RPC calls with that service pack with made
> WinY2k boxes fall of Samba driven networks.