20180312_jeffrey - silenceuncrio/diary GitHub Wiki

0910

持續進行一個周末的測試都沒有當機

兩台 M360-P 都沒放 SIM 卡

BGP 打開

GRE 打開

兩台透過 lan 端建立 GRE tunnel 並互 ping 對方的 GRE tunnel ip

1015

早上 M360-P 緊急小組會議

目前 M360-P 非常容易當機

成因還不明

1110

commit 220d1c4181ef8b0be99a08d095b2b3b98f34c6f7
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Mon Mar 12 11:09:46 2018 +0800

    display the 'IPv6 Address' at 'Status' page

 proscend/prosrc/www/app/feature/status.js           | 18 +++++++++++++++++-
 proscend/prosrc/www/app/services/icos.service.js    |  6 ++++++
 proscend/prosrc/www/src/app/feature/status.html.src |  2 +-
 3 files changed, 24 insertions(+), 2 deletions(-)

1525

commit 657ce758e7bbab383945566212740e84178cf715
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Mon Mar 12 15:18:43 2018 +0800

    turn on 'PROSRC_PPTPD' flag for PPTP Server

    we need take of the "require-mppe-128" option or M360-P failed
    - M300 do not complain about this

    ```
    2018-03-12 07:11:50 M360-P daemon.err pppd[4887]: In file /etc/ppp/options.pptpd: unrecognized option 'require-mppe-128'
    2018-03-12 07:11:50 M360-P daemon.err pptpd[4886]: GRE: read(fd=6,buffer=41feac,len=8196) from PTY failed: status = -1 error = Input/output error, usually caused by unexpected termination of pppd, check opti
    2018-03-12 07:11:50 M360-P daemon.err pptpd[4886]: CTRL: PTY read or GRE write failed (pty,gre)=(6,7)
    ```