routing - Port forwarding from IP to localhost? -
how can make traffic sent ip address (192.168.91.164) forwarded localhost, or host within local network? note machine on 10.0.1.x network.
i trying on mac os yosemite, uses pf
firewall , has no ipfw
or iptables
.
more specifically, have process connects activemq server on 192.168.91.164 port 8161 (i can't change address or port), connect activemq server on local machine on same port, or host on local network.
you may try edit /etc/hosts
, redirect ip 127.0.0.1
edit file text editor , add line end:
127.0.0.1 192.168.91.164
Comments
Post a Comment