@@ -52,7 +52,6 @@ You need to:
52
52
- create an aggregate (linux bond), only for the High Grade & SCALE ranges
53
53
- create a bridge
54
54
- authorize forwarding
55
- - authorize proxy_arp
56
55
- add routes
57
56
58
57
#### Configure the hypervisor
@@ -67,18 +66,15 @@ SSH PUB_IP_DEDICATED_SERVER
67
66
> [ !tabs]
68
67
> High Grade & SCALE ranges
69
68
>>
70
- >> - ** Enable ip_forward and proxy_arp ** :
69
+ >> - ** Enable ip_forward** :
71
70
>>
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.
73
72
>>
74
- >> Add the following lines to ` /etc/sysctl.conf ` :
73
+ >> Add the following line to ` /etc/sysctl.conf ` :
75
74
>>
76
75
>> ``` text
77
76
>> # Enable ip_forward
78
77
>> net.ipv4.ip_forward = 1
79
- >>
80
- >> # Enabling proxy_arp for public bond
81
- >> net.ipv4.conf.bond0.proxy_arp = 1
82
78
>> ```
83
79
>>
84
80
>> Next, reload the sysctl configuration:
@@ -188,8 +184,6 @@ SSH PUB_IP_DEDICATED_SERVER
188
184
>> iface enp8s0f0np0 inet static
189
185
>> address PUB_IP_DEDICATED_SERVER/32
190
186
>> 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
193
187
>>
194
188
>> auto vmbr0
195
189
>> iface vmbr0 inet static
@@ -363,8 +357,6 @@ iface bond0 inet dhcp
363
357
bond-slaves ens33f0 ens33f1
364
358
bond-miimon 100
365
359
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
368
360
369
361
auto bond1
370
362
# LACP aggregate on private interfaces
0 commit comments