anything
AirNav RadarBox
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 


Author Topic: rbfeeder does not resolve hostname values in external_host  (Read 3889 times)

0 Members and 1 Guest are viewing this topic.

danmilon

  • New Member
  • *
  • Posts: 3
rbfeeder does not resolve hostname values in external_host
« on: January 06, 2019, 10:27:39 PM »
When external_host is assigned to a DNS entry, rbfeeder does not resolve it, but keeps saying it cannot connect. When it is the IP address, it works fine.
Would it be possible to please fix this? It's handy to be able to set a DNS resolvable name, especially in setups where the IP address of the host running dump1090 is not known beforehand.

Runway 31

  • Moderator
  • Hero Member
  • *****
  • Posts: 33596
Re: rbfeeder does not resolve hostname values in external_host
« Reply #1 on: January 07, 2019, 09:28:57 AM »
You will need to contact [email protected]. nobody on here can do anything to assist

Alan

danmilon

  • New Member
  • *
  • Posts: 3
Re: rbfeeder does not resolve hostname values in external_host
« Reply #2 on: January 07, 2019, 12:57:04 PM »
I assumed developers or some kind of employees would be active on the forum.

I'll try that too, thanks.

Runway 31

  • Moderator
  • Hero Member
  • *****
  • Posts: 33596
Re: rbfeeder does not resolve hostname values in external_host
« Reply #3 on: January 07, 2019, 01:04:49 PM »
Support drop in very occasional but this is a self help forum for users

Alan

abcd567

  • Hero Member
  • *****
  • Posts: 846
  • CYYZ - Toronto
« Last Edit: January 10, 2019, 02:31:47 AM by abcd567 »

abcd567

  • Hero Member
  • *****
  • Posts: 846
  • CYYZ - Toronto
Re: rbfeeder does not resolve hostname values in external_host
« Reply #5 on: January 10, 2019, 01:23:15 AM »
Another possibility is to write a script which resolves the hostname to IP address. For example using command "dig +short" in the script

Code: [Select]
dig +short google.com
172.217.0.110

dig +short airnavsystems.com
96.31.64.6
« Last Edit: January 10, 2019, 01:25:09 AM by abcd567 »

danmilon

  • New Member
  • *
  • Posts: 3
Re: rbfeeder does not resolve hostname values in external_host
« Reply #6 on: January 21, 2019, 12:00:19 AM »
sorry for the late reply. Yeah that's a valid workaround, until a fix is released.