* PV Bridged DHCP (domU) Not working on Xen 4.5rc1 arm64
@ 2015-01-22 13:12 Jaggi, Manish
2015-01-22 14:33 ` Ian Campbell
0 siblings, 1 reply; 2+ messages in thread
From: Jaggi, Manish @ 2015-01-22 13:12 UTC (permalink / raw)
To: xen-devel@lists.xen.org; +Cc: Ian Campbell, Stefano Stabellini
[-- Attachment #1.1: Type: text/plain, Size: 885 bytes --]
Hi All,
I am running ubuntu-trusty arm64 server image as dom0. I have enabled CONFIG_BRIDGE, CONFIG_IPV6, CONFIG_NETFILTER in linux 3.18. Xen version is 4.5 rc1.
in Dom0 post boot did the following
a) brctl addbr xenbr0;
b) brctl addif xenbr0 eth0
c) Updated /etc/sysctl.conf
net.bridge.bridge-nf-call-ip6tables = 0
net.bridge.bridge-nf-call-iptables = 0
net.bridge.bridge-nf-call-arptables = 0
d)
iptables -I FORWARD -m physdev --physdev-is-bridged -j ACCEPT
e) sysctl -p /etc/sysctl.conf
f) /etc/init.d/networking restart
g) dhclient xenbr0
xenbr0 gets an IP.
h)vif = [ 'bridge=xenbr0' ]. Started domU
g) domU got an ip.
Now the problem is domU is able to ping dom0 but not any other host. While dom0 is able to ping any host.
There could be something missing in my steps, can you please help
-Regards
manish
?
[-- Attachment #1.2: Type: text/html, Size: 2257 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: PV Bridged DHCP (domU) Not working on Xen 4.5rc1 arm64
2015-01-22 13:12 PV Bridged DHCP (domU) Not working on Xen 4.5rc1 arm64 Jaggi, Manish
@ 2015-01-22 14:33 ` Ian Campbell
0 siblings, 0 replies; 2+ messages in thread
From: Ian Campbell @ 2015-01-22 14:33 UTC (permalink / raw)
To: Jaggi, Manish; +Cc: Stefano Stabellini, xen-devel@lists.xen.org
On Thu, 2015-01-22 at 13:12 +0000, Jaggi, Manish wrote:
> a) brctl addbr xenbr0;
> b) brctl addif xenbr0 eth0
Please check
http://wiki.xen.org/wiki/Network_Configuration_Examples_%28Xen_4.1%2B%29#Example_Debian-style_bridge_configuration_.28e.g._Debian.2C_Ubuntu.29
for the proper mechanism for achieving this under Debian/Ubuntu.
> Now the problem is domU is able to ping dom0 but not any other host.
> While dom0 is able to ping any host.
What does "brctl show" output while the guest is running?
What does your guest configuration look like?
Have you check for clues under /var/log? (esp the xen and libvirt
subdirs).
Ian.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-22 14:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-22 13:12 PV Bridged DHCP (domU) Not working on Xen 4.5rc1 arm64 Jaggi, Manish
2015-01-22 14:33 ` Ian Campbell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.