#author("2021-12-09T15:26:17+09:00","default:honma","honma") #author("2021-12-09T15:28:47+09:00","default:honma","honma") ** ラズパイの無線ルーター化 [#m310340a] ラズパイの公式サイトにある無線ALNルーター化する方法 [[ルーター編:https://www.raspberrypi.com/documentation/computers/configuration.html#setting-up-a-routed-wireless-access-point]] IPアドレスはラズパイにインストールしたdnsmasqから払い出しする。 +- RPi -------+ +---+ 10.10.0.2 | +- Laptop ----+ | | WLAN AP +-))) (((-+ WLAN Client | | | 192.168.4.1 | | 192.168.4.2 | | +-------------+ +-------------+ +- Router ----+ | | Firewall | | +- PC#2 ------+ (Internet)---WAN-+ DHCP server +-LAN-+---+ 10.10.0.3 | | 10.10.0.1 | | +-------------+ +-------------+ | | +- PC#1 ------+ +---+ 10.10.0.4 | +-------------+ [[ブリッジ編:https://www.raspberrypi.com/documentation/computers/configuration.html#setting-up-a-bridged-wireless-access-point]] IPアドレスは親のルーターから払い出しする。 +- RPi -------+ +---+ 10.10.0.2 | +- Laptop ----+ | | WLAN AP +-))) (((-+ WLAN Client | | | Bridge | | 10.10.0.5 | | +-------------+ +-------------+ +- Router ----+ | | Firewall | | +- PC#2 ------+ (Internet)---WAN-+ DHCP server +-LAN-+---+ 10.10.0.3 | | 10.10.0.1 | | +-------------+ +-------------+ | | +- PC#1 ------+ +---+ 10.10.0.4 | +-------------+ ※Raspberry PiはRaspberry Pi財団の登録商標です。 #htmlinsert(rpi3b+.html);