[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] PMFirewall and IPChains: Virtual Sites Stops Working
- Subject: Re: [cobalt-users] PMFirewall and IPChains: Virtual Sites Stops Working
- From: flash22@xxxxxxx
- Date: Wed Jan 16 19:17:01 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Wed, 16 Jan 2002, Troy Arnold wrote:
> >OUTERNET=$OUTERIP/$OUTERMASK
> >and add something like this under it...
> >OUTERNET2=204.49.12.55/255.255.255.0
Um, are you feeding that to ipchains? Because ipchains doesn't allow
netmask format, it wants address size format, eg 1.2.3.4/24 NOT
1.2.3.4/255.255.255.0 , you are telling it to add a 255 bit address ;P
gsh