Dear All,
My wan ip: igb0: 192.168.19.2
Gateway: 192.168.19.1
Local Network: igb1: 192.168.75.0/24
I am using IPFW. I created port forwarding
ipfw nat 1 config if igb0 log redirect_port tcp 192.168.75.4:554 554
[root@FreeBSDBox ~]# ipfw list|grep nat
14500 nat 1 ip from any to any in recv igb0
14500 nat 1 ip from any to any out xmit igb0
from outside; port forwarding works well
I want to connect port forwarding from inside network with outside ip 192.168.19.2:554 but I cant.
What must I do?
Thanks for your help
My wan ip: igb0: 192.168.19.2
Gateway: 192.168.19.1
Local Network: igb1: 192.168.75.0/24
I am using IPFW. I created port forwarding
ipfw nat 1 config if igb0 log redirect_port tcp 192.168.75.4:554 554
[root@FreeBSDBox ~]# ipfw list|grep nat
14500 nat 1 ip from any to any in recv igb0
14500 nat 1 ip from any to any out xmit igb0
from outside; port forwarding works well
I want to connect port forwarding from inside network with outside ip 192.168.19.2:554 but I cant.
What must I do?
Thanks for your help