Hello, i got problems with DHCP, i can't get it running for my vm's everytime i need too set it up manuel ip's and some images that im using for vm can't not easy be setup manuel...
I have read a thread of a staff, he said that Monitoring Mode is needed for Wifi Brige, i got that but everytime connected with a router or restart Proxmox it is reset back to Managed.
https://forum.proxmox.com/threads/proxmox-und-wlan-geht-das.55641/#post-256587
I would like to use Briged but that dont work cause i can't use Monitoring Mode but beside that the DHCP don't work also. Right now i m using it without cause i would have no Internet if i turn it on.
Accespoint Create:
Sadly i needed to use Xserver with putty to turn on over a GUI accespoint, did work but gave me High ping and packetlost... it was something from github but without that setup it didnt work, internet was then off and only access point was on so i leave it. I know that it actualy can work both on Wifi, Access Point and DHCP but somehow just getting worst when i change something.
Thanks
Here is my Working interface:
I have read a thread of a staff, he said that Monitoring Mode is needed for Wifi Brige, i got that but everytime connected with a router or restart Proxmox it is reset back to Managed.
https://forum.proxmox.com/threads/proxmox-und-wlan-geht-das.55641/#post-256587
I would like to use Briged but that dont work cause i can't use Monitoring Mode but beside that the DHCP don't work also. Right now i m using it without cause i would have no Internet if i turn it on.
Accespoint Create:
Sadly i needed to use Xserver with putty to turn on over a GUI accespoint, did work but gave me High ping and packetlost... it was something from github but without that setup it didnt work, internet was then off and only access point was on so i leave it. I know that it actualy can work both on Wifi, Access Point and DHCP but somehow just getting worst when i change something.
Thanks
Here is my Working interface:
Code:
# 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!
auto lo
iface lo inet loopback
auto wlp70s0
iface wlp70s0 inet dhcp
wpa-ssid xxxxxxxxxxxxxxx
wpa-psk xxxxxxxxxxxxxxx
allow-hotplug enp67s0f0
iface enp67s0f0 inet manual
allow-hotplug enp67s0f1
iface enp67s0f1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.0.88/24
bridge-ports none
bridge-stp off
bridge-fd 0
metric 10
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up iptables -t nat -A POSTROUTING -s '192.168.0.0/24' -o wlp70s0 -j MASQUERADE
post-down iptables -t nat -D POSTROUTING -s '192.168.0.0/24' -o wlp70s0 -j MASQUERADE
# 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
Last edited: