Hi All,
I'm running a script that updates an IP address firewall rule on a Draytek 2850. For the most part it seems successful, the command is ipf rule S R -s "u 1 IP Address". where S and R are the relevant set and rule number. The script I've created saves a log file of the SSH session and states at the end "Setting saved" so the command is being taken over the ssh session happily. To further back this up when you check the 2850's GUI the IP address has updated (I've tested this extensively), though when you run ipf view -d the IP address in an SSH/Telnet session the IP Address in the relevant rule remains unchanged. Does anyone know if this is a bug, or am I missing a step? Thanks in advance.