WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] xen netwroking problem

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] xen netwroking problem
From: gx <gx@xxxxxxxxx>
Date: Mon, 23 Aug 2010 06:41:32 +0200
Delivery-date: Sun, 22 Aug 2010 21:43:07 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

the networking just drives me crazy and it seems that i am missing something.

So here is my situation:
i have a server with 2 public IPs (85.214.1.230 and 81.169.1.81)
the dom0 is on:
ip 81.169.1.81
netmask 255.255.255.255
gw 81.169.1.1


i would like to have a domU with ip 85.214.1.230.

I tried everything routing, bridging.. nothing seems to work.

my dom0 config;
.
(network-script network-bridge)
(vif-script vif-bridge)





:~# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
81.169.1.1    0.0.0.0         255.255.255.255 UH    0      0        0 eth0
0.0.0.0         81.169.1.1    0.0.0.0         UG    0      0        0 eth0

:~# brctl  showstp eth0
eth0
bridge id 8000.40618651c0b6
designated root 8000.40618651c0b6
root port    0 path cost    0
max age   20.00 bridge max age   20.00
hello time    2.00 bridge hello time    2.00
forward delay    0.00 bridge forward delay    0.00
ageing time 300.01
hello timer    1.10 tcn timer    0.00
topology change timer    0.00 gc timer    0.10
flags


peth0 (1)
port id 8001 state      forwarding
designated root 8000.40618651c0b6 path cost   19
designated bridge 8000.40618651c0b6 message age timer    0.00
designated port 8001 forward delay timer    0.00
designated cost    0 hold timer    0.10
flags

vif11.0 (2)
port id 8002 state      forwarding
designated root 8000.40618651c0b6 path cost 100
designated bridge 8000.40618651c0b6 message age timer    0.00
designated port 8002 forward delay timer    0.00
designated cost    0 hold timer    0.10
flags



domU config:
vif         = [ 'bridge=eth0' ]



any help would be highly appreciated

Thanks,
timor a.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] xen netwroking problem, gx <=