Re: [GnomeMeeting-list] Gnomemeeting behind a Cisco Nat Firewall
- From: "Christian Nabski" <christian nabski emd be>
- To: gnomemeeting-list gnome org
- Subject: Re: [GnomeMeeting-list] Gnomemeeting behind a Cisco Nat Firewall
- Date: Wed, 5 Mar 2003 16:40:46 +0100
Would this work ?
fixup protocol h323 h225
static (inside, outside) interface 192.168.0.1 netmask 255.255.255.255 tcp
h323
static (inside, outside) interface 192.168.0.1 netmask 255.255.255.255 tcp
1720
-> interface means the outside interface's address and 192.168.0.1 is the
ip addr of the inside machine
access-list acl_out permit tcp any any eq h323
access-list acl_out permit tcp any any eq 1720
access-group acl_out in interface outside
Not sure about these rules.
Maybe not secure enough but I just read the docs.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]