2021-07-31から1日間の記事一覧

Ubuntu 20.04でネットプランを使用して静的ルートを追加

以下を検討 https://takumicloud.jp/blog/2015/11/30/nw/ Ubuntu 20.04でネットプランを使用して静的ルートを追加&ついでにWifiついか 大注意 The problem was that systemd-networkd was trying to set the routes before the network was up, which was f…

複数NICマシンでのルーティング設定(static route)

~$ nano /etc/iproute2/rt_tables www.maruko2.com ポリシールーティングの概要・優先順位・Metric qiita.com Metric Netplan askubuntu.com おまけ go-journey.club

before routing,IP転送をオンにしておく, /etc/sysctl.conf 内で net.ipv4.ip_forward = 1

access.redhat.com safe-linux.homeip.net

ubuntu 20.04 SSH into a server that is connected to VPN

SSH Tunnelを使用し、サーバー側のSSH受け待ちを特定NIC(div,ip address)をしたが、SSHパケットはその特定NICから受けても、結局VPN接続が確立した際の、VPN特設ルートにつかまって、VPNに転送されてしまい、結局もとのNICからSSH発信元までもどってこない。…

ubuntu 20.04 SSH into a server that is connected to VPN

The way beneath did not work on my case, of which many of solution suggested are quite the same as this. Perhaps the way might have worked but my assumptions or setting up might be worng in the way NOT this towork. askubuntu.com