-
Notifications
You must be signed in to change notification settings - Fork 237
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
pppd dont replace defaultroute #115
Comments
As a workaraound, create executable shell script at: #!/bin/sh
/sbin/route add default dev ppp0 and at #!/bin/sh
/sbin/route del default dev ppp0 |
I usually install pppd on ubuntu or debian where Could someone import the debian patch for replacedefaultrote ? |
I looked at the patch. I can't take it as-is because:
|
I don't think you will ever find peope available to patch it for free in solaris, due to its extremly low diffusion and commercial vocation. |
Well, it's not completely "perfect" as in it doesn't implement it on Solaris, but it now has author information and replacedefaultroute is now made a privileged option. |
Good news: @paulusmack has merged #200. Thanks to @sthibaul! cc @giox069, @dojolabs-ci, @razorness, @rogers0, @madhatter0, @Firefishy |
default route dont change even if defaultroute configured
from quick search there is some configuration like "replacedefaultroute" but when configured I got
unrecognized option 'replacedefaultroute
Thanks,
The text was updated successfully, but these errors were encountered: