Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken networking #111

Open
animalillo opened this issue Apr 2, 2024 · 2 comments
Open

Broken networking #111

animalillo opened this issue Apr 2, 2024 · 2 comments
Labels

Comments

@animalillo
Copy link

For some reason the spoofing section breaks networking on OVH Ubuntu 22.04 LTS. No way to open new ssh connections even with that port allowed, or emptying all rules. There is no way to turn off this setting either.

The default setting on the machine is 2 on the rp_filter of the machine.

This is the related section

# No spoofing.
if [ -e /proc/sys/net/ipv4/conf/all/rp_filter ]
then
for filter in /proc/sys/net/ipv4/conf/*/rp_filter
do
echo 1 > $filter
done
fi
@steveWinter
Copy link

My recent experience would also suggest this is an issue with Digital Ocean Ubuntu 22.04 LTS instances. This seems to impact protocols other than ssh as well.

Copy link

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

@github-actions github-actions bot added the stale label Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants