Draven
18-08-2004, 22:54
Well I'm not sure what's going on here. The server works fine on the LAN, it works fine over VPN, but my firewall on the router doesn't seem to be letting the connection through. Do we have any Solaris geeks with IPF knowledge here?
Here's what's up:
hme0 is the External interface of my router:
/etc/opt/ipf/ipnat.conf:
rdr hme0 0.0.0.0/0 port 8767 -> 192.168.12.11 port 8767 udp
/etc/opt/ipf/ipf.conf:
pass in quick on hme0 proto udp from any to any port = 8767 flags S keep state keep frags # team speak
pass out quick on hme0 proto udp from any port = 8767 to any
$: ipnat -l
RDR 192.168.12.11 8767 <- -> 24.163.XX.XX 8767 [64.105.XX.XX 23348]
ipnat is saying that it see's an attempted connection and is trying to redirect it, so why does Team Speak tell me no server answerd? Does anyone know how to determine if the UDP port is open via command line? Obviously can't probe the port with something like telnet (which is usefull for finding 22/25/80 open ports).
Just to clarify. The router is Solaris 8 on a SUN. The TS server is RH 9 Linux with iptables. TS works fine via LAN/VPN and I even disabled iptables and tried accessing it via the WAN, no luck. It seems to be the router but every thing I've checked on google about IPF and RDR says it should work!
Here's what's up:
hme0 is the External interface of my router:
/etc/opt/ipf/ipnat.conf:
rdr hme0 0.0.0.0/0 port 8767 -> 192.168.12.11 port 8767 udp
/etc/opt/ipf/ipf.conf:
pass in quick on hme0 proto udp from any to any port = 8767 flags S keep state keep frags # team speak
pass out quick on hme0 proto udp from any port = 8767 to any
$: ipnat -l
RDR 192.168.12.11 8767 <- -> 24.163.XX.XX 8767 [64.105.XX.XX 23348]
ipnat is saying that it see's an attempted connection and is trying to redirect it, so why does Team Speak tell me no server answerd? Does anyone know how to determine if the UDP port is open via command line? Obviously can't probe the port with something like telnet (which is usefull for finding 22/25/80 open ports).
Just to clarify. The router is Solaris 8 on a SUN. The TS server is RH 9 Linux with iptables. TS works fine via LAN/VPN and I even disabled iptables and tried accessing it via the WAN, no luck. It seems to be the router but every thing I've checked on google about IPF and RDR says it should work!