Hello,
i'm trying to forward a range of ports via ipfw, as the man states the syntax should be:
So i've set the following rule:
Then if i use
What am I doing wrong?
Any help is apprecieted. Thanks
i'm trying to forward a range of ports via ipfw, as the man states the syntax should be:
Code:
With the TCP and UDP protocols, optional ports may be specified
as:
{port|port-port|port:mask}[,port[,...]]
Code:
add 018500 fwd 192.168.251.250,5060-5081 tcp from any to me via igb0 dst-port 5060-5081
ipfw list
command i get the following output:
Code:
18500 fwd 192.168.251.250,5060 tcp from any to me via igb0 dst-port 5060-5081
What am I doing wrong?
Any help is apprecieted. Thanks