Actions
Task #7688
closedDisable rp_filter on router2.place5 (alpine sets =1 on .all and .default)
Start date:
02/04/2020
Due date:
% Done:
0%
Estimated time:
PM Check date:
Description
[17:15] router2.place5:/proc/sys/net/ipv4/conf# for i in */rp_filter; do echo $i; echo 0 > $i; done all/rp_filter bond0.102/rp_filter bond0.2/rp_filter bond0.3/rp_filter bond0.42/rp_filter bond0.5/rp_filter bond0.7/rp_filter bond0.8/rp_filter bond0/rp_filter default/rp_filter eth0/rp_filter eth1/rp_filter eth2/rp_filter eth3/rp_filter eth4/rp_filter eth5/rp_filter lo/rp_filter [17:15] router2.place5:/proc/sys/net/ipv4/conf#
Updated by Nico Schottelius almost 5 years ago
- Project changed from 45 to Open Infrastructure
- Status changed from New to In Progress
Updated by Nico Schottelius almost 5 years ago
- Subject changed from Disable rp_filter on router2.place5 to Disable rp_filter on router2.place5 (alpine sets =1 on .all and .default)
Updated by Nico Schottelius almost 5 years ago
Added the following to our internal cdist:
# Undo Alpine bugs __sysctl net.ipv4.conf.default.rp_filter --value 0 __sysctl net.ipv4.conf.all.rp_filter --value 0
Updated by Nico Schottelius 11 months ago
- Status changed from In Progress to Closed
Actions