Issue with ports filter / NAT rules that no longer work.
Posted: Fri May 02, 2014 8:53 pm
Hi everyone. I'm having an issue with a port forwarding and NAT rule I have used for some time. I stopped using one of my application servers for a few months, and when I went back to it, the rules (which were never removed) no longer are working. I asked a few years ago for some help adding the rules to get this work work. Here is the post for that topic.. http://forum.mikrotik.com/viewtopic.php?f=13&t=52723
I have tried everything from changing the order of the rules to higher in the list and lower.. to drastic measures of defaulting the router last night, and only entering the rules for this specific application. I am pretty routine about saving configs, so I even tried one from 6 moths ago, and 12 months ago. I rolled back firmware to v6.1.
As a last resort effort, I removed my RB2011 last night and temporarily replaced it with my old WRT54G (with DD-WRT).. Added the rules I need for the application, and it took off just fine!
All this to say, I'm confident it isn't my ISP / connection nor the application nor the server itself.
This is a Ham Radio RoIP (Radio over IP) system called IRLP. IRLP uses UDP 2073-2093 for RoIP, and TCP 15425 for control. I also use SSH for remote management for this system, though for simplicity sake, I just need the audio and control to work!!![Smile :)](./images/smilies/icon_smile.gif)
Here are the rules i'm using:
I am needing some outside input, specifically from users familiar with Mikrotik!! I've bounced this off of my company network team (which I regret to say i'm part of), and we're all under the impression that it should work!!
My next thought is to roll back further, to an RB433AH from the RB2011, though it worked on the 2011 before, too.
Aside from moving platforms from Mikrotik to another vendor to provide headend routing / firewall solutions, I appear to be lost!!
Thoughts, comments, suggestions, ideas... anything to help me get this to work.
Thanks for your help
Rod
I have tried everything from changing the order of the rules to higher in the list and lower.. to drastic measures of defaulting the router last night, and only entering the rules for this specific application. I am pretty routine about saving configs, so I even tried one from 6 moths ago, and 12 months ago. I rolled back firmware to v6.1.
As a last resort effort, I removed my RB2011 last night and temporarily replaced it with my old WRT54G (with DD-WRT).. Added the rules I need for the application, and it took off just fine!
All this to say, I'm confident it isn't my ISP / connection nor the application nor the server itself.
This is a Ham Radio RoIP (Radio over IP) system called IRLP. IRLP uses UDP 2073-2093 for RoIP, and TCP 15425 for control. I also use SSH for remote management for this system, though for simplicity sake, I just need the audio and control to work!!
![Smile :)](./images/smilies/icon_smile.gif)
Here are the rules i'm using:
Code: Select all
/ip firewall filter
add chain=forward dst-address=192.168.1.55 protocol=tcp dst-port=2074-2093 action=accept
add chain=forward dst-address=192.168.1.55 protocol=tcp dst-port=15425 action=accept
/ip firewall nat
add chain=dstnat protocol=tcp dst-port=2074-2093 in-interface=pppoe-out1 action=dst-nat to-addresses=192.168.1.55
add chain=dstnat protocol=tcp dst-port=15425 in-interface=pppoe-out1 action=dst-nat to-addresses=192.168.1.55
My next thought is to roll back further, to an RB433AH from the RB2011, though it worked on the 2011 before, too.
Aside from moving platforms from Mikrotik to another vendor to provide headend routing / firewall solutions, I appear to be lost!!
Thoughts, comments, suggestions, ideas... anything to help me get this to work.
Thanks for your help
Rod