On Tue, 2002-10-08 at 11:31, Allan M. Stewart wrote: > Yesterday I did a clean install (not upgrade) of 8.0 over my previous > 7.3. Now I can't display X-Windows apps running on a remote machine, > even after using "xhost +remotemachine" locally and "export > DISPLAY=localmachine:0" on the remote machine. > > I'm guessing it has something to do with iptables, but I haven't had > time to learn iptables yet. 8.0 default behavior seems different from > 7.3 . Pointers greatly appreciated. > > Allan Try "service iptables stop". If this makes it work properly, then use "chkconfig iptables stop" to make it permanent. You should consider using SSH with X forwarding rather than open up your system though. SSH actually makes it EASIER to use remote X applications because it works automatically, no xhost or DISPLAY changing needed. This also protects you by encrypting the entire session, far safer than the incredible insecurity of X itself. Do you know how to use SSH? Warren Togami warren@togami.com