0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

インターリンクの マイIP(PPTP版)に Arch Linux で接続

Last updated at Posted at 2018-04-01

インターリンクの次のサービスに Arch Linux で接続する方法です。
Linux(CentOS)+ルータ経由 の設定 ■マイIP■

Arch Linux の参考ページ
PPTP クライアント

PPTP クライアントのインストール

sudo pacman -S pptpclient

トンネルの作成 (トンネルの名前は my_tunnel)

sudo pptpsetup --create my_tunnel --server myip12.interlink.or.jp--username mi12345 --password foo --encrypt

接続

sudo pon my_tunnel debug dump logfd 2 nodetach

ppp0 が出来ていることを確認

ip addr

ルーティングテーブルの修正

default を、ppp0 にします。

sudo ip route del default
sudo ip route add default via  219.5.18.1 dev ppp0

ルーティングテーブルの確認

ip route

RDP のクライアントソフトは、Remmina を使いました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?