dom0+vm/vif-script: setup IP address of net backend interface
This is needed to connect to ProxyVM/NetVM, not only pass traffic ahead. Still firewall rules applies.
This commit is contained in:
		
							parent
							
								
									f290b2e939
								
							
						
					
					
						commit
						c18cb08f8c
					
				@ -54,6 +54,8 @@ if [ "${ip}" ] ; then
 | 
				
			|||||||
		${cmdprefix} ip route ${ipcmd} ${addr} dev ${vif} metric $metric
 | 
							${cmdprefix} ip route ${ipcmd} ${addr} dev ${vif} metric $metric
 | 
				
			||||||
	done
 | 
						done
 | 
				
			||||||
	${cmdprefix} iptables -t raw $iptables_cmd -i ${vif} \! -s ${ip} -j DROP
 | 
						${cmdprefix} iptables -t raw $iptables_cmd -i ${vif} \! -s ${ip} -j DROP
 | 
				
			||||||
 | 
						back_ip=${ip%.*}.1
 | 
				
			||||||
 | 
						${cmdprefix} ip addr ${ipcmd} ${back_ip}/32 dev ${vif}
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
log debug "Successful vif-route-qubes $command for $vif."
 | 
					log debug "Successful vif-route-qubes $command for $vif."
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user