From: William M. <Wil...@kc...> - 2004-07-09 07:50:34
|
I forgot that you are trying to do NAT mode... The error comes out of plugbase.c why it thinks you have yet to specify an interface i'm not s= ure. Just for grins try changing line 357 in spo_database.c from if (InlineMode()) to if((InlineMode()) && (pv.interface =3D NULL)) I'm not sure what difference this will make as via the command line switches you sent you are specifying an interface and the original if statement is only called if escapedinterface can't be filled by what yo= u specified on the command line but give it a shot anyway. Regards, Will= |