Re: Help redirect port

2006-06-13 Thread Vasili S.
- Original Message - From: "FBSD_UG" <[EMAIL PROTECTED]> To: "Vasili S." <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, June 13, 2006 3:49 AM Subject: Re: Help redirect port On 08 jun 2006, at 16:49, Vasili S. wrote: I try mak

Re: Help redirect port

2006-06-12 Thread FBSD_UG
On 08 jun 2006, at 16:49, Vasili S. wrote: I try make redirect port by natd # natd -n ed1 -redirect_port tcp 192.168.1.100:80 8080 no work Not see traffic by tcpdump, Not see listen port (netstat or sockstat) why ? interfaces ~~~ ed1: flags=8843 mtu 1500 inet A.B.C.D netmask

Help redirect port

2006-06-08 Thread Vasili S.
I try make redirect port by natd # natd -n ed1 -redirect_port tcp 192.168.1.100:80 8080 no work Not see traffic by tcpdump, Not see listen port (netstat or sockstat) why ? interfaces ~~~ ed1: flags=8843 mtu 1500 inet A.B.C.D netmask 0xffc0 broadcast A.B.C. ether 00

Re: Redirect *:port to ip:port on the same machine?

2005-05-12 Thread Andrew P.
On 5/12/05, Carlos Alloatti <[EMAIL PROTECTED]> wrote: > On 5/11/05, Andrew P. <[EMAIL PROTECTED]> wrote: > > Hello! > > > > I have a program that binds to ip:port. What are > > my options, if I want it to listen on all interfaces > > (*:port)? Let's say reconfiguring the program > > and/or running

Re: Redirect *:port to ip:port on the same machine?

2005-05-12 Thread WMC
At 12:56 PM 5/12/2005, you wrote: I have a program that binds to ip:port. What are my options, if I want it to listen on all interfaces (*:port)? Let's say reconfiguring the program and/or running one instance per interface is not possible. How 'bout: * Install ports/net/redir * Config original p

Re: Redirect *:port to ip:port on the same machine?

2005-05-12 Thread Carlos Alloatti
On 5/11/05, Andrew P. <[EMAIL PROTECTED]> wrote: > Hello! > > I have a program that binds to ip:port. What are > my options, if I want it to listen on all interfaces > (*:port)? Let's say reconfiguring the program > and/or running one instance per interface is > not possible. I've got ipfw as a fi

Re: Redirect *:port to ip:port on the same machine?

2005-05-11 Thread Tomas Quintero
On 5/11/05, Andrew P. <[EMAIL PROTECTED]> wrote: > Hello! > > I have a program that binds to ip:port. What are > my options, if I want it to listen on all interfaces > (*:port)? Let's say reconfiguring the program > and/or running one instance per interface is > not possible. I've got ipfw as a fi

Redirect *:port to ip:port on the same machine?

2005-05-11 Thread Andrew P.
Hello! I have a program that binds to ip:port. What are my options, if I want it to listen on all interfaces (*:port)? Let's say reconfiguring the program and/or running one instance per interface is not possible. I've got ipfw as a firewall. Thanks! Andrew P.

RE: redirect port

2004-02-19 Thread Randy Grafton
77-7781 As you make these changes you can apply them without restarting by running /etc/netstart. Hope that helps. -Randy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stanley Chan Sent: Friday, January 01, 1999 9:10 AM To: [EMAIL PROTECTED] Subject

Re: redirect port

2004-02-19 Thread Deling Ren
Are you using ipfilter or ipfw? In the former case, read this how-to: http://www.obfuscation.org/ipf/ipf-howto.html Deling On Sat, 2 Jan 1999, Stanley Chan wrote: > Dear Friends, > > The example in the NAT documents is sufficient, can anyone tell me how > to redirect ports in the NAT machine. H

redirect port

2004-02-19 Thread Stanley Chan
Dear Friends, The example in the NAT documents is sufficient, can anyone tell me how to redirect ports in the NAT machine. How to put the following command in the rc.conf ? I want to use one of the amchine behind the NAT to run web server. -redirect_port tcp 192.168.0.2:6667 6667 -redirect_port