Magellan Linux

Contents of /trunk/qemu-networking/qemu-networking.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1822 - (show annotations) (download)
Sat Jun 9 10:32:51 2012 UTC (11 years, 10 months ago) by niro
File size: 431 byte(s)
-added initial release of qemu-networking
1 # /etc/conf.d/qemu-networking - Configuration file for Qemu Networking Service via VDE2
2
3 # Please uncomment all variables and configure the network to your needs
4
5 # Network used for Qemu
6 #VMNETWORK="192.168.17.0/24"
7
8 # IP for the host, which operates as a router/gateway
9 #VMROUTERIP="192.168.17.1"
10
11 # real network device for the bridge
12 #BRIDGEDEV="eth1"
13
14 # tap device to which the real network device will be cloned
15 #TAPDEV="tap0"