LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 11-05-2006, 10:09 AM   #1
lavluda
Member
 
Registered: Jan 2006
Location: Dhaka, Bangladesh
Distribution: Debian sid, Suse 9.3 pro, Mandrake 10.0, Redhat 7-9, FC-2,3, Gentoo 2006,2006.1
Posts: 89
Blog Entries: 2

Rep: Reputation: 15
port open 34975


I need to open port 34975 for azureus . how can i do this
 
Old 11-05-2006, 12:00 PM   #2
amitsharma_26
Member
 
Registered: Sep 2005
Location: New delhi
Distribution: RHEL 3.0/4.0
Posts: 777

Rep: Reputation: 31
Code:
iptables -A INPUT -p tcp/udp* --dport 34975 -j ACCEPT
& if you are not sitting at this box; (this box is a firewall box) then..
Code:
iptables -A FORWARD -p tcp/udp* -i eth<device-connected-to-net> -o eth<device-to-lan> --dport 34975 -j ACCEPT
iptables -A FORWARD -i eth<device-to-lan> -o eth<device-connected-to-net> -s <your-lan-ip> -j ACCEPT
*you got to pick one out of tcp/udp for port 34975
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
cannot SFTP to SUSE 9.2 box, port 22 open, can putty in though using same port. jgrady Linux - Networking 6 03-29-2005 08:44 AM
How do I open port 25? vous Linux - Networking 3 03-06-2005 12:23 PM
port 25 not open westrant Linux - Networking 2 03-20-2002 04:09 PM
firewall.rc.config says :"open port 8080" but nmap says port is closed saavik Linux - Security 2 02-14-2002 12:16 PM
Open Port d-man38 Linux - Security 3 04-15-2001 01:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 04:07 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration