Quantcast
Channel: FedoraForum.org
Viewing all articles
Browse latest Browse all 37422

KVM Guest cannot connect to Internet

$
0
0
Hello,

I have Fedora 18 server running on my server. I am using KVM and trying to configure my guest with a bridge to access Internet but no luck so far. I use IPV6 for VMs.
Here is my configuration:

My Host:

Quote:

DEVICE=br0
TYPE=Bridge
ONBOOT=yes
DELAY=0
BOOTPROTO=static
BROADCAST=182.20.32.255
IPADDR=182.20.32.116
NETMASK=255.255.255.192
DNS=213.103.28.20
IPV6INIT=yes
IPV6ADDR=2b20:5d8:102:1418::2/64
Quote:

DEVICE=eth0
ONBOOT=yes
TYPE=Ethernet
HWADDR=00:14:21:2F:21:21
NM_CONTROLLED=no
BRIDGE=br0
BOOTPROTO=none
/etc/sysconfig/network

Quote:

NETWORKING=yes
GATEWAY=182.20.32.193
NETWORKING_IPV6=yes
IPV6_DEFAULTGW=fe42::1
IPV6_DEFAULTDEV=br0
My Guest:

Quote:

DEVICE=eth0
TYPE=Ethernet
ONBOOT=yes
DELAY=0
BOOTPROTO=static
IPV6INIT=yes
IPV6ADDR=2b20:5d8:102:1418::10/64
IPV6_DEFAULTGW=fe42::1
I can ping to my host from my guest system and from guest to host without any problem. IPV6 is active. What else am I missing here? It's been almost a week, I couldn't solve this that's why I need some suggestion please, I'm getting crazy :confused:

Regards..

Viewing all articles
Browse latest Browse all 37422

Trending Articles