05-12-2011 03:16 PM
I'm having the same Hair-pinning issue as in this post
https://supportforums.cisco.com/message/3356389#3356389
Do you have any idea if and when a new firmware is going to come out that address it and or the PPTP VPN issue?
Between this issue the PPTP issue and the fact that I can not get my Blackberry Playbook to connect to the IPsec VPN I'm thinking about returning the RV220W and going with another.
Thanks,
Phil
05-12-2011 03:59 PM
Phil, returning it is the best you can do with it.
05-13-2011 01:50 PM
Hi Mr Casey, My name is Eric Moyers. I am a Network Support Engineer in the Cisco Small Business Support Center. Sir I would like for you to contact me at the Small Business Support Center. I can get a case created for your Hair-pinning issue and escalated so that some can help you with this. Please contact me on Monday by sending me an email to emoyersatciscodotcom. I will contact you and get the process started.
Eric Moyers
Cisco Network Support Engineer
1-866-606-1866
05-19-2011 12:36 PM
Thanks Eric that fixed that and a few other issues I was having!!
08-15-2011 03:36 PM
It appears that the hair pinning has only been solved for port 80 connections.
https or telnet to port 25 or 110 is not possible on IPv4, but OK on IPv6. Port 80 is OK on both.
08-16-2011 12:59 AM
Joergen, have you enabled all the fields in Logging and see what the log results are reporting? might give some indication, though it will also show more issues with Date/Time issues on logging as well:)
08-16-2011 01:56 AM
The entire array of logging options have been selected.
In the router I primarily see IKE log messages.
Only KERNEL messages are sent to the syslog server. Nothing else is reported.
The only way I get more information is by using the hourly email option for logging and there are not very many log entries.
There is absolutely no log messages about this problem.
Log entries are also out of order, so I do not trust the logging facility at all.
Tue Aug 16 07:24:51 2011(UTC) [618579721][System][EVTDSPTCH] umiIoctl (18, Tue Aug 16 07:36:03 2011(UTC) [618579721][Kernel][KERNEL] ip_conntrack_in: Frag of proto 17 Tue Aug 16 00:53:02 2011(UTC) [618579721][System][PLATFORM] platformHandleDBUpdate:dot11STA
08-17-2011 05:23 AM
I found out to enable some more logging.
It is documenting my observations.
There are rules to allow and portforward port 80, 110, 443 to 192.168.1.2
telnet110 Connecting To ...Could not open connection to the host, on port 110 Aug 17 13:58:05 618579721 KERNEL [Kernel] LOG_PACKET[DROP] IN=LAN SRC=192.168.1.13 DST= PROTO=TCP SPT=2772 DPT=110 Aug 17 13:58:05 618579721 KERNEL [Kernel] LOG_PACKET[DROP] IN=LAN SRC=192.168.1.13 DST= PROTO=TCP SPT=2772 DPT=110 telnet 80 Response from 192.168.1.2 Aug 17 13:58:37 618579721 KERNEL [Kernel] WAN_LAN[ACCEPT] IN=LAN OUT=LAN SRC=192.168.1.13 DST=192.168.1.2 PROTO=TCP SPT=2773 DPT=80 Aug 17 13:58:37 618579721 KERNEL [Kernel] WAN_LAN[ACCEPT] IN=LAN OUT=LAN SRC=192.168.1.13 DST=192.168.1.2 PROTO=TCP SPT=2773 DPT=80 telnet 443 Response from RV220W (log reduced) Aug 17 13:58:45 618579721 KERNEL [Kernel] LOG_PACKET[ACCEPT] IN=LAN SRC=192.168.1.13 DST= PROTO=TCP SPT=2774 DPT=443 Aug 17 13:58:45 618579721 KERNEL [Kernel] LOG_PACKET[ACCEPT] IN=LAN SRC=192.168.1.13 DST= PROTO=TCP SPT=2774 DPT=443 Aug 17 13:58:45 618579721 KERNEL [Kernel] UID=0 LOG_PACKET[ALLOW] IN=SELF OUT=LAN SRC= DST=192.168.1.13 PROTO=TCP SPT=443 DPT=2774 Aug 17 13:58:51 618579721 KERNEL [Kernel] LOG_PACKET[ALLOW] IN=SELF OUT=LAN SRC= DST=192.168.1.13 PROTO=TCP SPT=443 DPT=2774 Aug 17 13:58:51 618579721 KERNEL [Kernel] LOG_PACKET[ALLOW] IN=SELF OUT=LAN SRC= DST=192.168.1.13 PROTO=TCP SPT=443 DPT=2774
08-17-2011 06:03 AM
i have heard that Logging is faulty to say the least. all my logs report 1st Jan 2000, yet TIme/date is correct on my RV220W. i forwarded my config in total to Cisco for them to see. i also done a factory reset and re applied ALL of my settings again, to find out i had the same issue again - lol
08-17-2011 07:12 AM
One other observation.
IP packets on port 80 are having the router IP-address as source address.
Not very good if the web server is making decisions depending on the source address!
08-17-2011 08:21 AM
Joergen
have been told the following should fix your issue.
08-17-2011 01:31 PM
PS...
“do not use port-forwarding page; instead use the access-rule page to enable a port-forwarding/ hairpining feature”
08-17-2011 02:24 PM
As I have reported before, doing this will add the following three lines to the rule,
but only if you are lucky. My previous attempts to do this caused only the first rule and the first ten rules do be changed.
FirewallRules[10]["DestinationPublicInterface"] = "WAN1"
FirewallRules[10]["ScheduleName"] = ""
FirewallRules[10]["SNATAddressType"] = "7"
This time all 26 rules were modified.
And indeed, the hairpinning is now working for all ports, BUT the source address is the router LAN address!
The router will transform it to the real source address in response packets.
Doing this should not be needed and the source address must be fixed.
What also must be fixed is this Acccess Rules GUI.
Imagine, that for every rule from 11 and onwards I had to page forward to the page with the next rule, because saving a rule threw me back to page 1 !
Furthermore the ridiculous limitation of not being able to move rules between pages should be removed.
08-17-2011 05:34 PM
>And indeed, the hairpinning is now working for all ports, BUT the source address is the router LAN address!
Joergen, I'd like to know what triggers the router to change the source IP of the forwarded packets to its LAN IP.
Does your RV220W have the PPTP Server enabled?
BTW, thank you for pointing out the various usability problems in the current GUI.
08-18-2011 11:53 AM
tekliu wrote:
Joergen, I'd like to know what triggers the router to change the source IP of the forwarded packets to its LAN IP.
Does your RV220W have the PPTP Server enabled?
BTW, thank you for pointing out the various usability problems in the current GUI.
Any TCP connect using the public IP address causes the router LAN IP-address to be used as source address.
(We ARE using the source address to modify the web server behaviour for some LAN addresses.)
GUI problems ?
Well, I have 20+ issues with the 1.0.2.4 firmware which CISCO support does not seem to be interested in forwarding to development !
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide