Is it possible to setup PiAware to connect through a proxy to FlightAware?
It looks like outgoing connections are on TCP port 1200, but this is being blocked by my corporate firewall. Ideally, I would like to send outgoing ADS data via ports 80 or 443.
piaware.out shows:
08/28/2015 02:01:35 connecting to FlightAware eyes.flightaware.com/1200
08/28/2015 02:03:42 got ‘couldn’t open socket: connection timed out’ to adept server at eyes.flightaware.com/1200, will try again soon…
08/28/2015 02:03:42 connecting to FlightAware 70.42.6.203/1200
08/28/2015 02:05:49 got ‘couldn’t open socket: connection timed out’ to adept server at 70.42.6.203/1200, will try again soon…
08/28/2015 02:05:49 7888 msgs recv’d from dump1090 (31 in last 9m); 0 msgs sent to FlightAware
tcpdump shows:
pi@piaware ~ $ sudo tcpdump -n -i any icmp or tcp port 1200
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on any, link-type LINUX_SLL (Linux cooked), capture size 65535 bytes
02:20:46.137054 IP 10.210.185.16.49506 > 70.42.6.203.1200: Flags [S], seq 1522666089, win 29200, options [mss 1460,sackOK,TS val 9003808 ecr 0,nop,wscale 7], length 0
02:20:47.131838 IP 10.210.185.16.49506 > 70.42.6.203.1200: Flags [S], seq 1522666089, win 29200, options [mss 1460,sackOK,TS val 9003908 ecr 0,nop,wscale 7], length 0
I have setup HTTP proxy settings through /etc/apt/apt.conf.d to get apt-get working through the proxy.
Thanks!