Quote:
|
Originally Posted by metallica1973
When you add a forwarding rule to a script like:
PHP Code:
$IPTABLES -A FORWARD -p udp -i $EXTIF -o $DMZ_IFACE -d $DMZ_VOIP_SERVER --dport 5050:5065 -m state --state NEW -j ACCEPT
I should be able to see the port open when I perform an external port scan correct?
|
it depends on whether you actually have something listening on the port or not... the port shouldn't be reported as "open" unless something is listening on it...
Quote:
|
Everytime I attempt to run an external port scan from the web it always says that it is filtered, so does that mean that it is open and that it will only allow requests from udp 5050:5065?
|
it means that the packets the scanner is sending aren't generating any response... this could be an issue with your iptables rules (check your PRE/POSTROUTING chains in the NAT table)... the rule you posted won't care what port requests are coming from, as long as they go *to* ports 5050:5065...
Quote:
|
I am trying to setup a Asterisk VOIP Server and I cannot recieve any incomming calls. so help?
|
Moved: This thread is more suitable in
Linux - Networking and has been moved accordingly to help your thread/question get the exposure it deserves.