william.oram@gmail.com hath wroth:
>I have a Buffalo router flashed with DD-WRT 2.4b.
Any particular model Buffalo router?
Could I trouble you for the exact DD-WRT v24 version?
>It's not forwarding
>port ranges at all. There's no static IP set up for my laptop because
>a) I couldn't get that to work, either, and b) I've never gotten
>anything besides the same IP, so I don't worry about it.
Static IP on a PC or Mac is rather simple. I'm suprised you couldn't
get it to work. However, there's a better way. Use "static-DHCP" or
"pre assigned DHCP". See this page:
<http://www.informatione.gmxhome.de/DDWRT/Standard/V24BetaVPN/Services.html>
under "Static Leases". Add the MAC address and LAN IP address of your
unspecified model laptop and it will always get the same IP address.
<http://www.dd-wrt.com/wiki/index.php/Static_DHCP>
>The current setup is to open ports 49550 to 49600 on both UDP/TCP on
>my computer's IP. The client app is set to check 49555, and yet it
>fails to break through.
How are you testing that it "fails to break through"? Have you tried
setting up a trivial service of some sorts on your laptop, testing it
with another computer on the LAN, and then trying to connect? The
trick here is to isolate the problem between the "server" and the
router forwarding. There's no way to tell from here if the router is
misbehaving or if the application is comatose. A software firewall
running on the laptop will have the same effect as a comatose server.
>https://www.grc.com/x/portprobe=49555 reports the port is in
>'stealth,' but not 'open.' Then again, every random number I check
>returns 'stealth,' so that designation doesn't mean much.
Hmmm... I'm going to ignore this as I don't consider GRC to be a
reasonable test of connectivity. Start with a 2nd computer on your
LAN. Can it connect to your unspecified application on 49550? Can it
connect to a trivial server application on the same machine? With no
router involved, this should work without difficulty.
Then, try going through the router. This may be a bit tricky if
you're testing from inside your LAN. I've had problems testing VPN's
this way and usually end up firing up a dialup connection, and using
that for a fast connectivity test.
>I'm stumped at this point. Any helpful tips?
Sure. Telnet to the router with:
telnet 192.168.1.1
login: root
password: xxxxxxxx
and run:
iptables --list
You should get several pages of firewall info. What you want is
probably at the bottom. For example, my firewall has quite a bit of
forwarding and port triggering setup. For example:
Port trigger on outgoing port 5200 to accept incoming 5198-5199:
Chain trigger_out (1 references)
target prot opt source destination
TRIGGER tcp -- anywhere anywhere tcp
dpt:5200 TRIGGER type:out match:5200 relate:5198-5199
TRIGGER udp -- anywhere anywhere udp
dpt:5200 TRIGGER type:out match:5200 relate:5198-5199
I don't wanna post my port forwarding setup.
--
Jeff Liebermann
jeffl@cruzio.com
150 Felker St #D
http://www.LearnByDestroying.com
Santa Cruz CA 95060
http://802.11junk.com
Skype: JeffLiebermann AE6KS 831-336-2558