search for: domu_private_ip

Displaying 1 result from an estimated 1 matches for "domu_private_ip".

2007 Sep 16
0
Port forwarding from dom0 to bridged domU with IPVS
...etup the VIP : # ipvsadm -A -t <public_ip>:2222 -s rr We choosed the Round-Robin algorithm, but obviously this has no effect for us as there will be only one real server behind the loadbalancer - Insert domU''s private IP on the VIP : # ipvsadm -a -t <public_ip>:2222 -r <domU_private_ip>:22 -m Here we use the simple masquerading mode of IPVS - See the output : root@dom0:~# ipvsadm -L IP Virtual Server version 1.2.1 (size=4096) Prot LocalAddress:Port Scheduler Flags -> RemoteAddress:Port Forward Weight ActiveConn InActConn TCP dom0:2222 rr -> shells:ssh...