[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Can a daemon listen only on some interfaces?



On Sat, Dec 08, 2001 at 07:39:44PM +1000, mdevin@ozemail.com.au wrote:
> 
> The only ones I didn't know about in this list are portmap and
> XF86_SVGA.  Firstly, I can't seem to find the config file for X where
> you set the --nolisten parameter 

>From man Xserver(1)

	-nolisten trans-type
		Disable a transport type.  For example TCP/IP
		connections can be disabled with -nolisten tcp

It's a command line option passed to the X server.  Depending on how you
start X, it could be passed in the startx file as part of serverargs:

	xinit $clientargs -- $serverargs

Regards,
Robert



Reply to: