LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   azureus NAT Error (https://www.linuxquestions.org/questions/linux-software-2/azureus-nat-error-547812/)

tomerbd 04-21-2007 05:41 AM

azureus NAT Error
 
Hi,

I have an azureus NAT Error
I have read in the forums and in the faq and I have allowed the port in the iptables however i still have NAT error...

Here is my iptables:

Code:

root@tomer-desktop:/home/tomer# iptables -L
Chain INPUT (policy ACCEPT)
target    prot opt source              destination       
ACCEPT    udp  --  anywhere            anywhere            udp dpt:53452
ACCEPT    tcp  --  anywhere            anywhere            tcp dpt:53452
ACCEPT    udp  --  anywhere            anywhere            udp dpt:41311
ACCEPT    tcp  --  anywhere            anywhere            tcp dpt:41311

Chain FORWARD (policy ACCEPT)
target    prot opt source              destination       
ACCEPT    tcp  --  anywhere            anywhere            tcp dpt:41311
ACCEPT    udp  --  anywhere            anywhere            udp dpt:41311

Chain OUTPUT (policy ACCEPT)
target    prot opt source              destination       
ACCEPT    udp  --  anywhere            anywhere            udp dpt:41311
ACCEPT    tcp  --  anywhere            anywhere            tcp dpt:41311
root@tomer-desktop:/home/tomer#

I have the NAT error on port 41311

Can someone please help me on this?

PS

I have ubuntu distro

Thanks

lambchops468 04-21-2007 01:18 PM

Got a router?
 
Are you using a router to access the internet?
You might want to try DMZ.

tomerbd 04-23-2007 08:48 AM

i dont have any router...
 
I'm just using my personal computer connected directly to my cable modem...

lambchops468 04-27-2007 05:59 PM

Wierd DSL modems
 
I have a DSL modem that also does a router even though it doesn't look like it...It has only one ethernet port and a odd-ball USB port and it functions like a router -- It has everything like a DNS server and DHCP server and firewall, plus DMZ, and a web interface

hmmmmm I don't know about cable modems.


All times are GMT -5. The time now is 01:24 PM.