I seem to be having strange problems with IPTables running on my server.
The IPTables is set up as follows:
 
Chain INPUT (policy DROP)
target     prot opt source               destination
ACCEPT     tcp  --  192.168.0.4          192.168.0.2         multiport
dports http
ACCEPT     tcp  --  192.168.0.4          192.168.0.2         multiport
dports ssh
ACCEPT     tcp  --  192.168.0.4          192.168.0.2         multiport
dports 5900,5901
ACCEPT     udp  --  192.168.0.4          192.168.0.2         multiport
dports 5900,5901
ACCEPT     all  --  anywhere             192.168.0.2         state
RELATED,ESTABLISHED
okay       tcp  --  anywhere             192.168.0.2         multiport
dports http
 
Chain FORWARD (policy DROP)
target     prot opt source               destination
 
Chain OUTPUT (policy DROP)
target     prot opt source               destination
ACCEPT     all  --  libby                anywhere
ACCEPT     all  --  192.168.0.2          anywhere
 
Chain okay (1 references)
target     prot opt source               destination
ACCEPT     tcp  --  anywhere             192.168.0.2         tcp
flags:SYN,RST,ACK/SYN
ACCEPT     tcp  --  anywhere             192.168.0.2         state
RELATED,ESTABLISHED
DROP       tcp  --  anywhere             anywhere
[EMAIL PROTECTED] sysconfig]#

Whilst the VNC window displays and appears to respond, when I try and open
my Home, for instance, by double clicking on the desktop icon nothing
happens.  If I then stop IPTables all my previous actions take place as
though my remote VNC window is able to talk to the server but not vice
versa.
 
Any help would be great,
Tom
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to