You are not logged in.
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
For me the same. I think we can ignore it.
Offline