View Single Post
Old 12-11-2019, 02:56 AM   #4
pavel-s
Enthusiast
pavel-s began at the beginning.
 
Posts: 35
Karma: 10
Join Date: Sep 2017
Device: PW3/4
Quote:
Originally Posted by NiLuJe View Post
You can run a grep for sysctl in the init scripts, I *think* that's the job of one of them.

Or you can just plug that in a new custom one.
It seems like there are no scripts/configs on PW4 that use sysctl. Though, it gave me directions, thanks. Sometimes you know how to do something but don't do it until someone suggest you

Quote:
Originally Posted by Junket View Post
/etc/sysctl.conf
Creating /etc/sysctl.conf and adding net.ipv4.ip_default_ttl=65 to it didn't help. I haven't tried another paths though. Instead, I've just created default-ttl.conf inside /etc/upstart and added sysctl net.ipv4.ip_default_ttl=65 +another basic stuff that goes to /etc/upstart scripts. And it does the job.

Last edited by pavel-s; 12-11-2019 at 03:37 AM.
pavel-s is offline   Reply With Quote