Need support for setting up network

russellharrower

New Member
Nov 9, 2021
5
0
1
37
So our hosting provider is basically not offering any support to get our server set up and working.
We choose Proxmox because they said to use it to set up VMs. However we are having network issues.

I am wondering if someone could please help.

This is what I know.

in /etc/network/interface I have the following - apparently it's wrong
  1. You seem to have setup the network interface on the bridge; where you probably need it setup on the enp35s0 adapter - that is the adapter actually configured on the server physically linked to our switch. You can verify the adapter name against the MAC address I provided earlier in the ticket to confirm which interface is connected to us.
  2. The server address is not 124.150.139.0/29 - that is the subnet. The address would be 124.150.139.2/29 as advised in the deployment email as the usable IP.

Screen Shot 2021-11-09 at 3.19.35 pm.png

The other issue is we only get the following information

Address: 124.150.139.0/29
Netmask: 255.255.255.248
Network: 124.150.139.0
Broadcast: 124.150.139.7
HostMin: 124.150.139.1
HostMax: 124.150.139.6


I have no other information from them and they are not helping at all.

Any assistance getting this to work would be welcomed.
 
in /etc/network/interface I have the following - apparently it's wrong
  1. You seem to have setup the network interface on the bridge; where you probably need it setup on the enp35s0 adapter - that is the adapter actually configured on the server physically linked to our switch. You can verify the adapter name against the MAC address I provided earlier in the ticket to confirm which interface is connected to us.
  2. The server address is not 124.150.139.0/29 - that is the subnet. The address would be 124.150.139.2/29 as advised in the deployment email as the usable IP.
Sounds like they already told you what to do. Change "124.150.139.0/29" to "124.150.139.2/29" and "enxe6149b83e477" to "enp35s0" for your bridge.
 
  • Like
Reactions: russellharrower
Sounds like they already told you what to do. Change "124.150.139.0/29" to "124.150.139.2/29" and "enxe6149b83e477" to "enp35s0" for your bridge.
Yeah however they did not say it in words that you said it, which is why I got confused. I just ended up doing a fresh install and selecting the right enp35s0