Skip to content

Commit 0830f64

Browse files
authored
Merge pull request #8 from vejmarie/fixRouterMode
Disable send redirect due to bugs happening into our lab
2 parents b8ff15b + e215435 commit 0830f64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

patches/config/configPreBoot.sh

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ echo 1 > /proc/sys/net/ipv4/conf/all/arp_announce
5252
echo 1 > /proc/sys/net/ipv4/conf/all/proxy_arp
5353
echo 1 > /proc/sys/net/ipv4/conf/all/proxy_arp_pvlan
5454
echo 1 > /proc/sys/net/ipv4/conf/all/forwarding
55+
# Do not send redirect, we are in Host mode , not Router mode
56+
echo 0 > /proc/sys/net/ipv4/conf/all/send_redirects
5557

5658
ifconfig eth1 up
5759
ifconfig eth2 up

0 commit comments

Comments
 (0)