tom130380

Results 2 comments of tom130380

Hi @jllorente , here is what you asked for: [root@mybox ~]# iptables -A POSTROUTING -s 10.10.121.254/32 -j SNAT --to-source 10.10.101.254 --random -t nat [root@mybox ~]# iptables -S -t nat ```...

Hi @jllorente , thanks for your reaction. I'm not sure though why you say it's not a bug because with the current implementation, it is impossible to insert a rule...