On Sun, Oct 18, 1998 at 10:52:18AM -0700, John Simmons wrote:
> Kernel 2.0.35
> All of the experimental and IP items are selected in the config
> 
> I've got the following entries in my rc.local file:
> 
> /sbin/ifconfig eth1 10.10.0.4 netmask 255.255.255.0 broadcast 10.10.0.0
> /sbin/route add localnet
> ipfwadm -F -p deny
> ipfwadm -F -f
> ipfwadm -F -a m -S 10.10.0.1/32 -D 0.0.0.0/0
> ipfwadm -F -a m -S 10.10.0.2/32 -D 0.0.0.0/0
> ipfwadm -F -a m -S 10.10.0.3/32 -D 0.0.0.0/0
> 
> After the system has booted up, if I run this command:
> 
>      ipfwadm -M -l
> 
> I don't get any masquerade entries listed.  Is this normal?  Am I missing
> something?

Make some kind of connection from one your masqueraded boxes, and then take a
look. ipfwadm -M -l lists only current connections. ipfwadm -F -l shows the
forwarding rules, which may have been what you meant to do.

Also, check that broadcast address--it should be 10.10.0.255.

Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]

Reply via email to