Networking Forums

Networking Forums > Computer Networking > Linux Networking > IPChains

Reply
 
 
David
Guest
Posts: n/a

 
      11-26-2006, 12:55 AM
Hi all,

Sorry still fighting it out and learning quickly thanks to much help.

Regarding IPChains, how can you say only allow outgoing connections to
this port, and allow any incomming connections from this IP?

Thanks

David

 
Reply With Quote
 
 
 
 
Moe Trin
Guest
Posts: n/a

 
      11-26-2006, 06:28 PM
On 25 Nov 2006, in the Usenet newsgroup comp.os.linux.networking, in article
<(E-Mail Removed) .com>, David wrote:

>Sorry still fighting it out and learning quickly thanks to much help.


Curious why you are using older applications. IPCHAINS were replaced
by iptables back in 1999.

>Regarding IPChains, how can you say only allow outgoing connections to
>this port, and allow any incomming connections from this IP?


http://www.iptables.org/documentation/HOWTO/

which gets you to Rusty Russell's site and seven very good HOWTOs. Then
there is

-rw-rw-r-- 1 gferg ldp 85507 Aug 20 2001 Firewall-HOWTO
-rw-rw-r-- 1 gferg ldp 113901 Jul 5 2000 IPCHAINS-HOWTO
-rw-rw-r-- 1 gferg ldp 278012 Jul 23 2002 Security-Quickstart-HOWTO

which should be on your system. Briefly, on your 'output' chain, you can
specify '-s source_address -d destination_address port_number' and your
input chain '-s source_address -d destination_address'.

Old guy
 
Reply With Quote
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IPChains and IPtables justme Linux Networking 3 06-04-2005 01:51 PM
Q: ipchains Karsten Linux Networking 1 12-01-2004 12:16 PM
Generating ipchains command from ipchains -L output. Vitto Linux Networking 4 03-06-2004 06:09 PM
ipchains and nat The Jacobsons Linux Networking 1 09-20-2003 11:05 AM
stop ipchains Doug Holtz Linux Networking 3 07-15-2003 01:21 AM



1 2 3 4 5 6 7 8 9 10 11