|
Bugzilla – Full Text Bug Listing |
| Summary: | ifup does not resume VPN connections | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.2 | Reporter: | Ilya Chernykh <anixx> |
| Component: | Network | Assignee: | Michal Zugec <mzugec> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | lnussel, marko.kohtala |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | openSUSE 11.2 | ||
| Whiteboard: | |||
| Found By: | Community User | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | screenshot | ||
|
Description
Ilya Chernykh
2009-11-27 03:10:47 UTC
Could you please attach y2logs according to http://en.opensuse.org/Bugs/YaST. Thanks. I'm not sure what exactly you mean. There's no "resume connection" found in sources. Could you provide screenshot of that? Created attachment 330566 [details]
screenshot
Here is it. 'Automatically reconnect' option. Can't reproduce. I created new connection (and provider), leave dialog in comment#3 untouched and there _is_ AUTO_RECONNECT='yes' option in /etc/sysconfig/network/providers/provider0 Can you compare with your experience? My point is that is _does not_ reconnect. The option is in fact set properly, but it does not work. smpppd lacks proper support for reconnect. The feature was originally meant for plain old modems to redial e.g. if the line is busy. That doesn't make sense for pptp of course. You may try setting AUTO_RECONNECT_EXITS to a list of pppd exit codes that should cause smpppd to reconnect (see man pppd). AUTO_RECONNECT_DELAY specifies the time in seconds. Unfortunately this is not easily fixable in current smpppd code :-( I'd therefore vote for just removing the option from yast's UI, I remover it from UI in yast2-network-2.19.24 *** Bug 620848 has been marked as a duplicate of this bug. *** Would pppd option persist be a solution to this? I have a server dial a modem (3G/UMTS modem, unable to receive a call) for internet connection and it needs to redial to be reachable. I have no console access. (In reply to comment #13) > Would pppd option persist be a solution to this? > > I have a server dial a modem (3G/UMTS modem, unable to receive a call) for > internet connection and it needs to redial to be reachable. I have no console > access. (belongs to bug 620848 really) You could set up a cron job that regularly checks if the connection is up and calls cinternet if not. You could put a similar thing in ip-down.d to make sure the system redials immediately after connection failure. This is an autogenerated message for OBS integration: This bug (558788) was mentioned in https://build.opensuse.org/request/show/39856 Factory / yast2-network |