IP / network restriction on virtual server doesn’t work › Forums › Network Management › Signal a BUG › IP / network restriction on virtual server doesn’t work This topic is empty. Viewing 1 post (of 1 total) Author Posts May 23, 2017 at 11:25 pm #44808 iulybMember After tryng to define a restricted access ssh server I discovered that iptables command for virtual server is wrong so that feature never worked. in routerpatconfig instead of if [ "$VIRTUALIP" != ANY ] ; then VIP="-d $VIRTUALIP" fi should be if [ "$VIRTUALIP" != ANY ] ; then VIP="-s $VIRTUALIP" fi I will prepare a patch. Author Posts Viewing 1 post (of 1 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In