Page 1 of 1

Firewall Invalid IP Format Multiple Address

Posted: Sun Apr 02, 2017 5:19 am
by vibol
Hi,

after updating to 0.9.8.17, i can't insert multiple IP into Firewall Rule from GUI -> Error: "Invalid IP Format" ..
i want insert only #1 rule with multiple ip address for easy maintenance ..

i also already tried from ssh cmd: v-add-firewall-rule "ACCEPT" "8.8.8.8,8.8.4.4" (with comma separator) ..
same error occurred: Error: "Invalid IP Format" ..

but if i using slash ( "/" ) separator, the command can bypass ip_format_valid (main.sh) verification..
but IPtables not working with slash separator ..
i think it can't read comma ( "," ) separator for multiple ip address ..

any help thanks?


note: i doesn't have this problem with 0.9.8.15 version