x11vnc -create -noxrecord -noxfixes -noxdamage -forever -passwd piXサーバとVNCサーバを個別に起動する場合
Xvfb -screen 0 1280x800x24 & export DISPLAY=:0 x11vnc -create -noxrecord -noxfixes -noxdamage -forever -passwd pi &
x11vnc -create -noxrecord -noxfixes -noxdamage -forever -passwd piXサーバとVNCサーバを個別に起動する場合
Xvfb -screen 0 1280x800x24 & export DISPLAY=:0 x11vnc -create -noxrecord -noxfixes -noxdamage -forever -passwd pi &
net.bridge.bridge-nf-call-arptables=1 net.bridge.bridge-nf-call-ip6tables=1 net.bridge.bridge-nf-call-iptables=1そして、設定を次のように有効化
$ sudo sysctl -p
DNS=192.168.19.1設定を有効にするには、systemd-resolvedを再起動する
systemctl restart systemd-resolved
| 送信元回線 | 送信先回線 | MTU |
|---|---|---|
| LAN | LAN | 1472 |
| フレッツ(PPPoE) | フレッツ(PPPoE) | 1426 |
| LTE(ドコモ) | フレッツ(PPPoE) | 1472 |
$ ping -M do -s 1472 -c 1 192.168.19.1Macの場合
$ ping -D -v -s 1472 -c 1 192.168.19.1