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.
このコマンドを使用して、すべてのパケットに一定量の遅延を追加しようとします ( # tc qdisc add dev eth0 root netem delay 100ms )
入力後、「デバイス "eth0" が見つかりません」と表示されます
コマンドを入力します
ifconfig -a
インターフェイス名を確認してください。たぶんあなたはeth0のようにそれを持っておらず、eth1でそれを設定しています
構成も確認できます
/ etc / network / interfaces
debian/ubuntuシステムで作業している場合。
さらに情報を教えてください。