Stopping X binding to network interface

2003-04-02 Thread Avleen Vig
I have multiple network interfaces in my machine, and don't want X to  
  
listen on the internet facing NIC. 
  
Is there a way to control this? I can't find any details apart from
  
using ACLs or other layer of security. 
  
   
  
I just don't want it to bind to that interface :-)

-- 
Avleen Vig   Say no to cheese-eating surrender-monkeys
Systems AdminFast, Good, Cheap. Pick any two.
www.silverwraith.com Move BSD. For great justice!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Stopping X binding to network interface

2003-04-02 Thread Ryan Merrick
Avleen Vig wrote:

I have multiple network interfaces in my machine, and don't want X to
listen on the internet facing NIC.   
Is there a way to control this? I can't find any details apart from  
using ACLs or other layer of security.   

I just don't want it to bind to that interface :-)

 

The default for X is not to listen to any tcp traffic.

xinit /home/flame/.xinitrc -- -nolisten tcp

-Ryan

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