Client Setup

Status
This thread has been locked.

3VM

Dedi Hosting & Colo
Banned
Feedback score
2
Posts
131
Reactions
21
Resources
0
i have a client that I manager servers for he bought a server from OVH with the server he purchased 5 ips. He has proxmox installed on the server and needs to create 5 VMs but he does not know how to make the bridge needed for the additional ips. If someone can help him out I'd appreciate it I'll pay you 10-15 via PayPal.

I cannot help because all I have is mobile phone and I'm on vacation.

Please pm me if you can help with.

Thank you
 
Type
Offering
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Jayson

Supreme
Feedback score
17
Posts
1,258
Reactions
741
Resources
0
vi /etc/sysconfig/network-scripts/ifcfg-br0

Code:
DEVICE=br0
TYPE=Bridge
BOOTPROTO=static
BROADCAST=BROADCAST IP
IPADDR=MAIN IP ADDRESS
NETMASK=255.255.255.255 (last 255 can be modified depending on the provider.
NETWORK=NETWORK
GATEWAY=GATEWAY
ONBOOT=yes

vi /etc/sysconfig/network-scripts/ifcfg-<main network> (Such as eth0)
Code:
BRIDGE=br0

<depends on OS> systemctl restart network
ifup br0
 
Last edited:

3VM

Dedi Hosting & Colo
Banned
Feedback score
2
Posts
131
Reactions
21
Resources
0
vi /etc/sysconfig/network-scripts/ifcfg-br0

Code:
DEVICE=br0
TYPE=Bridge
BOOTPROTO=static
BROADCAST=BROADCAST IP
IPADDR=MAIN IP ADDRESS
NETMASK=255.255.255.255 (last 255 can be modified depending on the provider.
NETWORK=NETWORK
GATEWAY=GATEWAY
ONBOOT=yes

vi /etc/sysconfig/network-scripts/ifcfg-<main network> (Such as eth0)
Code:
BRIDGE=br0

<depends on OS> systemctl restart network
ifup br0

Can you do it for him if I shoot you his contact information? I'm mobile so I can't really complete the has for him.
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/3vm-scam-report.228143/)
Status
This thread has been locked.
Top