OpenNetAdmin

Track. Automate. Configure.

Home About Features Community Develop
Download this project as a tar.gz file

Add NAT IP

barney34

11-09-2009 09:59:44

When I click the green dot to Add NAT IP and I input the NAT'ed IP I get this error.

"Save failed. ERROR => Insufficient parameters"


anything I can check I have done this many times before.

Matt

11-09-2009 10:21:47

hmm, interesting.

Well I'd say the best way is to have the debug level set to 5 or so then watch your ona.log file when you hit the save button. It should show you something like:

INFO => Running module: nat_add options: id=tt_quick_interface_nat_295&nataction=add&ip=295&natip=67.67.67.7&cancel=Cancel&save=Save

you should then be able to look down a bit further and see it run the interface_add module.. You will also see the ERROR entry about insufficient parameters as well. Usually its going to be the section of debug just before that error to examine.

Kinda strange thats not working.. my guess is maybe there is a space before or after the IP address?? I probably need to clean that up.

Hope that helps.. if you can, post the debug output and we can have a look see.

Thanks