Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2002 17:32:17 -0500 (CDT)
From:      "=?iso-8859-1?q?Jorge=20Mario=20G.?=" <murcielako@yahoo.com>
To:        questions@freebsd.org
Subject:   Eternal bouncing problem with IPF/IPNAT
Message-ID:  <20020902223217.37658.qmail@web13806.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
Hi there I'm having problems with bounce
I have a firewall running IPF on gateway machine with
external IP 1.2.3.4 and internal ip 
192.168.0.1
I have an apache webserver with name-vhosts (<---
thats a problem cus i cant acces by ips)
on 192.168.0.2
this is my ipnat file (a portion of it)

############################
map ep0 192.168.0.0/24 -> 0/32 portmap tcp/udp
10000:20000
map ep0 192.168.0.0/24 -> 0/32
rdr ep0 1.2.3.4/32 port 80 -> 192.168.0.2 port 80 tcp
###########################

so I read about the bounce utility but i've found lots
of documentation so I tried this

#bounce -a 192.168.0.1 -p 80 192.168.0.2 80 ; <-- in
the firewall machine 192.168.0.1

but it didint work
In the mailing list archives I found this "syntax"

#bounce -p 80 192.168.0.2 80

but I still cant reach my webserver from the internal
network

is there something I missing????

Thanks 



=====


_________________________________________________________
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020902223217.37658.qmail>