gaopangzi 发表于 2004-11-3 22:27:07
!!!闪亮@CCF原创,转载请标明出处。!!!转载自CCF源起如何实现“网络即插即用”?完成routeos的基本安装,以我的机器为例,更改网卡名/interface set ether1 name=localset ether2 name=publicenable localenable public固定IP的话,设置网卡IP,因为我做的hotspot,在这里有台机器在上一级做NAT的,所以外部IP我是用10.4.8.199/24,大家可以在这里设置成ISP给的IP地址/ip addressadd address="192.168.2.1/24" interface=localadd address="10.4.8.199/16" interface=public如果是用pppoe拨号则需要/interface pppoe-clientadd name="adsl" user="isp username" password="isp password" mtu=1492 mru=1492 \interface=public add-default-route=yes use-peer-dns=yes disabled=no/ip addressadd address="192.168.2.1/24" interface=local添加ip pool/ip pooladd ranges=192.168.2.1-192.168.2.100 name=local_User_Pooladd ranges=192.168.2.101-192.168.2.200 name=Universal_User_Pool添加DHCP server/ip dhcp-serveradd name=local interface=local address-pool=local_User_Pool \dhs-server=192.168.2.1 gateway=192.168.2.1 lease-time=24h netmask=24 wins-server=10.4.1.10设置正确的DNS/ip dnsset primary-dns=202.96.134.133 secondary-dns=202.96.128.68设置正确的DNS cache/ip dns-cacheset enabled=yes primary-dns=202.96.134.133 secondary-server=202.96.128.68设置NAT/ip firewall src-natadd action=masquerade在这里只说明一下大家所说的ip pnp的设置,其它的如hotspot,firewall等的设置就不多说了/ip hotspot universaladd address-pool=Universal_User_Pool disabled=no interface=local/ip firewall dst-natadd dst-address=0.0.0.0/0:53 protocol=udp src-address=192.168.2.0/24:0-65535 \to-dst-address=192.168.2.1 to-dst-port=53 action=nat就这么简单的设置。下面的客户端已经可以任意IP上internet了。如果结合hotspot可以实现类似酒店里web页面登陆上网的功能。RouteOS的功能很强大,像轻松实现VPN,透明代理等,他自带的一些小工具也比较好用,像通过ping检测服务器状态并触发事件,这个是很实用的功能。欢迎大家交流使用心得。有个小问题,有个朋友使用RouteOS的pppoe拨号,接入后不能通过FTP下载一些大文件,反复修改mtu和mru未果,请朋友指教。闪亮@CCF原创,转载请标明出处。10-26-2004 17:14acan 发表于 2004-11-3 22:47:23
旧帖子好象有类似的内容呀gaopangzi 发表于 2004-11-4 02:02:28
看到,觉得很不错,就转过来了。
页:
[1]