Skip to content

Commit 97bd5dc

Browse files
authored
Merge pull request #7045 from sbraz/proxmox_adv_scale_hgr_fixes
proxmox-network-HG-Scale: remove unneeded parameters + other fixes
2 parents 42e5495 + cca67ad commit 97bd5dc

File tree

1 file changed

+3
-11
lines changed
  • pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale

1 file changed

+3
-11
lines changed

pages/bare_metal_cloud/dedicated_servers/proxmox-network-HG-Scale/guide.en-gb.md

+3-11
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ You need to:
5252
- create an aggregate (linux bond), only for the High Grade & SCALE ranges
5353
- create a bridge
5454
- authorize forwarding
55-
- authorize proxy_arp
5655
- add routes
5756

5857
#### Configure the hypervisor
@@ -67,18 +66,15 @@ SSH PUB_IP_DEDICATED_SERVER
6766
> [!tabs]
6867
> High Grade & SCALE ranges
6968
>>
70-
>> - **Enable ip_forward and proxy_arp**:
69+
>> - **Enable ip_forward**:
7170
>>
72-
>> Enable the `sysctl` `ip_forward` and `proxy_arp` parameters. To do this, we recommend modifying the `sysctl.conf` configuration file.
71+
>> Enable the `ip_forward` sysctl parameter. To do this, we recommend modifying the `sysctl.conf` configuration file.
7372
>>
74-
>> Add the following lines to `/etc/sysctl.conf`:
73+
>> Add the following line to `/etc/sysctl.conf`:
7574
>>
7675
>> ```text
7776
>> # Enable ip_forward
7877
>> net.ipv4.ip_forward = 1
79-
>>
80-
>> # Enabling proxy_arp for public bond
81-
>> net.ipv4.conf.bond0.proxy_arp = 1
8278
>> ```
8379
>>
8480
>> Next, reload the sysctl configuration:
@@ -188,8 +184,6 @@ SSH PUB_IP_DEDICATED_SERVER
188184
>> iface enp8s0f0np0 inet static
189185
>> address PUB_IP_DEDICATED_SERVER/32
190186
>> gateway 100.64.0.1
191-
>> post-up echo 1 > /proc/sys/net/ipv4/ip_forward
192-
>> post-up echo 1 > /proc/sys/ipv4/enp8s0f0np0/proxy_arp
193187
>>
194188
>> auto vmbr0
195189
>> iface vmbr0 inet static
@@ -363,8 +357,6 @@ iface bond0 inet dhcp
363357
bond-slaves ens33f0 ens33f1
364358
bond-miimon 100
365359
bond-mode 802.3ad
366-
post-up echo 1 > /proc/sys/net/ipv4/conf/bond0/proxy_arp
367-
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
368360

369361
auto bond1
370362
# LACP aggregate on private interfaces

0 commit comments

Comments
 (0)