mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	Bug 13375:
Summary of changes: - Fix the order of source nat ip's : Static Nat IP's will be on top of Router source nat IP's. means Static NAT ip will take higher preference when compare to router ip while picking ip for source nat. Reviewed-by: Abhi
This commit is contained in:
		
							parent
							
								
									623e7d93a8
								
							
						
					
					
						commit
						5af6fbef83
					
				| @ -214,7 +214,7 @@ add_snat() { | ||||
|   local ipNoMask=$(echo $1 | awk -F'/' '{print $1}') | ||||
|   logger -t cloud "$(basename $0):Added SourceNAT $pubIp on interface $ethDev" | ||||
|   sudo iptables -t nat -D POSTROUTING   -j SNAT -o $ethDev --to-source $ipNoMask ; | ||||
|   sudo iptables -t nat -I POSTROUTING   -j SNAT -o $ethDev --to-source $ipNoMask ; | ||||
|   sudo iptables -t nat -A POSTROUTING   -j SNAT -o $ethDev --to-source $ipNoMask ; | ||||
|   return $? | ||||
| } | ||||
| remove_snat() { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user