CODE
> system reset
(系统自动复位清除设置并重新启动)让我们来看看这个机器上有哪些网卡:
CODE
> /interface print Flags: X ? disabled, D ? Dynamic, R - Running #NAME TYPE MTU 0 X ether1 ether1500 1 X ether2 ether1500
你可以看到这个机器上有两张网卡显示,但是却是禁止的。让我们来来给网卡指定名字,让以后看起来更方便
CODE
interface> set 0 name=”hotspot” interface> set 1 name=”internet” interface> print Flags: X ? disabled, D ? Dynamic, R - Running #NAME TYPE MTU 0 R internet ether 1500 1 R hotspot ether 1500
我们能根据名字更容易的查看某一张网卡的状态,让我们来给网卡指定IP地址。设置routeros的inernet网卡的地址为192.168.1.2,设置网关为192.168.1.1,dns用你的isp给你的。我们用212.159.13.50
CODE
> /ip ip> address add address=192.168.1.2/24 interface=internet ip> route add gateway=192.168.1.1 ip> dns ip dns> set primary-dns=212.159.13.50 ip dns> set secondary-dns=212.159.11.50
启用dns缓存
CODE
ip dns> set allow-remote-requests=yes ip dns> ..
现在设置hotspot这张网卡
CODE
ip> hotspot ip hotspot> setup Select interface on which to run HotSpot Hotspot interface: hotspot Enable universal client configuration? Enable universal client: yes
这个功能是允许远程机器连接到即使他们使用完全不同的网络设置
CODE
Local address of hotspot network gateway: 10.5.50.1/24 Masquerade hotspot network: yes Address pool of hotspot network will be: 10.5.50.2-10.5.50.254 ip address of smtp server: 192.168.1.3
我们必须输入你的ISP的smtp服务器的IP,如果你没有,你可以给一个“internet” 段的IP。
CODE
Use local DNS cache? use local DNS cache: yes Setup DNS Configuration dns servers: 192.168.1.2
设置dns
CODE
Name of hotspot user: admin Password for the user: admin
设置hotspot超级管理员的用户名和口令(一定要保证安全)
CODE
Select another port for (www) service Another port for service: 8081
指定另外一个端口8081给winbox用
CODE
Use transparent web proxy for hotspot clients? Use transparent web proxy: yes
使用web代理缓存最后就设置好了。翻译得不好,原文见:http://www.mikrotik.com/forum/viewtopic.ph...b21593f8192c1df E文不好看不懂!!请高手说说! 不错啊...很详细哦 好文,够详细 受教了 ??一下,我按照步?做了,不?,在?置hotspot端口?80的?候,怎?提示是invalid啊?可以?忙回答一下是什??致的????。 QUOTE (soldierleong @ May 18 2005, 09:28 AM)
??一下,我按照步?做了,不?,在?置hotspot端口?80的?候,怎?提示是invalid啊?可以?忙回答一下是什??致的????。
把www的端口改成别的不用的端口
回复 #7 bow 的帖子
楼猪真牛太佩服了 可惜我看不懂!!! 谢谢楼主正是 我需要 原帖由 foyemeizhe 于 2007-6-17 15:27 发表 http://bbs.routerclub.com/images/common/back.gif
谢谢楼主正是 我需要
我也是 谢谢啊 测试不通 这样设置好像不行哦?LZ? 。。。。还是进入WINBOX 设置看的懂 我是一名新手 非常希望学这个东西 希望能提供一下入门教程谢谢了:loveliness: :loveliness: :L HOTSPOT?做什么用的?