I would like to do the following: Stop MASQUESRADING to two servers say. 10.10.10.5 and 10.10.10.8, how would i do this with a rule. iptables -t nat -A POSTROUTING -s x.x.x.x -d ! 'servers ip' -j MASQUERADE now how would i put in two ip address's ?
I would like to do the following: Stop MASQUESRADING to two servers say. 10.10.10.5 and 10.10.10.8, how would i do this with a rule. iptables -t nat -A POSTROUTING -s x.x.x.x -d ! 'servers ip' -j MASQUERADE now how would i put in two ip address's ?