コマンド | パッケージ |
---|---|
pstree | psmisc |
ip | iproute2 |
netstat | net-tools |
x11vncでXを起動していない状態でスタートし、MacOSからVNC接続するためのオプション
x11vnc -create -noxrecord -noxfixes -noxdamage -forever -passwd piXサーバとVNCサーバを個別に起動する場合
Xvfb -screen 0 1280x800x24 & export DISPLAY=:0 x11vnc -create -noxrecord -noxfixes -noxdamage -forever -passwd pi &
BridgeでForwardされるパケットをiptablesで制御する方法
nf_bridgeモジュールをロードし、sysctl.confに次の内容を追加。
net.bridge.bridge-nf-call-arptables=1 net.bridge.bridge-nf-call-ip6tables=1 net.bridge.bridge-nf-call-iptables=1そして、設定を次のように有効化
$ sudo sysctl -p
登録:
投稿 (Atom)