-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

For the archive, I solved this problem a while ago.  It was simply a
matter of manually adding a route from the orange network to the green
on each of the orange hosts.

So green net = 192.168.A.0/24
orange net = 192.168.B.0
Orange NIC address = 192.168.B.250

For windows
route add 192.168.A.0 mask 255.255.255.0 1192.168.B.250

For linux
ip route add 192.168.A.0/24 via 192.168.B.250 -dev eth0
or
route add -net 192.168.A.0 netmask 255.255.255.0 gw 192.168.B.250


Gustin Johnson wrote:
> Does anyone here have much experience with ipcop and an Orange (DMZ)
> interface?  The problem I am having is that one of the file servers is
> in the DMZ, but none of the hosts in the green network can access the
> file server (either with ping/icmp or by mounting drives as usual).
> 
> I have disabled all but the openvpn plugins.
> 
> Any ideas?

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEtUffwRXgH3rKGfMRAuPOAJ90rGVbxC2B7nw0MbDQQVI56icXmwCdHmWq
jc5j29oabvPkXBubk/a4ftU=
=tdEY
-----END PGP SIGNATURE-----

_______________________________________________
clug-talk mailing list
[email protected]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca
Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
**Please remove these lines when replying

Reply via email to