Linux Network Administratoramp;#039;s Guide (3rd Edition) [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Linux Network Administratoramp;#039;s Guide (3rd Edition) [Electronic resources] - نسخه متنی

Tony Bautts, Terry Dawson, Gregor N. Purdy

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید







9.5. More About Network Address Translation


The netfilter
software is capable of many different types of NAT. IP masquerade is
one simple application of it.



It
is possible, for example, to build NAT rules that translate only
certain addresses or ranges of addresses and leave all others
untouched, or to translate addresses into pools of addresses rather
than just a single address, as masquerade does. You can in fact use
the iptables command to generate NAT rules that
map just about anything, with combinations of matches using any of
the standard attributes, such as source address, destination address,
protocol type, port number, etc.



Translating the source address of a
packet is referred to as Source NAT, or SNAT, in
iptables. Translating the destination address of
a packet is known as Destination NAT, or DNAT.
SNAT and DNAT are targets that
you may use with the iptables command to build
more sophisticated rules.


/ 121