jeremycollake / x-wrt

Automatically exported from code.google.com/p/x-wrt
2 stars 0 forks source link

Firewall configuration failure with Kamakazi 8.09.2 + x-wrt r4710 #156

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Kamakazi 8.09.2.
2. Uninstall luci packages via workaround. Install x-wrt r4710 packages.
3. Saving firewall port forwarding rules works.
4. Applying firewall port forwards fails.

What is the expected output? What do you see instead?

Initially, the firewall config shows:
Incoming Ports:

Name, Protocol, Source IP, Destinaton IP, Port 
"" "UDP" "" "" "68" {Remove Rule} 
---------------------------------------

After adding a simple rule to forward wan port 10000 to lan port 22, with:

Port Forwarding:
Name, Protocol, Source IP, Destination IP, To Address, To Port
"ssh2internal" "TCP" "0.0.0.0" "10000" "192.168.1.101" "{Custom}" "22"

I hit "Save Changes" which correctly shows the new port forward, I 
hit "Review Changes" which shows:

firewall.ssh2internal=redirect
firewall.ssh2internal.src=wan
firewall.ssh2internal.proto=tcp
firewall.ssh2internal.src_ip=0.0.0.0
firewall.ssh2internal.src_dport=10000
firewall.ssh2internal.dest_ip=192.168.1.102
firewall.ssh2internal.dest_port=22

Then I hit "Apply", and it shows:

"No Configuration Changes were made"

What version of the product are you using? On what operating system and web
browser?

Firmware            OpenWrt Kamikaze - With X-Wrt Extensions 8.09
Kernel      Linux 2.6.25.20 #4 Tue Dec 29 15:32:25 UTC 2009
MAC     00:0F:66:49:B9:B4
Device      Linksys WRT54G/GS/GL
Board       Broadcom BCM47XX
Username        root

Web mgt. console        Webif²
Version     r4710 

Browser: Firefox 3.5.7

Please provide any additional info below.

Original issue reported on code.google.com by mike.byt...@gmail.com on 17 Jan 2010 at 6:02

GoogleCodeExporter commented 9 years ago
Try leaving the Source IP field blank.

Original comment by kemen04@gmail.com on 19 Jan 2010 at 12:30

GoogleCodeExporter commented 9 years ago

Original comment by kemen04@gmail.com on 12 Mar 2010 at 3:32