Hi,
My host is running Win2003-64 with two nics. One is attached to the internet, 2nd is attached to a private network with an ip adress in 10.\*.. range.
My FreeBSD guests are connected in bridged mode to nic1 which works great. But I am not sure how to setup the connection to the 2nd nic.
I have added a second virtual nic to the guest and set it to nat. But I am not sure about the next steps to get my guests speaking to the services on the private network. What should I put in my rc.conf file?
My guest ifconfig is like this:
vxn0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet 75.\*.. netmask 0xfffffff8 broadcast 75.\*..
inet6 fe80::20c:29ff:feb9:80b1%vxn0 prefixlen 64 scopeid 0x1
ether 00:0c:29:b9:80:b1
vxn1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
ether 00:0c:29:b9:80:bb
plip0: flags=108810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
inet 127.0.0.1 netmask 0xff000000
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4
Best regards,
Wilhelm