URLの代わりにソースリストのIP

URLの代わりにソースリストのIP

リポジトリを保存するためにsource.listでURLの代わりにIPを使用できますか?

(どのように)

ベストアンサー1

source.listでは、urlの代わりにIPを使用できます。

たとえば、次のようになります。変換するにはdeb http://deb.debian.org/debian buster mainURLのIPを取得する必要がありますが、この場合はリダイレクタです! 。変換する正しいURLは次のとおりです。Debian ミラー URLたとえば、ftp2.de.debian.org/debian/

nslookup ftp2.de.debian.org

dig, ... を使用してnslookupIP アドレスを取得します。

出力例:

...

Non-authoritative answer:
ftp2.de.debian.org      canonical name = ftp.halifax.rwth-aachen.de.
Name:   ftp.halifax.rwth-aachen.de
Address: 137.226.34.46
Name:   ftp.halifax.rwth-aachen.de
Address: 2a00:8a60:e012:a00::21

次に、次のように編集します/etc/apt/sources.list

deb http://137.226.34.46/debian buster main

Debian セキュリティストア:

deb http://20.49.228.237/debian-security/ buster/updates main

おすすめ記事