I read that wifi cards can be problematic as packets coming from non authorized so I am aware of that. Despite this my boss wants me to configure it similar to the ethernet nic, meaning no nat, just brided device.
Furthermore I have installed a debian first, where wifi is working fine - meaning I can connect wifi through gnome gui interface. But the wifi network device is not showing in /etc/networking/Interfaces. And then ProxMox on top.
I tried to copy the configuration of the first nic and vmbr0 for creating the wifi device and bridge vmbr1 but in webgui on network device I saw the manually created device entries were not recogniced by Type Network Device but Unknown.
I am aware that Wifi can be problematic, but this testinstall is to find out, if we can acheive our goals, and I read about a setting net.ipv4.conf.all.proxy_arp set to 1 could help.
But before I can get there I need help on howto create the network device that is listed by doing lspci or
ip addr:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: enp0s25: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UP group default qlen 1000
link/ether dc:4a:3e:61:bf:2e brd ff:ff:ff:ff:ff:ff
3: wlo1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether dc:53:60:b3:03:30 brd ff:ff:ff:ff:ff:ff
altname wlp3s0
inet 10.157.99.245/22 brd 10.157.99.255 scope global dynamic noprefixroute wlo1
valid_lft 415sec preferred_lft 415sec
inet6 fe80::3cd1:52fb:32e4:96ee/64 scope link noprefixroute
valid_lft forever preferred_lft forever
4: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether dc:4a:3e:61:bf:2e brd ff:ff:ff:ff:ff:ff
inet 10.57.50.100/24 brd 10.201.50.255 scope global dynamic vmbr0
valid_lft 691143sec preferred_lft 691143sec
inet6 fe80::de4a:3eff:fe61:bf2e/64 scope link
valid_lft forever preferred_lft forever
I tried creating iface wlo1 or wlp3s0 alongside with vmbr1 in networking interfaces, and they got listet in network section in webgui of proxmox but type of the device was unknown instead of network device.
Now I would like to understand if the wlo1 device is created by networkmanager, while connecting to a wifi. And if at all possible, how I could create a bridge and bring this configuration to work within ProxMox. Or am I supposed to create the bridge by etworkmanager and how is it being
And finally if possible create the needed config to rewrite the packet headers so they seem to come from the host nic, to enable the bridging for VMs through.
lspci:
lspci
00:00.0 Host bridge: Intel Corporation Broadwell-U Host Bridge -OPI (rev 09)
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500 (rev 09)
00:03.0 Audio device: Intel Corporation Broadwell-U Audio Controller (rev 09)
00:14.0 USB controller: Intel Corporation Wildcat Point-LP USB xHCI Controller (rev 03)
00:16.0 Communication controller: Intel Corporation Wildcat Point-LP MEI Controller #1 (rev 03)
00:19.0 Ethernet controller: Intel Corporation Ethernet Connection (3) I218-LM (rev 03)
00:1b.0 Audio device: Intel Corporation Wildcat Point-LP High Definition Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #1 (rev e3)
00:1c.1 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #2 (rev e3)
00:1c.3 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #4 (rev e3)
00:1d.0 USB controller: Intel Corporation Wildcat Point-LP USB EHCI Controller (rev 03)
00:1f.0 ISA bridge: Intel Corporation Wildcat Point-LP LPC Controller (rev 03)
00:1f.2 RAID bus controller: Intel Corporation 82801 Mobile SATA Controller [RAID mode] (rev 03)
00:1f.3 SMBus: Intel Corporation Wildcat Point-LP SMBus Controller (rev 03)
02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5227 PCI Express Card Reader (rev 01)
03:00.0 Network controller: Intel Corporation Wireless 7265 (rev 48)
If I cannot acheive this I might try to pass through the wireless card to a vm and connect from there as last resort (and would probably need help for that too).
What other information can I provide that might help you understand my setup, maybe some networkmanager config?
Thanks in advance for your very appreciated support.
Furthermore I have installed a debian first, where wifi is working fine - meaning I can connect wifi through gnome gui interface. But the wifi network device is not showing in /etc/networking/Interfaces. And then ProxMox on top.
I tried to copy the configuration of the first nic and vmbr0 for creating the wifi device and bridge vmbr1 but in webgui on network device I saw the manually created device entries were not recogniced by Type Network Device but Unknown.
I am aware that Wifi can be problematic, but this testinstall is to find out, if we can acheive our goals, and I read about a setting net.ipv4.conf.all.proxy_arp set to 1 could help.
But before I can get there I need help on howto create the network device that is listed by doing lspci or
ip addr:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: enp0s25: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UP group default qlen 1000
link/ether dc:4a:3e:61:bf:2e brd ff:ff:ff:ff:ff:ff
3: wlo1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether dc:53:60:b3:03:30 brd ff:ff:ff:ff:ff:ff
altname wlp3s0
inet 10.157.99.245/22 brd 10.157.99.255 scope global dynamic noprefixroute wlo1
valid_lft 415sec preferred_lft 415sec
inet6 fe80::3cd1:52fb:32e4:96ee/64 scope link noprefixroute
valid_lft forever preferred_lft forever
4: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether dc:4a:3e:61:bf:2e brd ff:ff:ff:ff:ff:ff
inet 10.57.50.100/24 brd 10.201.50.255 scope global dynamic vmbr0
valid_lft 691143sec preferred_lft 691143sec
inet6 fe80::de4a:3eff:fe61:bf2e/64 scope link
valid_lft forever preferred_lft forever
I tried creating iface wlo1 or wlp3s0 alongside with vmbr1 in networking interfaces, and they got listet in network section in webgui of proxmox but type of the device was unknown instead of network device.
Now I would like to understand if the wlo1 device is created by networkmanager, while connecting to a wifi. And if at all possible, how I could create a bridge and bring this configuration to work within ProxMox. Or am I supposed to create the bridge by etworkmanager and how is it being
And finally if possible create the needed config to rewrite the packet headers so they seem to come from the host nic, to enable the bridging for VMs through.
lspci:
lspci
00:00.0 Host bridge: Intel Corporation Broadwell-U Host Bridge -OPI (rev 09)
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500 (rev 09)
00:03.0 Audio device: Intel Corporation Broadwell-U Audio Controller (rev 09)
00:14.0 USB controller: Intel Corporation Wildcat Point-LP USB xHCI Controller (rev 03)
00:16.0 Communication controller: Intel Corporation Wildcat Point-LP MEI Controller #1 (rev 03)
00:19.0 Ethernet controller: Intel Corporation Ethernet Connection (3) I218-LM (rev 03)
00:1b.0 Audio device: Intel Corporation Wildcat Point-LP High Definition Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #1 (rev e3)
00:1c.1 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #2 (rev e3)
00:1c.3 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #4 (rev e3)
00:1d.0 USB controller: Intel Corporation Wildcat Point-LP USB EHCI Controller (rev 03)
00:1f.0 ISA bridge: Intel Corporation Wildcat Point-LP LPC Controller (rev 03)
00:1f.2 RAID bus controller: Intel Corporation 82801 Mobile SATA Controller [RAID mode] (rev 03)
00:1f.3 SMBus: Intel Corporation Wildcat Point-LP SMBus Controller (rev 03)
02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5227 PCI Express Card Reader (rev 01)
03:00.0 Network controller: Intel Corporation Wireless 7265 (rev 48)
If I cannot acheive this I might try to pass through the wireless card to a vm and connect from there as last resort (and would probably need help for that too).
What other information can I provide that might help you understand my setup, maybe some networkmanager config?
Thanks in advance for your very appreciated support.