Billy Newsom wrote:
Aleks wrote:
 > Hi List,
 > my Problem is that ipnat will not redirect my connection.
Don't you mean this?
rdr lo0 127.0.0.1/32 port 80 -> 127.0.0.1 port 22
Yes, but it doesn't work, too.
[EMAIL PROTECTED] ipnat -l
List of active MAP/Redirect filters:
rdr lo0 127.0.0.1/32 port 80 -> 127.0.0.1 port 22 tcp

List of active sessions:
[EMAIL PROTECTED] telnet localhost 80
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
[EMAIL PROTECTED]


Any Idea whats wrong?

Otherwise, if you really mean this:
rdr elxl0 0.0.0.0/0 port 80 -> 127.0.0.1 port 22

then, you need to go to another host connected to the elxl0 interface, and run "telnet 172.29.252.130 80" or something like that, where 172.29.252.130 is your box's inet address. Or if your box is a router or bridge, try also another adress one or two hops distant.

I'll test the whole thing with an external machine as you and Jim suggest it.
Billy

thx,
Aleks

Reply via email to