<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.16.1">
</HEAD>
<BODY>
<BR>
<FONT COLOR="#000000">></FONT>> >> [root@Server1 bin]# man iptables <BR>
> ><FONT COLOR="#000000">></FONT>> No manual entry for iptables <BR>
> ><FONT COLOR="#000000">></FONT>> [root@Server1 bin]# man ipchains <BR>
> ><FONT COLOR="#000000">></FONT>> No manual entry for ipchains <BR>
> ><FONT COLOR="#000000">></FONT>> [root@Server1 bin]# <BR>
> ><FONT COLOR="#000000">></FONT>> <BR>
> >><FONT COLOR="#000000">></FONT><BR>
> >><FONT COLOR="#000000">></FONT> So is there something wrong with what they set me up with? <BR>
><FONT COLOR="#000000">></FONT> <BR>
> ><FONT COLOR="#000000">></FONT> seems as though you need to install iptables package <BR>
><FONT COLOR="#000000">></FONT> <BR>
><FONT COLOR="#000000">></FONT> [root@Server1 /]# uname -a <BR>
><FONT COLOR="#000000">></FONT> Linux Server1 2.6.24-23-xen #1 SMP Mon Jan 26 03:09:12 UTC 2009 x86_64 <BR>
><FONT COLOR="#000000">></FONT> x86_64 x86_64 GNU/Linux <BR>
><FONT COLOR="#000000">></FONT> <BR>
><FONT COLOR="#000000">></FONT> But if iptables is not installed, how is port 5900 being blocked? <BR>
<FONT COLOR="#000000">></FONT>---- <BR>
<FONT COLOR="#000000">></FONT>maybe the xen host is blocking them. Maybe upstream router is blocking. <BR>
<FONT COLOR="#000000">></FONT><BR>
<FONT COLOR="#000000">></FONT>why not just use freenx and run everything through ssh port which <BR>
<FONT COLOR="#000000">></FONT>clearly isn't blocked? It's faster and better anyway. <BR>
<BR>
<FONT COLOR="#000000">></FONT>Craig <BR>
<BR>
<FONT COLOR="#000000">Or you can use "X11Forwarding" sshd option. To use it you shoud put </FONT><BR>
<FONT COLOR="#000000">"X11Forwarding yes" option to"/etc/ssh/sshd_config" on server side, and use </FONT><BR>
<BR>
<FONT COLOR="#000000">ssh -X username@server</FONT><BR>
<BR>
<FONT COLOR="#000000">command on client side to connect to the server. After it all GUI program</FONT><BR>
<FONT COLOR="#000000">wich you will start on ssh-shell will display on client computer. (This all work </FONT><BR>
<FONT COLOR="#000000">if your client computer is based on *nix system such is Linux, if you have MS Windows on client computer you </FONT><BR>
<FONT COLOR="#000000">must use the xming+putty software to do this)</FONT>
</BODY>
</HTML>