Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Setting routes for routed setup



Hi,
I'm still trying to get a routed setup to work (the data centre
infrastructure does not let me do bridged). The problem I currently
have is that I'm unsure how to set up the routes. The Linux scripts
would set up routes like

ip route add 1.2.3.4 dev xvif1.0 src 9.8.7.6

where 1.2.3.4 is the address of the domU and 9.8.7.6 the address of the
dom0. On Linux the dom0 would sit in a netmask 255.255.255.255 and have
the main IP address assigned to both the physical interface and
xvif1.0. Then the host routes between the physical interface and
xvif1.0 make sense. Should this be done on NetBSD, too? Or is there a
better way of handling this?

Cheers,
Christian


Home | Main Index | Thread Index | Old Index