> /sbin/modprobe ip_masq_ftp
> /sbin/ipfwadm -F -p deny
> /sbin/ipfwadm -F -a accept -m -S rigel/32 -D 0.0.0.0/0 -W plip1
You are close.. change -W to "slip0". The -W command is for the
Internet-connected interface.
Also.. a few comments about your kernel compile:
>#
># Floppy, IDE, and other block devices
>#
>CONFIG_BLK_DEV_FD=m
>CONFIG_BLK_DEV_IDE=y
># CONFIG_BLK_DEV_HD_IDE is not set
>CONFIG_BLK_DEV_IDECD=y
># CONFIG_BLK_DEV_IDETAPE is not set
># CONFIG_BLK_DEV_IDEFLOPPY is not set
># CONFIG_BLK_DEV_IDESCSI is not set
># CONFIG_BLK_DEV_IDE_PCMCIA is not set
>CONFIG_BLK_DEV_CMD640=y
># CONFIG_BLK_DEV_CMD640_ENHANCED is not set
>CONFIG_BLK_DEV_RZ1000=y
>CONFIG_BLK_DEV_TRITON=y
># CONFIG_IDE_CHIPSETS is not set
># CONFIG_BLK_DEV_LOOP is not set
># CONFIG_BLK_DEV_MD is not set
># CONFIG_BLK_DEV_RAM is not set
># CONFIG_BLK_DEV_XD is not set
># CONFIG_BLK_DEV_HD is not set
Only select one IDE chipset. I doubt you have more than
one IDE chipset in your computer.
>#
># Networking options
>#
>CONFIG_FIREWALL=y
># CONFIG_NET_ALIAS is not set
>CONFIG_INET=y
>CONFIG_IP_FORWARD=y
># CONFIG_IP_MULTICAST is not set
>CONFIG_SYN_COOKIES=y
>CONFIG_IP_FIREWALL=y
>CONFIG_IP_FIREWALL_VERBOSE=y
>CONFIG_IP_MASQUERADE=y
>CONFIG_IP_MASQUERADE_IPAUTOFW=y
>CONFIG_IP_MASQUERADE_ICMP=y
>CONFIG_IP_TRANSPARENT_PROXY=y
>CONFIG_IP_ALWAYS_DEFRAG=y
>CONFIG_IP_ACCT=y
If you aren't using IPAUTOFW.. -DON'T- compile it in.
Many of us on the list have had many problems with it.
But.. other people love it. You've been warned.
>
.----------------------------------------------------------------------------.
| David A. Ranch - Remote Access/Linux/PC hardware [EMAIL PROTECTED] |
!---- ----!
`----- For more detailed info, see http://www.ecst.csuchico.edu/~dranch -----'
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]