how redirect packet that came from other interface ?

2004-10-14 Thread Sex Maniac
Hello I got a problem.

1.
I have a NAT router using FreeBSD 4.9.
This router has 2 interfaces :
ed0 with external IP 111.222..444
ed1 with internal IP 10.10.10.1
I am using ipnat.
I have this rule on my ipnat.conf :
rdr ed0 111.222.333.444/32 port 41112 - 10.10.10.229
port 41112 tcpudp

2.
Problem arise when packet come from ed1.
Computer with IP 10.10.10.234 (with default gateway
10.10.10.1) try to connect to 111.222.333.444 port
41112. 
It's not redirected to 10.10.10.229 :(

How to solve this problem ?
I want the packet from network 10.10.10.0/24 is
redirected to 10.10.10.229 port 41112.

-Galon Aerosmith-



___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


how to redirect multiple ports in ipnat.conf ?

2004-10-11 Thread Sex Maniac
Hello, I am using FreeBSD 4.9.

1. Using NATD
I previously using natd. In my natd.conf there was a
line like this :

redirect_port tcp 192.168.0.2:2000-3000 2000-3000

2. Using IPNAT
Recently I switched to ipnat.
So I am using ipnat now.

But how do I make a replacement a line like above in
ipnat.conf ?

Thanks before,

My Regards,

-Galon Aerosmith-



___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


How to turn your Perl programs into standalone executables

2004-06-23 Thread Sex Maniac
Hi just want to ask, if I have a perl program, and I
want to turn it into standalone executables/binary.
Question is how ? What programs/packages/ports I must
use ?

Usually in windows98, I can use PerlApp to Turn your
Perl programs into standalone executables (.exe)

I don't want my users can see the source program in
.pl
I want my source program is hidden from user and the
others administrators. So I need the executable
file/binary file only.

Please help.

Thx before

Regards,

-Galon Aerosmith-




__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to turn your Perl programs into standalone executables

2004-06-23 Thread Sex Maniac
--- Andy Harrison [EMAIL PROTECTED] wrote:
 man perlcc
 
Gee, thanks, Sir.

 Note that, regardless of platform, compiling your
 perl apps to hide
 something is a very bad idea.  It is very easy to
 run it through
 /usr/bin/strings and see bits and pieces of an
 executable file of any
 type.  With the proper tools, one could even run a
 disassembler on it.
 
Oh I see.
I will remember your advices.
Thanks again, all.

Regards,

Galon Aerosmith



__
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]