Re: Wingate/IPFWADM

1996-08-02 Thread Bernd Eckenfels
> 192.168.0.9 is the linux box, named CURLEY > 192.168.0.3 is a win95 box named CADZILLA > 192.168.0.4 is a win95 box named BLOO > ipfwadm -F -m -a accept -S 192.168.0.3/24 -D 0.0.0.0 You can manage this with two commands (one for each host): "ipfwadm -F -a masq -S

Re: Wingate/IPFWADM

1996-08-02 Thread Susan G. Kleinmann
Hi Tim -- I have succeeded in making ipfw going by doing 2 things: 1. Set up ipfw in the kernel. To do this, I set these networking options (all other networking options were not set, i.e., their value=n). --- CONFIG_EXPERIMENTAL=y CONFIG_NET=y CONFIG_FIREWALL=y