Jo-Philipp Wich
|
d4a872bb03
|
[package] pptp: remove support for underlying ipproto, it is adviced since a while that pptp should be declared as separate interface alognside wan - in this configuration the ipproto will cause stray udhcpc errors due to not existent interfaces, so remove it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29694 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2012-01-08 15:41:34 +00:00 |
Jo-Philipp Wich
|
18f7f43818
|
[package] pptp: properly support symbolic VPN host names, tear down created host routes (#4876)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27669 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2011-07-17 22:42:29 +00:00 |
Mirko Vogt
|
e69ccdd89c
|
[package/pptp] require mppe 128bit-encryption by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27117 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2011-06-06 22:27:04 +00:00 |
Jo-Philipp Wich
|
2d4f11f14d
|
[package] pptp: support interface sections without ifname by implementing scan_pptp()
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21590 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2010-05-28 00:30:09 +00:00 |
Jo-Philipp Wich
|
cfbeeb7b85
|
[package] pptp: add "buffering" uci option to enable --nobuffer if needed (#7080)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21563 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2010-05-24 16:28:46 +00:00 |
Jo-Philipp Wich
|
a3e63660dc
|
[package] pptp: don't remove server route if the gateway is 0.0.0.0, this fixes a problem when a pppoe peer is pptp server at the same time
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21393 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2010-05-07 01:57:02 +00:00 |
Jo-Philipp Wich
|
52daa0e967
|
[package] pptp: utilize coldplug_interface_pptp() to automatically launch pptp instances on boot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21390 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2010-05-06 19:51:27 +00:00 |
Jo-Philipp Wich
|
fa6f7d3217
|
[package] pptp:
- bring pptp scripts in sync with updated ppp logic
- bump package revision
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21284 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2010-05-01 17:55:41 +00:00 |
Travis Kemen
|
f1389d9319
|
/lib/network/ppp.sh fixes a problem with PPtP (and other PPP-based things) where PPtP + PPPoE will fail to work. This is because PPtP defaults to ppp0 and so does PPPoE, because /etc/init.d/ppp reinitializes the unit counter for each PPP-type connection (so you could have multiple PPtP over cable, for instance, but PPPoE + PPtP is a problem).
/etc/init.d/ppp automatically starts pptp session on boot., from #6720
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20221 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2010-03-14 21:42:56 +00:00 |
Florian Fainelli
|
162ce43538
|
[package] fix double g typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14887 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2009-03-15 13:40:11 +00:00 |
Florian Fainelli
|
7d2a736b89
|
[package] fix ppp and pptp typos where is used instead of (#4768, #4778)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14882 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2009-03-15 12:08:31 +00:00 |
Felix Fietkau
|
2b9c372346
|
fix the route to the pptp server when using pptp as wan interface
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10751 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2008-04-07 01:07:50 +00:00 |
Felix Fietkau
|
2f8b5f8c28
|
Here comes the new UCI. Enjoy :)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10367 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2008-02-03 06:48:15 +00:00 |
Felix Fietkau
|
66c928d063
|
fix ifname in network state for pppoe and pptp, add a workaround for isps sending wrong netmasks for pptp (thx, moonwatcher)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8552 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2007-08-30 16:53:22 +00:00 |
Felix Fietkau
|
37266a51f1
|
allow the user to override the underlying connection method when using pptp (defaults to dhcp)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8508 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2007-08-27 16:37:37 +00:00 |
Nicolas Thill
|
8714d44dad
|
fix start_pppd for pptp (closes: #1612)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7027 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2007-04-21 20:19:54 +00:00 |
Felix Fietkau
|
1b1f3eb0cf
|
add fixes for the pptp network scripts
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4835 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2006-09-23 18:01:51 +00:00 |
Florian Fainelli
|
d2a28699a2
|
Add maxfail option to avoid pptp giving up, closes #663
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4624 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2006-08-22 12:05:58 +00:00 |
Felix Fietkau
|
d3a6fe9915
|
rewrite of the network scripts and configuration
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4323 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2006-07-30 03:09:09 +00:00 |
Nicolas Thill
|
51f47ae459
|
sync pptp with trunk, remove Config.in and ipkg not needed anymore.
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3828 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2006-05-24 09:50:24 +00:00 |
Felix Fietkau
|
e1b417ee76
|
large init script cleanup and merge of whiterussian changes, new dnsmasq config handling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3588 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2006-04-05 02:09:22 +00:00 |
Felix Fietkau
|
5359dd8c8a
|
precompile ppp active filter (reduces libpcap overhead to only a few k), enable by default to support proper demand dialling, fixes #307
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3401 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2006-03-18 17:27:20 +00:00 |
Felix Fietkau
|
8eb40fecef
|
port wan_device changes from whiterussian to kamikaze
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2993 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2006-01-16 03:14:59 +00:00 |
Felix Fietkau
|
dc2ed05154
|
remove nodetach from ppp init scripts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2534 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2005-11-19 14:07:54 +00:00 |
Felix Fietkau
|
041c66c348
|
hotplug-based network script rewrite
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2531 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2005-11-19 03:17:20 +00:00 |
Felix Fietkau
|
d0014d972f
|
add new ppp timeout/redial stuff from [2433] to pptp init script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2436 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2005-11-11 21:15:33 +00:00 |
Felix Fietkau
|
be5c7d2d25
|
add hotplug stuff to trunk/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2364 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2005-11-07 01:12:51 +00:00 |
Felix Fietkau
|
dabba7227c
|
sync pptp ifup script with whiterussian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2265 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2005-10-22 21:58:50 +00:00 |
Felix Fietkau
|
2afc4e3e66
|
add config file /etc/config/network, add board-specific network.overrides (instead of nvram.overrides)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1519 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2005-07-21 14:02:53 +00:00 |
Felix Fietkau
|
4c70b38b6d
|
update pptp in head to whiterussian version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1464 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2005-07-16 14:05:46 +00:00 |
Nicolas Thill
|
edd6c8ee3f
|
Convert pptp to new packaging style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@941 3c298f89-4303-0410-b956-a3cf2f4a3e73
|
2005-05-18 23:42:09 +00:00 |