This is a discussion on RE: IPFilter 4.1 within the IPFilter forums, part of the System Security and Security Related category; Darren, Ok put in that patch and now ipnat does not complain at startup. However it is not present in ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Darren,
Ok put in that patch and now ipnat does not complain at startup. However it is not present in the config when you run "ipnat -l" and it is still not working. Also it seems that I get a kernel panic if ipfilter is loaded in the kernel before the pppd session is started. Regards, Adam -----Original Message----- From: Darren Reed [mailto:darrenr@reed.wattle.id.au] Sent: Sunday, 15 February 2004 7:40 PM To: Adam Summerfield Cc: ipfilter@coombs.anu.edu.au Subject: Re: IPFilter 4.1 Hi Adam, So the reason mssclamp isn't recognised is easy - it's not in the vocab for ipnat despite all the code being there. Darren Index: tools/ipnat_y.y ================================================== ================= RCS file: /devel/CVS/IP-Filter/tools/ipnat_y.y,v retrieving revision 1.30 diff -c -r1.30 ipnat_y.y *** ipnat_y.y 2004/02/07 17:17:31 1.30 --- ipnat_y.y 2004/02/15 08:38:28 *************** *** 535,540 **** --- 535,541 ---- { "mask", IPNY_MASK }, { "map", IPNY_MAP }, { "map-block", IPNY_MAPBLOCK }, + { "mssclamp", IPNY_MSSCLAMP }, { "port", IPNY_PORT }, { "portmap", IPNY_PORTMAP }, { "ports", IPNY_PORTS }, |