|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] How to use NAT and bridge at the same time?
Hello,
Is there a way to use NAT and bridge at the same time? E.g., for each
domU, use NAT to access public Internet through NIC1, and use bridge
to access a private network through NIC2.
I tried the following in my xend-config.sxp file:
(network-script 'network-bridge netdev=eth1 bridge=xenbr1')
(vif-script 'vif-bridge bridge=xenbr1')
(network-script network-nat)
(vif-script vif-nat)
but when I do a "brctl show", I see:
bridge name bridge id STP enabled interfaces
xenbr0 8000.000000000000 no
xenbr1 8000.feffffffffff no vif0.0
peth1
vif1.0
and the NAT doesn't work. (But the bridge works.)
The NAT works by itself (without the complications of bridge.)
Any hints?
Thanks,
Yi
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-users] How to use NAT and bridge at the same time?,
Yi Wang <=
|
|
|
|
|