I have got the direcpc drivers working but my issue is
incomming connections cant get through, seems iptables
related but i have got basic rules in place. I cant seem
to see any data trying to enter my rules. eg: iptables -t
nat -A PREROUTING -i dpc0 -p tcp --dport 22 -j DNAT --
to 10.0.0.1:22 for ssh login to my linux box just wont
connect and using tcpdump -tnvi dpc0 and monitoring
(using nmap to scan the port from a remote host shows
up as filtered but the data isnt showing up in tcpdump
on the satellite connected box) none of the data i send
to the box shows up but my windows boxes can
outbound connect fine from behind the linux box. Im
thinking its a setting thats being used from direpc
somewhere thats not compatible with the satellite or
telstra network that could be preventing inbound
connection mabye.