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

Possibly caching issue ? pppd-ipparam #1231

Open
jseifeddine opened this issue Jun 20, 2024 · 0 comments
Open

Possibly caching issue ? pppd-ipparam #1231

jseifeddine opened this issue Jun 20, 2024 · 0 comments

Comments

@jseifeddine
Copy link

jseifeddine commented Jun 20, 2024

@adrienverge @tomaszkubacki

Thank you for this software and doc ❤️

I followed this method-one---short-version---pass-routes-by-pppd-ipparam

just one comment,

I made a change to pppd-ipparam in /opt/homebrew/etc/openfortivpn/openfortivpn/config

From:

pppd-ipparam=100.100.100.82

To:

pppd-ipparam=100.100.100.80

Problem

it seems to be caching that somewhere ?

restarted, stopped, started,

it's still showing the old route in netstat -rn

~ netstat -rn | grep 100.100.100.
100.100.100.82      link#20            UHWIig               ppp0       
~ brew list --versions|grep forti
openfortivpn 1.22.1

➜  ~ sw_vers
ProductName:		macOS
ProductVersion:		14.5
BuildVersion:		23F79

Maybe an issue with brew service, but i doubt that, as its pointing to the config file

==> /bin/launchctl list homebrew.mxcl.openfortivpn
{
	"StandardOutPath" = "/opt/homebrew/var/log/openfortivpn.log";
	"LimitLoadToSessionType" = "System";
	"StandardErrorPath" = "/opt/homebrew/var/log/openfortivpn.log";
	"Label" = "homebrew.mxcl.openfortivpn";
	"OnDemand" = false;
	"LastExitStatus" = 0;
	"PID" = 51693;
	"Program" = "/opt/homebrew/opt/openfortivpn/bin/openfortivpn";
	"ProgramArguments" = (
		"/opt/homebrew/opt/openfortivpn/bin/openfortivpn";
		"-c";
		"/opt/homebrew/etc/openfortivpn/openfortivpn/config";
	);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant