RE: [Owfs-developers] Bind selected interface only?

2005-12-20 Thread Alfille, Paul H.,M.D.
: Tuesday, December 20, 2005 4:41 PM To: owfs-developers Subject: Re: [Owfs-developers] Bind selected interface only? Set ip-number with -p parameter if you want. [EMAIL PROTECTED] ~]# owhttpd -p 127.0.0.1:5678 -s 3001 [EMAIL PROTECTED] ~]# netstat -an | grep 5678 tcp0 0 127.0.0.1:5678

Re: [Owfs-developers] Bind selected interface only?

2005-12-20 Thread Christian Magnusson
Set ip-number with -p parameter if you want. [EMAIL PROTECTED] ~]# owhttpd -p 127.0.0.1:5678 -s 3001 [EMAIL PROTECTED] ~]# netstat -an | grep 5678 tcp0 0 127.0.0.1:5678 0.0.0.0:* LISTEN On Tue, 2005-12-20 at 21:39, Krzysztof wrote: > Hello > > Is it possible t

[Owfs-developers] Bind selected interface only?

2005-12-20 Thread Krzysztof
Hello Is it possible to bind LO/localhost only? Now owhttpd binds all network interfaces...I do not think it is secure (there is a firewall but ...) [EMAIL PROTECTED]:/# netstat -tpna|grep LISTEN ... tcp0 0 0.0.0.0:12340.0.0.0:* LISTEN 11017/owserver tcp