Networking Forums

Networking Forums > Computer Networking > Linux Networking > iptables: redirecting an outgoing connection to another machine

Reply
Thread Tools Display Modes

iptables: redirecting an outgoing connection to another machine

 
 
bl8n8r
Guest
Posts: n/a

 
      06-11-2007, 04:37 PM
iptables -t nat -A OUTPUT --dst 333.333.333.333 -p tcp --dport 389 -j
DNAT --to-destination 444.444.444.444

 
Reply With Quote
 
 
 
 
Dan N
Guest
Posts: n/a

 
      06-12-2007, 02:23 AM
On Mon, 11 Jun 2007 09:37:25 -0700, bl8n8r wrote:

> iptables -t nat -A OUTPUT --dst 333.333.333.333 -p tcp --dport 389 -j
> DNAT --to-destination 444.444.444.444


Hmmmmm. You'll have fun trying to use those ip addresses.

Dan
 
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
duplicate outgoing packet using iptables delsio@gmail.com Linux Networking 1 07-15-2008 06:26 AM
IP Alias & IPtables, redirecting outbound traffic out specific interfaces paul.groth@gmail.com Linux Networking 1 05-09-2006 05:45 AM
Redirecting a port too another machine using iptables... Victor Cappuccio Linux Networking 1 06-07-2004 09:21 PM
Iptables - Redirecting packet to different IP Bartosz Wegrzyn Linux Networking 2 01-14-2004 02:07 AM
iptables: redirecting packets inside a firewall pete@mynix.org Linux Networking 3 09-04-2003 08:06 AM



1 2 3 4 5 6 7 8 9 10 11