pengkebao
发表于 2004-2-5 18:40:05
顶
moran321
发表于 2004-2-10 22:17:24
The server'would have been s address now is 192.168.0.4, and we are running web server on it that listens to the TCP port 80. We want to make it accessible from the Internet at address:port 10.0.0.217:80. This can be done by means of Static Network Address translation (NAT) at the MikroTik Router. The Public address:port 10.0.0.217:80 will be translated to the Local address:port 192.168.0.4:80. One destination NAT rule is required for translating the destination address and port:
ip firewall dst-nat> add action=nat protocol=tcp
dst-address=10.0.0.217/32:80 to-dst-address=192.168.0.4
ip firewall dst-nat> print
Flags: X - disabled, I - invalid, D - dynamic
0 src-address=0.0.0.0/0:0-65535 in-interface=all
dst-address=10.1.0.217/32:80 protocol=tcp icmp-options=any:any flow=""
src-mac-address=00:00:00:00:00:00 limit-count=0 limit-burst=0
limit-time=0s action=nat to-dst-address=192.168.0.4 to-dst-port=0-65535
ip firewall dst-nat>
谁可以翻译下?谢谢了。
abea
发表于 2004-2-12 20:11:53
IP Firewall -Destionation NAT
Nat 映射端口 web
dst.port 81
protocol tcp
Action Nat
To Dst. Addresses:192.168.0.208-192.168.0.208
To Dst. Ports 81
封25端口.
IP Firewall -Filter Rules 右上角选上forward 再点+号
Dst. Port:25
Protocol:Tcp
Tcp Options:syn
Action:drop
abea
发表于 2004-2-12 20:12:41
内网Ping 不到外网可以设置吗??
yunyun
发表于 2004-2-12 21:39:35
实现端口映射
cqjjzhb
发表于 2004-3-22 20:09:27
顶 :!:
心想事成
发表于 2004-3-22 22:48:04
up
crashdream
发表于 2004-3-29 22:04:53
固定ip,按楼上的的方法没成功,求解
昱头
发表于 2004-4-5 11:12:38
给你顶下
etb32
发表于 2004-4-5 23:23:34
ding
luke
发表于 2004-5-9 16:54:34
是不是在ip=>server里面加个东西啊,谁是一下啊
zdy1976
发表于 2004-6-13 22:25:58
8)增加静态路由:ip--》routes 选择 + 号,选中gateway,输上网关地址
在这里,destination 可以使用默认 0.0.0.0 ,表示路由所有的地址,也可以根据你的需要,只对你指定的ip范围路由。静态路由可以有多条,比如可以分别指定多个ip段,达到管理的目的
这里说的网关是需要找ISP要吗?还是用192.168.0.1
sdbaby
发表于 2004-6-14 09:08:11
在你的机器上
ipconfig
然后可以看到
hardbone
发表于 2004-6-21 02:21:21
为什么第一块网卡IP设成192.168.0.1 而网关设成192.168.0.254这个软路由不就是作为网关吗??IP怎么不同???
bits
发表于 2004-6-22 22:04:07
为何我安装完后,第一次启动提示登录时输入" admin"后总说错误?????