Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のコマンドを使用して、Linux でデフォルト ゲートウェイを取得する方法を見つけました。
grep -i "gateway" /etc/network/interfaces | awk print $2
出力:
192.168.14.1
システムが DHCP モードの場合、これは機能しません。
すべてのプラットフォーム (Linux / Windows / Mac) で動作する「ゲートウェイ」のみを取得する方法が必要です。