LoginSignup
0
0

More than 5 years have passed since last update.

raspberry pi 3 でstretch その13

Last updated at Posted at 2017-11-14

概要

raspberry pi 3 でstretchやってみた。
dhcpサーバやってみた。

環境

Raspberry Pi 3 model B v1.2 element14
2017-09-07-raspbian-stretch

インストール

sudo aptitude install dnsmasq

設定

sudo nano /etc/dnsmasq.conf

interface=eth0
dhcp-range=192.168.1.10,192.168.1.150,255.255.255.0,22h

確認

同じHUBに、つないでIPアドレス確認。

以上。

0
0
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
0
0