Ermal
d5ae560d83
Ticket #565 . Correct deleting passthru mac entries. revert back to always allow a passthru mac as with allowed ips. Remove the check during login for passthru mac entries they will never make it to the login page.
2010-05-03 18:14:27 +00:00
Ermal
b01792a0a3
Ticket #566 . Reimplement the allowed ips keeping previous funcitonality and improving by adding a both direction. The problem with previous commit is that it always assumes that allowed ip address would have a pipe configured and entires without one would just get dropped.
2010-05-03 17:43:39 +00:00
Erik Fonnesbeck
7133ab35b9
Various fixes for handling of ports in port forwards.
...
- Removed unused $srcport variable.
- Moved setting the $protocol variable to after setting the ports, so it can
clear the ports variables when using non-tcp/udp protocols.
- Handle a couple extra possible cases for local port.
2010-05-02 14:23:42 -06:00
Erik Fonnesbeck
4818f161e4
Moving reflection's interface listing code to its own function, for use in future NAT reflection improvements.
2010-05-02 04:21:24 -06:00
Erik Fonnesbeck
414e21e0a2
Fix a check for "any" in port forwards.
2010-05-02 02:38:54 -06:00
gnhb
d123e3bdb2
Make script files for getting ppp connection uptime executable.
2010-05-02 15:03:13 +07:00
Erik Fonnesbeck
0acae2a0f8
Add a note about the regulatory domain and cards that have an unrecognized default.
2010-05-02 01:36:36 -06:00
Erik Fonnesbeck
f4094f0ddc
Display some extra information about the available wireless channels.
2010-05-02 00:51:42 -06:00
Chris Buechler
4b85f09622
properly create auto AON rules for PPTP, PPPoE, L2TP and OpenVPN
2010-05-01 15:39:10 -04:00
Chris Buechler
4f529aa83a
fix "Invalid argument supplied for foreach"
2010-05-01 15:27:17 -04:00
Chris Buechler
77eddca8ae
fix display of PARP VIP ranges. Resolves #386
2010-05-01 02:59:50 -04:00
Chris Buechler
8788e89933
add double click to edit
2010-05-01 02:03:36 -04:00
Chris Buechler
0d13b2e2a1
fix text
2010-05-01 01:57:03 -04:00
Chris Buechler
d535ab71f3
fix up text
2010-05-01 01:50:44 -04:00
Chris Buechler
687b543253
fix up text
2010-05-01 01:44:23 -04:00
Ermal
fe538f5673
Save gateway data when weight changes on dynamic gateways.
2010-04-30 21:44:31 +00:00
Ermal
cbdcd18811
Remove debugging leftover.
2010-04-30 21:39:56 +00:00
Ermal
ca54b8a759
Unset the gateway from the rules before removing it from the array.
2010-04-30 21:34:33 +00:00
Ermal
f78302e884
Add gateways validation code before deleteing. This prevents footshooting especially with Gateway Groups.
2010-04-30 21:29:24 +00:00
Ermal
ec313443f4
Remove check that prevented bugs from happening. Now all code paths are safe from this.
2010-04-30 20:41:49 +00:00
Ermal
7d9eef10a6
Remove unused function.
2010-04-30 20:40:20 +00:00
Ermal
7bed82221a
Ticket #506 . Correctly save dynamic gateways extra parameters.
2010-04-30 20:22:58 +00:00
Ermal
0307f35126
Show descriptive name not the internal used one.
2010-04-30 19:47:23 +00:00
Ermal
c8e495a372
Use correct gateway name instead of the descriptive ones to adapt to dynamic gateways which use the interface name not the interface description as a reference. While here do not use history.back for cancel button but redirect to the groups page directly.
2010-04-30 19:36:17 +00:00
Erik Fonnesbeck
5ab8e25084
Show the source options on port forwards if they are not at the defaults.
2010-04-30 13:10:47 -06:00
Erik Fonnesbeck
743ce9f881
Add upgrade code for values of "Interface address" and "any" for the external address of port forwards. Ticket #561
2010-04-30 12:18:27 -06:00
Renato Botelho
a457e739f9
Initialize variable properly, it fixes #557
2010-04-30 15:07:49 -03:00
Ermal
fb5e6dccf0
Unbreak this. Seems it needs to be filter for the rules to work.
2010-04-30 16:25:42 +00:00
Ermal
1f877c943d
Make sure package rules are last. As the way they are coded they will null out entire rulesets. More work is needed to make them 2.0 comliant but for now this is enough.
2010-04-30 16:15:24 +00:00
Ermal
9bfa3d47c2
Actually minimum weight is 1.
2010-04-30 14:50:05 +00:00
Ermal
5f53260a2d
Allow for each gateway a weight to be choosen if the gateway has to be used in Gateway groups. This will create that many entries in the route-to statement as the weight says.
2010-04-30 14:32:25 +00:00
Ermal
05f3ffa431
Ticket #8 . Delete states after link fails down.
2010-04-30 11:22:53 +00:00
Chris Buechler
897eb11dc9
show IP as well as gateway name on interfaces.php
2010-04-30 00:27:41 -04:00
Chris Buechler
3a78180e6a
show gateway IP as well as name
2010-04-30 00:25:28 -04:00
Chris Buechler
189ceb32eb
show gateway IP in addition to name
2010-04-30 00:18:05 -04:00
pierrepomes
48a458d2d7
Use nobind for OVPN client when no local port and/or no local interface is requested. Ticket #282
2010-04-29 20:10:52 -04:00
Chris Buechler
723f176129
this is no longer true thanks to eri's route-to from localhost based on src IP.
2010-04-29 17:01:04 -04:00
Ermal
95bd5c86c8
Always generate macros so ruleset does not fail even when the gateway has no members.
2010-04-29 16:12:08 +00:00
Ermal
ab3ebf88b2
Generate gateways as macros and then just substitute them during the rules. This allows optimizations and features as repeating the same gateway more than one to be done.
2010-04-29 16:44:37 +00:00
Ermal
33d72c6714
Reload gateway groups when changing them.
2010-04-29 15:21:40 +00:00
Renato Botelho
59ecde4930
Improve NAT Port Forwarding
...
New features available are:
* Now you can disable a rule
* You can define "no rdr" rules
* Source type, address and port, with an option "not" for exceptions
* Destination type, address and port, with an option "not" for exceptions
Implemented by: Carlos Eduardo Ramos <carlos.ramos@bluepex.com>
Renato Botelho <renato.botelho@bluepex.com>
Vinicius Coque <vinicius.coque@bluepex.com>
Reviewed by: cmb and efonne
Sponsored by: BluePex Security Solutions
2010-04-29 08:27:50 -03:00
Erik Fonnesbeck
932364e772
Default to and display the last used repository URL in gitsync.
2010-04-29 04:00:46 -06:00
Ermal
7d35ed7890
Create rules for openvpn/l2tp/pppoe/pptp when switching to manual outbound nat so the user can do less work.
2010-04-29 10:34:59 +00:00
Erik Fonnesbeck
b696422827
Add gitsync support for merging from other repositories.
2010-04-29 03:02:10 -06:00
Erik Fonnesbeck
ecac770c1a
Allow gitsync to properly switch branches or repositories. Resolves #523
2010-04-29 02:59:48 -06:00
Ermal
5a7d04bf55
Resolves #554 . Correct path to tftp-proxy.
2010-04-29 08:50:10 +00:00
Erik Fonnesbeck
fd946c7e24
The console menu does not show if the terminal type is not cons25 - not sure why. Changed to cons25 to allow the menu to work on the serial console when enabling it through the web GUI. Ticket #316
2010-04-28 22:11:51 -06:00
Chris Buechler
01dcf2b396
properly show TFTP enabled interfaces
2010-04-28 22:36:05 -04:00
jim-p
8b666514fc
Fix OpenVPN upgrade code for lzo compression. Resolves #280 , mentioned also in Ticket #482 .
2010-04-28 21:54:00 -04:00
jim-p
dfa11031fc
Fix apparent typo in IPsec upgrade code which broke the user_fqdn identity type.
2010-04-28 21:38:33 -04:00