# network interface settings; autogenerated# Please do NOT modify this file directly, unless you know what# you're doing.## If you want to manage parts of the network configuration manually,# please utilize the 'source' or 'source-directory' directives to do# so.# PVE will preserve these directives, but will NOT read its network# configuration from sourced files, so do not attempt to move any of# the PVE managed interfaces into external files!source/etc/network/interfaces.d/*
autolo
ifaceloinetloopback
#### Configuration for VM as nat #####Uncomment when are in use :
allow-hotplugeno1
autoeno1
ifaceeno1inetmanual
address192.168.1.224
netmask255.255.255.0
gateway192.168.1.254
ethernet-wolg
dns-searchinvalid
# cloudfare##Malware Blocking Only#Primary DNS: 1.1.1.2#Secondary DNS: 1.0.0.2##Malware and Adult Content#Primary DNS: 1.1.1.3#Secondary DNS: 1.0.0.3# OpenDNS FamilyShield# Preferred DNS Server: 208.67.222.123# Alternate DNS Server: 208.67.220.123#Norton ConnectSafe#Security + Pornography + Non-Family Friendly#Preferred DNS Server: 198.153.192.60#Alternate DNS Server: 198.153.194.60
dns-nameservers127.0.0.11.1.1.38.8.8.8
#up ip route replace 10.114.7.0/24 via 192.168.0.1 dev eno1#Uncomment when are in use :
allow-hotplugvmbr0
autovmbr0
ifacevmbr0inetstatic
address10.14.17.1
netmask255.255.255.0
bridge_portsnone
bridge_stpoff
# bridge_waitport 0bridge_fd0# up route add -net 10.0.3.0 netmask 255.255.0.0 gw 10.14.17.1upiprouteadd10.14.17.0/24via10.14.17.1devvmbr0
post-upecho1>/proc/sys/net/ipv4/ip_forward
post-upiptables-tnat-APOSTROUTING-s'10.14.17.0/24'-oeno1-jMASQUERADE
# NOTE ADD routes to ediq.mxpost-upiptables-tnat-APREROUTING-ieno1-ptcp--dport4443-jDNAT--to-destination10.14.17.105:443
post-downiptables-tnat-DPOSTROUTING-s'10.14.17.0/24'-oeno1-jMASQUERADE
# post-up iptables -t raw -I PREROUTING -i fwbr+ -j CT --zone 1# post-down iptables -t raw -D PREROUTING -i fwbr+ -j CT --zone 1### Autostart Wifi Source## allow-hotplug wlp3s0# auto wlp3s0
ifacewlp3s0inetdhcp
ifacewlp3s0inetstatic
address192.168.1.153
netmask255.255.255.0
gateway192.168.1.254
dns-searchinvalid
dns-nameservers1.1.1.1192.168.1.254
wpa-conf/etc/wpa_supplicant/wpa_supplicant.conf
# On what interfaces should the DHCP server (dhcpd) serve DHCP requests?# Separate multiple interfaces with spaces, e.g. "eth0 eth1".
INTERFACESv4="eno1vmbr0"
INTERFACESv6=""
# dhcpd.conf## Sample configuration file for ISC dhcpd## option definitions common to all supported networks...optiondomain-name"Kalacmul.uruk";
optiondomain-name-servers1.1.1.1,8.8.8.8;
subnet10.14.17.0netmask255.255.255.0{
range10.14.17.10010.14.17.200;
optionsubnet-mask255.255.255.0;
optionbroadcast-address10.14.17.255;
optionrouters10.14.17.1;
optiondomain-name-servers1.1.1.1,8.8.8.8;
}
default-lease-time600;
max-lease-time7200;
# The ddns-updates-style parameter controls whether or not the server will# attempt to do a DNS update when a lease is confirmed. We default to the# behavior of the version 2 packages ('none', since DHCP v2 didn't# have support for DDNS.)
ddns-update-stylenone;