Does anybody use Exceed to emulate the Solaris desktop on a
WIN 98 pc
behind a Linux firewall? I tried couple routing aoptions to
route ports
6000-60010 with udp ports 177 and control port 23. No luck.
pshenoy.vcf < 1K Download |
Does anybody use Exceed to emulate the Solaris desktop on a
WIN 98 pc
behind a Linux firewall? I tried couple routing aoptions to
route ports
6000-60010 with udp ports 177 and control port 23. No luck.
pshenoy.vcf < 1K Download |
You need to allow the connections at the firewall... or forward them to
your other machine if thats the only machine receiving X-windows
connections...
The firewall still has to allow them through...
Below is an example to allow them at the firewall... but you can get an
idea where to go from here...
#
IPADDR="your.ip.addre.ss
ANYWHERE="any/0"
#
XWINDOWS_PORTS="6000:6063"
# Allow establishing a remote connection from your machine
#
ipchains -A output -i $EXTERNAL_INTERFACE -p tcp -y -s $IPADDR -d
$ANYWHERE $XWINDOWS_PORTS -j ACCEPT
#
# Allow incoming X Windows connections to your machine
#
ipchains -A input -i $EXTERNAL_INTERFACE -p tcp -y -d $IPADDR
$XWINDOWS_PORTS -j ACCEPT
#
#
#
You also need this open...as Openwindows uses another port...
#
OPENWINDOWS_PORT="2000"
#
# Allow Outgoing OpenWindows Connections - .
#
ipchains -A input -i $EXTERNAL_INTERFACE -p tcp -y -s $ANYWHERE -d
$IPADDR \
$OPENWINDOWS_PORT -j ACCEPT
#
ipchains -A output -i $EXTERNAL_INTERFACE -p tcp -y -s $IPADDR -d
ANYWHERE \
$OPENWINDOWS_PORT -j ACCEPT
#
Or a rule to just forward port 2000 connections to your solaris box.
Depends what you are running on Solaris.
--
Jonathan Voigt
www.voicomm.com - Linux/Unix Resources
1. Help on firewall ruleset for routing X (Exceed) thru the Linux firewall
Does anybody use Exceed to emulate the Solaris desktop on a
WIN 98 pc
behind a Linux firewall? I tried couple routing aoptions to
route ports
6000-60010 with udp ports 177 and control port 23. No luck.
pshenoy.vcf < 1K Download |
2. Crossassembler for 8048/8032MC wanted
3. redhat server won't route thru firewall
4. e-tech modem
5. Linux to Win Share; diff. subnets; thru firewall - Help pls
7. FreeBSD and natd - routing from behind firewall to behind firewall.
8. Still looking for a format.dat --> disktab conversion utility
9. Help! - Oracle connection timeout thru OpenBSD firewall.
10. Firewall ruleset
11. Need strong ruleset ( rc.firewall ) script for IPCHAINS
12. Looking for strong ruleset ( rc.firewall ) for IPCHAINS and MASQ
13. Two firewall rulesets on one connection