On Wednesday 04 September 2002 08:20, Charles Steinkuehler wrote:
> > >   mac addy command in /etc/modules
> >
> >    ~ there was a posted addition to network.conf for this,
> >       would this be plausible or are you looking for
> >       something with the ! bang command?
>
> This should really be supporeted a ! "bang" command in
> /etc/modules...that way any MAC changes occur once, and before any
> higher-level network configuration happens.
>
> > >   Add 192.0.2.0/24 to stopMartians
> > >   Support unblocking of private IP ranges
> >
> >    ~ I can do these, to start with anyway.
>
> BTW:  The cleanest way I've thought of to "unblock" the private IP
> range is to have a variable in /etc/network.conf that disables the
> particular blocking rules, ie:
>
> network.conf:
> PRIVATE_IP_EXT="YES"
>
> ipfilter.conf:
> [ "$PRIVATE_IP_EXT" = "YES" ] && $IPCH -A $LIST -j DENY -p all  -s
> 10.0.0.0/8 -d 0/0 -l $*

Yes, this is what I figured.  :-)
Thanks for the code!


> > >  fix extra IP problem when using new net segment.
> >
> >    ~ Where is this error coming from? Maybe I can do this,
> >        I can't say that I've run into it.
>
> I don't remember off-hand what this problem was...I'll have to dredge
> the mail archives.  IIRC, it was an obscure problem when combining
> several of the more advanced features (IP aliases on the external
> interface, multiple internal nets, and a port-forwarded DMZ), but I'm
> not sure...

I'll look it up...... I've got MDS's  ipfilter patch archived
This appears to be the one your thinking of.


> Saddly, I don't have any of Sean's work in progress...

Would you like me to attempt to contact him and see if any of this
was saved?

#######
There were a couple of other WishList things I've archived:

~MDS solution for dhcp broadcast requests on WAN interface.
 # cat /etc/ipchains.input
  $IPCH -I input -j DENY -p all -s 0/0 -d 255.255.255.255 -i $EXTERN_IF

~ Add /root to include.list/local.local for ssh keys

~Greg Morgan's checkdisk () fix

~MDS patch to change defaut DCD backup from cd to floppy.

~Upgrade to Syslinux 1.66....works better for IDE HD/flash/CF cards.

~Fix for POSIXNESS mail script (kapeka?) 

-- 

~Lynn Avants
aka Guitarlynn

guitarlynn at users.sourceforge.net
http://leaf.sourceforge.net

If linux isn't the answer, you've probably got the wrong question!


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390

_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to