I just installed OpenWRT White Russian RC6 and I'm still playing with it. I'm not too familiar with all this networking stuff, I'm pretty much learning by configuring OpenWRT, and I'm having some trouble with bittorrent accesibility.
This is my current setup:
DSL line---->DLink DSL-500G Modem/Router------>Linksys WRT54GL (White Russian RC6)------>Slackware 10.2 box
First of all, I managed to put my DLink in bridged mode, and to redirect everything to 10.1.1.2 (which is how it sees the Linksys).
I've configured PPPoE on the Linksys, and I can access the internet, everything is OK.
Also, I've configured DHCP on the Linksys, to serve IPs to my network, and I've also created a rule to always assign 192.168.1.135 to my Slackware box.
I have activated QoS on the Linksys, but I'm using the default configuration.
Lastly, I have created some firewall accept/forward rules both at the Webif (x-wrt) and by editing the file directly (firewall.user, if I'm not mistaken), accepting and forwarding the ports to 192.168.1.135 (Slack box). But all this filters are kind of irrelevant right now, see below.
The problem is, some bittorrent sites are now reporting me as Firewalled, and in fact, all of my connections to other peers are local (outgoing).
I have disabled iptables on the Slack box, and I also temporarily disabled OpenWRT's firewall (S35firewall stop, is that right?), but nothing changed.
As I understand it, I could have 3 possible places where the ports are closed: the Dlink, the Linksys, and the Slack box. Like I said before, I have (or at least thought I had), disabled all blocking in all 3 devices. So, I'd like to try to test each of the connections, to try to find out exactly where it's being blocked.
1 - Is there any program for OpenWRT that I can use to test if XXX ports are accesible from the outside? This way, I could find out if there's still any blocking going on at the Dlink.
2 - Also, is there a way to test the ports between the Linksys and my box?
3 - Lastly, is it possible that QoS is somehow blocking bittorrent?
I understand that there's the possibility that my problem is not OpenWRT related, but mostly I want to try to test the connectivity from World->OpenWRT and from OpenWRT->MyPC.