Lynn Avants wrote:
On Thursday 13 February 2003 09:46 pm, [EMAIL PROTECTED] wrote:
Lynn,

I found your ipsec.txt, thanks.

One question....could you give me an example of how to use ipfwd to
forward the port to my internal network.  My LRP box is at 192.168.1.1
with gateway at 192.168.1.254 and I am using dhcpd.
Open the port (500):
EXTERN_UDP_PORTS="0/0_domain 0/0_bootpc 0/0_500"

Open the protocols (50 & 51):
EXTERN_PORTS="50_0.0.0.0 51_0.0.0.0"
Note that this should be EXTERN_PROTOS, not EXTERN_PORTS.

Forward the service to the LAN machine (WAN is DHCP):
INTERN_SERVERS="udp_${EXTERN_IP}_500_192.168.1.1_500"

firewall-# svi network reload

I hope this helps!

--
Charles Steinkuehler
[EMAIL PROTECTED]




-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to