Hi!
Well, i was not able to config this on pfSense yet.
But this configuration worked on a debian machine using xinetd:
OBS.: Remember to see if the service is listed on /etc/services
- - - - - - - - - - - /etc/xinetd.d/delphi - - - - - - - - -
service delphi
{
flags = REUSE
socket_type = stream
protocol = tcp
wait = no
user = root
groups = yes
bind = 201.36.178.nnn
redirect = 192.168.0.6 211
}
- - - - - - - - - - - /etc/xinetd.d/oracle - - - - - - - - -
service oracle
{
flags = REUSE
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/bin/nc
server_args = 192.168.0.5 1522
bind = 201.36.178.nnn
}
Best regards,
Luiz Vaz