Re: Inetd and multiple IP addresses

2009-03-13 Thread skx
Tim Judd wrote/napisaƂ(a):

 inetd.conf(5)

 see option -a

 put it in your rc.conf, as inetd_flags
 I do this for all my hosts so I have a tighter reign on the problem

Thanks. 

-- 
skx. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Inetd and multiple IP addresses

2009-03-12 Thread skx
I have inetd configured to open a listening port for leafnode 
 nntp stream tcp nowait news /usr/libexec/tcpd /usr/local/sbin/leafnode
but this opens the port on all IP addresses associated with this machine. 
I would like to choose only one. 

I tried 
 192.168.13.2:nntp stream tcp nowait 
news /usr/libexec/tcpd /usr/local/sbin/leafnode

but it doesn't work

 Mar 11 02:59:21 rewers inetd[89528]: 192.168.13.2:nntp/tcp: unknown 
service

What am I doing wrong? Isn't ip:service_name a correct entry? 

FreeBSD 7.1-RELEASE-p1 with custom kernel if that matters. 


-- 
skx. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Log capturing program

2008-11-21 Thread skx
I need a log capturing program, like WallWatcher, to run on my FreeBSD box 
and capture logs from a router running Tomato. Some analyzing features 
would be nice. Could you recommend something? 

-- 
skx. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Encrypted disk on a server

2008-09-19 Thread skx
I have a headless FreeBSD server at home serving as NAS, http server, 
proxy, vpn server, etc. Due to the way network infrastructure is 
organized the server is located in an easily accessible place (actually 
outside my apartment) and I am afraid it might be stolen. It's a cheap 
old PC, so I am mostly worried about data stored on it. 

What is the most convenient way of securing this data (besides moving the 
machine :)? Encrypting the whole disk? How would I provide the password? 
I am not a geek, so I would prefer a how-to or an easier solution than a 
lightweight sshd on /boot about which I read on the web. Maybe 
encrypting /home is enough? How to move current installation to the 
secured environment? 

-- 
skx 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]