Buffalo WZR-HP-G300NH2 Port Forwarding Issue

Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware
Author Message
pirogj
DD-WRT Novice


Joined: 22 Oct 2014
Posts: 1

PostPosted: Wed Oct 22, 2014 15:58    Post subject: Buffalo WZR-HP-G300NH2 Port Forwarding Issue Reply with quote
I know there are tons of threads on port forwarding issues and getting them to work. I thought I had fixed the issue, but now it seems to be something slightly different.

Firmware: DD-WRT v24-sp2 (03/25/13) std - build 21061
Router: Buffalo WZR-HP-G300NH2

Currently, to test out, I have my firewall completely off. I also have this command running:


Quote:
insmod ipt_mark
insmod xt_mark
iptables -t mangle -A PREROUTING -i ! `get_wanface` -d `nvram get wan_ipaddr` -j MARK --set-mark 0xd001
iptables -t mangle -A PREROUTING -j CONNMARK --save-mark
iptables -t nat -A POSTROUTING -m mark --mark 0xd001 -j MASQUERADE



I have two ports that are actually forwarding, one is my Plex server 32400 and the other is RDP, 3389. Those are showing open. Although I'm not able to access my Plex server outside of my network even though it's showing open. My RDP is working correctly though. I'm able to access from anywhere.

I tried to open a few more ports, but even though I did the same process, they aren't open. I tested with port 1900 and a random higher port and neither will open.


Quote:
root@DD-WRT:~# iptables -t nat -vnL PREROUTING
Chain PREROUTING (policy ACCEPT 451 packets, 51728 bytes)
pkts bytes target prot opt in out source destination
1 60 DNAT icmp -- * * 0.0.0.0/0 <IP> to:192.168.11.1
2 112 DNAT tcp -- * * 0.0.0.0/0 <IP> tcp dpt:3389 to:192.168.11.5:3389
1 60 DNAT tcp -- * * 0.0.0.0/0 <IP> tcp dpt:32400 to:192.168.11.5:32400
3 180 DNAT tcp -- * * 0.0.0.0/0 <IP> tcp dpt:1900 to:192.168.11.5:1900
6 360 DNAT tcp -- * * 0.0.0.0/0 <IP> tcp dpt:53098 to:192.168.11.5:53098
0 0 DNAT udp -- * * 0.0.0.0/0 <IP> udp dpt:53098 to:192.168.11.5:53098
210 26711 TRIGGER 0 -- * * 0.0.0.0/0 <IP> TRIGGER type:dnat match:0 relate:0


root@DD-WRT:~# iptables -vnL FORWARD
Chain FORWARD (policy ACCEPT 34 packets, 1912 bytes)
pkts bytes target prot opt in out source destination
4130 1964K lan2wan 0 -- * * 0.0.0.0/0 0.0.0.0/0
4028 1957K ACCEPT 0 -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
38 2132 TCPMSS tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 TCPMSS clamp to PMTU
0 0 ACCEPT 0 -- br0 br0 0.0.0.0/0 0.0.0.0/0
2 112 ACCEPT tcp -- * * 0.0.0.0/0 192.168.11.5 tcp dpt:3389
1 60 ACCEPT tcp -- * * 0.0.0.0/0 192.168.11.5 tcp dpt:32400
3 180 ACCEPT tcp -- * * 0.0.0.0/0 192.168.11.5 tcp dpt:1900
6 360 ACCEPT tcp -- * * 0.0.0.0/0 192.168.11.5 tcp dpt:53098
0 0 ACCEPT udp -- * * 0.0.0.0/0 192.168.11.5 udp dpt:53098
0 0 TRIGGER 0 -- vlan2 br0 0.0.0.0/0 0.0.0.0/0 TRIGGER type:in match:0 relate:0
90 6180 trigger_out 0 -- br0 * 0.0.0.0/0 0.0.0.0/0
56 4268 ACCEPT 0 -- br0 * 0.0.0.0/0 0.0.0.0/0 state NEW
Sponsor
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum