Hi all,I am running several Debian dom0s with NetBSD domUs using a bridged setup, that is working fine.
I have one Debian dom0 with a routed xen setup, and that is where I have trouble getting NetBSD domUs to connect to the network. On the Debian domUs I have a network interface definition like this:
iface eth0 inet static address 1.2.3.4.5 gateway 7.8.9.10 netmask 255.255.255.192 pointopoint 7.8.9.10
The gateway address is the address of the dom0 external interface. In the Linux domUs the "pointopoint ..." entry makes the routed setup work.
Now how do I configure a NetBSD domU similarly? There seems not to be a "pointopoint" configuration option for interfaces, and setting up a pppoe interface does not make sense to me since there is no pppoe counter part.
I googled around a lot but came up empty. Any hint or help is appreciated. Dirk