Skip to content

Commit 2dfc59d

Browse files
Uncomment delay_first_probe_time sysctl settings for all components in lab 2025 configuration, just like it was for 2024 lab
1 parent 4830c6e commit 2dfc59d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

kathara-lab_TP_Integrador/2025/lab.conf

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pcusuario[mem]=24
99
pcusuario[sysctl]="net.ipv4.conf.all.accept_redirects=0"
1010
pcusuario[sysctl]="net.ipv4.conf.all.send_redirects=0"
1111
pcusuario[sysctl]="net.ipv4.conf.all.arp_filter=1"
12-
#pcusuario[sysctl]="net.ipv4.neigh.eth0.delay_first_probe_time=360"
12+
pcusuario[sysctl]="net.ipv4.neigh.eth0.delay_first_probe_time=360"
1313
pcusuario[sysctl]="net.ipv6.conf.all.disable_ipv6=1"
1414
pcusuario[sysctl]="net.ipv6.conf.default.disable_ipv6=1"
1515

@@ -21,7 +21,7 @@ router1[mem]=24
2121
router1[sysctl]="net.ipv4.conf.all.accept_redirects=0"
2222
router1[sysctl]="net.ipv4.conf.all.send_redirects=0"
2323
router1[sysctl]="net.ipv4.conf.all.arp_filter=1"
24-
#router1[sysctl]="net.ipv4.neigh.eth0.delay_first_probe_time=360"
24+
router1[sysctl]="net.ipv4.neigh.eth0.delay_first_probe_time=360"
2525
router1[sysctl]="net.ipv6.conf.all.disable_ipv6=1"
2626
router1[sysctl]="net.ipv6.conf.default.disable_ipv6=1"
2727

@@ -33,7 +33,7 @@ router2[mem]=24
3333
router2[sysctl]="net.ipv4.conf.all.accept_redirects=0"
3434
router2[sysctl]="net.ipv4.conf.all.send_redirects=0"
3535
router2[sysctl]="net.ipv4.conf.all.arp_filter=1"
36-
#router2[sysctl]="net.ipv4.neigh.eth0.delay_first_probe_time=360"
36+
router2[sysctl]="net.ipv4.neigh.eth0.delay_first_probe_time=360"
3737
router2[sysctl]="net.ipv6.conf.all.disable_ipv6=1"
3838
router2[sysctl]="net.ipv6.conf.default.disable_ipv6=1"
3939

@@ -45,7 +45,7 @@ router3[mem]=24
4545
router3[sysctl]="net.ipv4.conf.all.accept_redirects=0"
4646
router3[sysctl]="net.ipv4.conf.all.send_redirects=0"
4747
router3[sysctl]="net.ipv4.conf.all.arp_filter=1"
48-
#router3[sysctl]="net.ipv4.neigh.eth0.delay_first_probe_time=360"
48+
router3[sysctl]="net.ipv4.neigh.eth0.delay_first_probe_time=360"
4949
router3[sysctl]="net.ipv6.conf.all.disable_ipv6=1"
5050
router3[sysctl]="net.ipv6.conf.default.disable_ipv6=1"
5151

@@ -56,7 +56,7 @@ proxy[mem]=128
5656
proxy[sysctl]="net.ipv4.conf.all.accept_redirects=0"
5757
proxy[sysctl]="net.ipv4.conf.all.send_redirects=0"
5858
proxy[sysctl]="net.ipv4.conf.all.arp_filter=1"
59-
#proxy[sysctl]="net.ipv4.neigh.eth0.delay_first_probe_time=360"
59+
proxy[sysctl]="net.ipv4.neigh.eth0.delay_first_probe_time=360"
6060
proxy[sysctl]="net.ipv6.conf.all.disable_ipv6=1"
6161
proxy[sysctl]="net.ipv6.conf.default.disable_ipv6=1"
6262

@@ -67,7 +67,7 @@ dns[mem]=64
6767
dns[sysctl]="net.ipv4.conf.all.accept_redirects=0"
6868
dns[sysctl]="net.ipv4.conf.all.send_redirects=0"
6969
dns[sysctl]="net.ipv4.conf.all.arp_filter=1"
70-
#dns[sysctl]="net.ipv4.neigh.eth0.delay_first_probe_time=360"
70+
dns[sysctl]="net.ipv4.neigh.eth0.delay_first_probe_time=360"
7171
dns[sysctl]="net.ipv6.conf.all.disable_ipv6=1"
7272
dns[sysctl]="net.ipv6.conf.default.disable_ipv6=1"
7373

@@ -78,7 +78,7 @@ www[mem]=64
7878
www[sysctl]="net.ipv4.conf.all.accept_redirects=0"
7979
www[sysctl]="net.ipv4.conf.all.send_redirects=0"
8080
www[sysctl]="net.ipv4.conf.all.arp_filter=1"
81-
#www[sysctl]="net.ipv4.neigh.eth0.delay_first_probe_time=360"
81+
www[sysctl]="net.ipv4.neigh.eth0.delay_first_probe_time=360"
8282
www[sysctl]="net.ipv6.conf.all.disable_ipv6=1"
8383
www[sysctl]="net.ipv6.conf.default.disable_ipv6=1"
8484

@@ -89,7 +89,7 @@ datos[mem]=64
8989
datos[sysctl]="net.ipv4.conf.all.accept_redirects=0"
9090
datos[sysctl]="net.ipv4.conf.all.send_redirects=0"
9191
datos[sysctl]="net.ipv4.conf.all.arp_filter=1"
92-
#datos[sysctl]="net.ipv4.neigh.eth0.delay_first_probe_time=360"
92+
datos[sysctl]="net.ipv4.neigh.eth0.delay_first_probe_time=360"
9393
datos[sysctl]="net.ipv6.conf.all.disable_ipv6=1"
9494
datos[sysctl]="net.ipv6.conf.default.disable_ipv6=1"
9595

@@ -104,6 +104,6 @@ capturador[mem]=64
104104
capturador[sysctl]="net.ipv4.conf.all.accept_redirects=0"
105105
capturador[sysctl]="net.ipv4.conf.all.send_redirects=0"
106106
capturador[sysctl]="net.ipv4.conf.all.arp_filter=1"
107-
#capturador[sysctl]="net.ipv4.neigh.eth0.delay_first_probe_time=360"
107+
capturador[sysctl]="net.ipv4.neigh.eth0.delay_first_probe_time=360"
108108
capturador[sysctl]="net.ipv6.conf.all.disable_ipv6=1"
109-
capturador[sysctl]="net.ipv6.conf.default.disable_ipv6=1"
109+
capturador[sysctl]="net.ipv6.conf.default.disable_ipv6=1"

0 commit comments

Comments
 (0)