You are not logged in.

#1 2012-10-17 23:25:47

vfbsilva
Member
From: Brazil
Registered: 2010-04-08
Posts: 103

VDE config files change

Folks after the last update I got the following message:

vde config files should be placed in /etc/vde, sample files are provided.
iptables and dhcpd sample files have been installed to '/usr/share/vde2'.

Looking over its contents:

cat /usr/share/vde2/dhcpd.conf.sample 
ddns-update-style none;

subnet 192.168.254.0 netmask 255.255.255.0 {
    range 192.168.254.1 192.168.254.253;
    option routers 192.168.254.254;
    option domain-name "virtual.example.com";
    # find your DNS servers from /etc/resolv.conf
    # otherwise only pure IP addresses will work
    option domain-name-servers 192.168.254.254;
    option broadcast-address 192.168.254.255;
    default-lease-time 86400;
}
at /usr/share/vde2/iptables.rules.sample 
*filter
-A INPUT -i tun -j ACCEPT
-A FORWARD -s 192.168.254.0/255.255.255.0 -j ACCEPT
*nat
-A POSTROUTING -s 192.168.254.0/24 -j MASQUERADE

My original file:

cat /etc/conf.d/vde 
# Set options for a vde daemon script
#
# Array for your vde config files, eg.: "internal-net external-net"
# You need a config file in /etc/vde/ with the same name.
# Sample config file provided: /etc/vde/vde-config.sample
VDE_CONFIG="" 

# Array for your dpipe connections, eg.: "connect-switches"
# You need a config file in /etc/vde/ with the same name.
# Sample config file provided: /etc/vde/vde-connection.sample
VDE_CONNECTION=""

Looking for VDE in archwiki:
https://wiki.archlinux.org/index.php/QEMU

So do I need to do anything?

regards.

Offline

#2 2013-05-20 17:16:15

kelloco2
Member
Registered: 2012-02-13
Posts: 129

Re: VDE config files change

For me the same. I think we can ignore it.

Offline

Board footer

Powered by FluxBB