This is my network:
Dotted lines indicate wireless connections, solid lines indicate Ethernet connections.
I used two ASUS routers and Tomato to bridge my network.
I am looking to apply dhcp options to the dhcp server used with libvirt for Vm's I am using FC12
I want to do options like in dnsmasq ....
dhcp-host=id:01:02:02:04,192.168.0.60
and Send options to hosts which ask for a DHCP lease. like in RFC 2132
alternatively what about disabling dhcp entirely for a virtual network?
Due to the lack of upstream support for Xen as dom0, I'm forced to resort to KVM.
What I'm trying to do is set up F11 as dom0 as my firewall and another F11 as domU as my server.
After googling, I've found very similar instructions on multiple forums.
This is what was instruction and what i've done:
I have seen alot of questions related to Bridge and network manager.. however none of them seem to apply to what i seen AND want.
I setup my bridge in /etc/network/interfaces
This works perfect - uses a nice static ip etc.
However once i rebooted the network manager says it is unmanaged (as in it can't manage the bridge/ connections).
Now this would normally be fine.. but..
As far as i know, there are 4 main types of network interfaces in linux: tun, tap, bridge and physical.
When i'm doing sys admin on machines running KVM, i usually come accross tap, bridge and physical interfaces on the same machine, without being able to tell them apart.
bmentink wrote:On my wwan0 3G interface I want to use dhcp to get an external IP dished out my the network.... I then want to bridge that connection to my wired interface eth0 PASSING on that IP to a router ...
I am trying to increase my understanding of ip networking.
I have my main network with internet and DHCP which is on 192.168.x.x with a router.
Now I have set up an Ubuntu file server and i want it on a separate home network with static ip addresses range of 10.x.x.x.
I have some systems connected via a simple stupid ethernet switch. Under usual conditions, the switch is connected to a large network providing DHCP service and Internet gateway. However, if the group gets disconnected from the large network, or the DHCP is down, no adresses are assigned and the subnetwork stays unconfigured. I like to have the subnetwork usable in any case.
Hi, everyone
I need following configuration:
- Host KVM machine Fedora 17 has one h/w interface and static IP 10.0.0.100, GW 10.0.0.1.
- VM must have two virtual adapters.
- First VM adapter is NAT (192.168.120.xx). It works good "from the box".