hi team 
with Linux VLAN i can ssh to my VM with some port forwarding:
/etc/network/interfaces:
	
	
	
		
but i didn't find a solution with SDN VLAN, is it possible?
				
			with Linux VLAN i can ssh to my VM with some port forwarding:
/etc/network/interfaces:
		Code:
	
	post-up iptables -t nat -A PREROUTING -i vmbr0 -p tcp --dport 3248 -j DNAT --to 192.168.22.2:22
post-down iptables -t nat -D PREROUTING -i vmbr0 -p tcp --dport 3248 -j DNAT --to 192.168.22.2:22but i didn't find a solution with SDN VLAN, is it possible?
 
	 
	 
 
		
 I was testing the forwarding rule from the same machine and not from a different one.
 I was testing the forwarding rule from the same machine and not from a different one.
