Quote:
Originally Posted by NiLuJe
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
/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.