LoginSignup
2
1

More than 5 years have passed since last update.

dnsmasq:内向けサーバー(Aterm)

Last updated at Posted at 2015-05-08

まずdnsmasqをインストール
# yum -y install dnsmasq(インストールされているかもしれない)

resolv.confを編集
``# vi /etc/resolv.conf
nameserver 127.0.0.1
となるように編集

dnsmasq.confを編集
# vi /etc/dnsmasq.conf
no-dhcp-interface=p2p1
を追記

hostsを編集
# vi /etc/hosts
192.168.11.100 hogehoge.hoge
を追記(IPはサーバーを指定)

dnsmasqを起動・登録
# systemctl start dnsmasq
# systemctl enable dnsmasq

AtemrのDNSルーティングに登録
宛先ドメイン名:hogehoge.hoge
ゲートウェイ:192.168.11.1
プライマリDNS:192.168.11.100

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1