Problem with Network configuration

anpa

Member
Apr 27, 2020
7
1
21
42
hi,
i installed proxmox with the script from Schaal IT and with credentials for robot.

i have the included IP and IPv6 Subnet and an additional IPv4 Subnet (28) and a vSwitch
The Script created a vmbr0 and vmbr04000
i will setup a debian vm with vmbr0 with an iP from the /28-Pool. But i don't know which gateway, netmask and dns i have to enter with debian installation of vm? I've tried several options and have installed Debian successfull but i don't have Connection to Internet from vm. :(

Any Idea?
 
hi,
i installed proxmox with the script from Schaal IT and with credentials for robot.

i have the included IP and IPv6 Subnet and an additional IPv4 Subnet (28) and a vSwitch
The Script created a vmbr0 and vmbr04000
i will setup a debian vm with vmbr0 with an iP from the /28-Pool. But i don't know which gateway, netmask and dns i have to enter with debian installation of vm? I've tried several options and have installed Debian successfull but i don't have Connection to Internet from vm. :(

Any Idea?

If you hover your mouse over your subnet ip you will see gateway, netmask so use those values for your network and for ip don't use the first ip from the subnet and for dns i think you can use google dns which is 8.8.8.8
 
did you run sysctl -w net.ipv4.ip_forward=1 & sysctl -w net.ipv6.conf.all.forwarding=1 to enable IP forwarding ?
 
Yes. It Works now. It seems to be an incomplete client installation... :-(
Thank you for your helps...