|
| View previous topic :: View next topic |
| Author |
Message |
wfmk
|
Posted: Tue Aug 03, 2004 7:34 pm Post subject: Azureus |
|
|
Just got Blag after giving up on Slackware 10 (slow and kde 3.2 was way too buggy).
So far I'm lovin' it (as they say somewhere unmentionable :) )
Only problem is that I keep getting a yellow light on the BT client Azureus which means that I've got a 'NAT problem'.
Ideally, I'd like to turn the firewall off. Any idea how to? Anyone
|
|
|
 |
stevo32
|
Posted: Tue Aug 03, 2004 7:51 pm Post subject: |
|
|
you behind a router? make sure your router is configured properly in that case, by looking at the 'NAT' settings and telling it to forward whatever port azureus will be using (probably 6881 through 6889) to your computer. :) if not then you'll probably have to mess with iptables :(
|
_________________ E-mail me at s.clement@localhost (replace localhost with sympatico.ca) or stevo32@localhost (replace localhost with blagblagblag.org). |
|
 |
wfmk
|
Posted: Tue Aug 03, 2004 8:22 pm Post subject: |
|
|
Cheers for your reply matey :)
No, I'm not behind a router, but despite the yellow light being on, I'm getting good download & upload speeds of tonight's episode of Eastenders!!
Suppose if it works, I shouldn't mess it up over something as trivial as the colour of the light!
Very impressed by Blag in Polska :)
Martin
|
|
|
 |
jebba
|
Posted: Tue Aug 03, 2004 9:28 pm Post subject: |
|
|
To turn off firewalling in BLAG:
| Code: | /sbin/chkconfig --del iptables
/sbin/chkconfig --del ip6tables
/sbin/chkconfig --del ipchains |
Then reboot. Or, if you don't want to reboot, you can run:
| Code: | /sbin/service iptables stop
/sbin/service ip6tables stop
/sbin/service ipchains stop |
That will turn off firewalling. I have no idea whether it will change the color of the light in your router though ;)
-Jeff
|
|
|
 |
wfmk
|
Posted: Tue Aug 03, 2004 10:40 pm Post subject: |
|
|
Woo hoo!
The light is green :)
Cheers Jebba :)
|
|
|
 |
|
|
|