Hi experts,
I have installed proxmox on my laptop and installed the kde-plasma-desktop environment and plasma-nm. My wifi module (intel 8265) is my primary network device and I have configured my network configuration as Masquerading (Nat) with ip tables as described in https://pve.proxmox.com/wiki/Network_Configuration.
Here is my /etc/network/interfaces
auto lo
iface lo inet loopback
auto vmbr0
iface vmbr0 inet static
address 10.10.10.1/24
bridge-ports none
bridge-stp off
bridge-fd 0
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up iptables -t nat -A POSTROUTING -s '10.10.10.0/24' -o wlp1s0 -j MASQUERADE
post-down iptables -t nat -D POSTROUTING -s '10.10.10.0/24' -o wlp1s0 -j MASQUERADE
I have installed SharePoint 2019 on-premise on a VM and configured the ipv4 as
IP address:10.10.10.101
subnetmask: 255.0.0.0
Default gateway: 10.10.10.1
Preferred DNS:8.8.8.8
Alternate DNS:8.8.4.4
My VM can ping my host and vice versa. Both host and VM can access internet.
Problem: my host cannot access my SharePoint VM via the SharePoint http url link . Error message on google chrome is DNS_PROBE_FINISHED_NXDOMAIN. I have verified that my proxmox's firewall are all shutdown and no UFW setup. Please help me thank you.
I have zero networking knowledge. Just copy the configuration from proxmox dcoumentation. Therefore, please share with me in detail if possible. Thank you.
I have installed proxmox on my laptop and installed the kde-plasma-desktop environment and plasma-nm. My wifi module (intel 8265) is my primary network device and I have configured my network configuration as Masquerading (Nat) with ip tables as described in https://pve.proxmox.com/wiki/Network_Configuration.
Here is my /etc/network/interfaces
auto lo
iface lo inet loopback
auto vmbr0
iface vmbr0 inet static
address 10.10.10.1/24
bridge-ports none
bridge-stp off
bridge-fd 0
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up iptables -t nat -A POSTROUTING -s '10.10.10.0/24' -o wlp1s0 -j MASQUERADE
post-down iptables -t nat -D POSTROUTING -s '10.10.10.0/24' -o wlp1s0 -j MASQUERADE
I have installed SharePoint 2019 on-premise on a VM and configured the ipv4 as
IP address:10.10.10.101
subnetmask: 255.0.0.0
Default gateway: 10.10.10.1
Preferred DNS:8.8.8.8
Alternate DNS:8.8.4.4
My VM can ping my host and vice versa. Both host and VM can access internet.
Problem: my host cannot access my SharePoint VM via the SharePoint http url link . Error message on google chrome is DNS_PROBE_FINISHED_NXDOMAIN. I have verified that my proxmox's firewall are all shutdown and no UFW setup. Please help me thank you.
I have zero networking knowledge. Just copy the configuration from proxmox dcoumentation. Therefore, please share with me in detail if possible. Thank you.