tldr/pages.fa/common/ifconfig.md

25 lines
569 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# ifconfig
> تنظیم کننده رابط های شبکه.
> اطلاعات بیشتر: <https://net-tools.sourceforge.io/man/ifconfig.8.html>.
- نمایش تنظیمات شبکه یک کارت شبکه :
`ifconfig eth0`
- نمایش جزئیات تمامی رابط ها، مشمول رابط های غیرفعال میشود :
`ifconfig -a`
- غیرفعال کردن رابط eth0 :
`ifconfig eth0 down`
- فعال کردن رابط eth0 :
`ifconfig eth0 up`
- اختصاص آدرس ای پی به رابط eth0 :
`ifconfig eth0 {{آدرس_ای_پی}}`