3

I'm using a pfSense router and I'm desperately trying to configure a custom url (eg: myurl.ext) that should mapped by pfSense to a local server (eg: 192.168.0.x).

Like I do with my /etc/hosts and creating a line myurl.ext 192.168.0.x but on the pfSense level to do that for every device that should connect on the same network.

How could I achieve so? What is a name of what I am trying to do ? (DNS forwarding, Host override, dnsmasq, NAT....)

Charles
  • 50,943
  • 13
  • 104
  • 142
guillaumepotier
  • 7,369
  • 8
  • 45
  • 72
  • 1
    I'm not sure this is a programming question. Maybe this should be moved to [Server Fault](http://serverfault.com/questions/tagged/pfsense)? – Jolta Oct 06 '14 at 15:07

1 Answers1

2

Found that by myself some time ago.

I used "DNS forwarder" service, and added custom host overriding and redirected to a specific machine with its IP.

(used address=/domain.ext/192.168.0.42 in advanced config in DNS forwarding service)

guillaumepotier
  • 7,369
  • 8
  • 45
  • 72