LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Security
User Name
Password
Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.

Notices


Reply
  Search this Thread
Old 04-06-2006, 08:34 PM   #1
Berkeley
LQ Newbie
 
Registered: Apr 2006
Posts: 2

Rep: Reputation: 0
Post Netmeeting and iptables


hi all,

I want to make Netmeeting outsite windows xp to Behind Fedora Core 3's client windows xp.How to configure FC iptables.Port forwarding?
please guide me.

thanks
B
 
Old 04-07-2006, 07:31 AM   #2
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
what ports/protocols do you need to forward??
 
Old 04-08-2006, 02:32 AM   #3
Berkeley
LQ Newbie
 
Registered: Apr 2006
Posts: 2

Original Poster
Rep: Reputation: 0
1720

I want to forward port 1720 to local ( behind Fedora Core 3 ) windows xp.


B
 
Old 04-08-2006, 07:25 AM   #4
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Quote:
Originally Posted by Berkeley
I want to forward port 1720 to local ( behind Fedora Core 3 ) windows xp.
Code:
iptables -P FORWARD DROP

iptables -A -t nat PREROUTING -p TCP --dport 1720 \
-j DNAT --to-destination $CLIENT_IP

iptables -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT

iptables -A FORWARD -p TCP -i $WAN_IFACE -o $LAN_IFACE -d $CLIENT_IP \
--dport 1720 -m state --state NEW -j ACCEPT
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
NetMeeting in Linux.....??? avols143 Linux - Software 6 07-15-2004 01:19 PM
Netmeeting <-> Linux FW <-> Netmeeting gboutwel Linux - Networking 0 11-10-2003 08:22 PM
netmeeting bumpert Linux - Software 3 12-19-2002 12:40 PM
Netmeeting for Linux? Donald1000 Linux - Software 4 10-30-2002 03:11 PM
NetMeeting teeno Linux - Networking 8 07-28-2001 04:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Security

All times are GMT -5. The time now is 08:55 PM.

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