OpenVPN IP packet with unknown IP version=15 seen ; what?

Wed May 30 00:35:54 2018 **** 55973 IP packet with unknown IP version=15 seen

Check comp-lzo option both server and client configuration file. If “comp-lzo” is off in sever.conf and it’s on in client.conf, then a bunch of messages is appeared in server log.

Good luck.

PS.

I strongly recommend to remove comp-lzo option. This option makes some troubles. (i.e. ping / icmp packet).

--hironobu

USB端子に接続して使う11ac対応無線LAN子機 WI-U2-433DHP をRaspberry Pi 3 につけてみた

2018年4月17日時点でのまっさらな環境でコンパイルして使えるようにする手順

Raspberry Pi 3 は標準でWiFiを持っているが、もうちょっと性能のいいのが欲しかったので「さらに進化した飛びと安定性。大型アンテナ搭載11ac対応無線LAN子機」というのが売りの WI-U2-433DHP を買ってみた。Raspberry Pi 3 につけてみようとしたが、Raspbian GNU/Linux 9 (stretch)が対応していなかったので、モジュールを作りカーネルにロードして使えるようにした。

続きを読む

Installation racket-lang onto Raspberry Pi 3 / Raspbian

Before starting installation of racket, some packages should be installed.

$ sudo apt-get install libfontconfig1-dev libcairo2-dev libpango1.0-dev libgtk2.0-dev

Visit https://download.racket-lang.org/ site and download “Unix Source and build packages”.

Raspberry Pi 3 must be connected to Internet when racket build has been stated. Many related files are downloaded while racket environment has been building.