[問題] iptable & port mapping

歡迎提問 debian desktop 相關問題,何謂 desktop ? 舉凡您日常生活會用到的部份,如上網 ( www 、 bbs ..) 、程式設計、繪圖...等等。 通常以 X Window 環境底下問題為主。

[問題] iptable & port mapping

文章wsun013 » 週四 12月 09, 2004 11:03 am

hihi,

我的主機是 debian,
eth0 : 192.168.0.1

與另一台client (手提) 連在 hub 上
eth0 : 192.168.0.2

在 手提上的 port 8021 上開了一個ftp server

要如何用 iptable 將 192.168.0.1:21 接到 192.168.0.2:8021 上呢?

此外..

我看有些寫 "192.168.0.0/24"
其中 .0.0 和 /24 各是什麼意思呢?

我對網路不太熟說...但是又急於解決..請大家多多觀照了
頭像
wsun013
快樂的大學生
快樂的大學生
 
文章: 784
註冊時間: 週二 9月 14, 2004 12:12 pm
來自: 紐西蘭

re:[問題] iptable & port mapping

文章企鵝狂 » 週四 12月 09, 2004 12:08 pm

如果你的192.168.0.2是透過192.168.0.1然後NAT上網的話.才可以用iptables -j DNAT來導向到內部的主機

在192.168.0.1上面把port 21導向到192.168.0.2:8021
iptables -t nat -A PREROUTING -p tcp --dport 21 -j DNAT --to-destination 192.168.0.2:8021

http://www.linuxquestions.org/questions/history/253275

如果你只是要把192.168.0.1:21 導向192.168.0.1:8021
同一台機器上
iptables -t nat -A PREROUTING -p tcp --dport 21 -j REDIRECT --to-ports 8021

如果是要導向其他機器..請用rinetd
http://lenz.homelinux.org/rinetd/rinetd.html
http://news.bbc.co.uk/1/hi/world/asia-pacific/country_profiles/1285915.stm


Country profile: Taiwan
Map of Taiwan
Taiwan is the island which has for all practical purposes been independent for half a century, but which China regards as a rebel region that must be reunited with the mainland - by force if necessary.
企鵝狂
活潑的高中生
活潑的高中生
 
文章: 477
註冊時間: 週三 3月 31, 2004 11:13 am
來自: 台灣共和國

Re: [問題] iptable & port mapping

文章訪客 » 週二 1月 09, 2007 5:25 pm

wsun013 寫:此外..

我看有些寫 "192.168.0.0/24"
其中 .0.0 和 /24 各是什麼意思呢?



24 是 C class (8*3) 表示 mask 是 255.255.255.0

192.168.0.0 通常是指 網路區段. 例如, 192.168.0.2 ~ 192.168.0.254 的使用區段.
訪客
 


回到 debian desktop

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客