在esx环境下搭建了routeros,一直正常运行,因环境变更,做了一次主机和存储迁移,然后routeros就不通了,通过控制台登陆后无法ping通网关,ping自己的IP都不通,删除网卡再增加新的网卡后,可以ping通自己的ip了,还是ping不通网关,来回折腾了半天,最后确定是mac地址的问题..
分类:
其他好文 时间:
2016-03-08 21:46:29
阅读次数:
201
linux下用ppp上网需要两个程序:pppd和chat。ubuntu自带pppd和chat,可以使用man查看具体使用方法。 典型的ppp拨号需要准备几个文件: 1. pppd脚本。 2. chat脚本。 3. chap-secrets文件。 4. pap-secrets文件。 chat脚本是真正
分类:
系统相关 时间:
2016-02-25 00:04:06
阅读次数:
300
chap密文验证:必须使用对方的hostname和相同密码来验证:看配置,R1和R2的R1(config)#usernameR2passciscoR1(config)#inters0/0R1(config-if)#clockrate64000R1(config-if)#ipaddress192.168.1.1255.255.255.0R1(config-if)#noshR1(config-if)#encapsulationpppR1(config-if)#..
分类:
其他好文 时间:
2016-02-24 17:45:34
阅读次数:
412
零 点 计 费 系 统 对 接 ROS 教 程 1.首先我们到零点控制台:oa.eczcz.com先注册一个主账号:(当然,以前有维盟片区的主账号就不用再注册了,因为零点早就设计到支持多台路由器,所以,之前如果有主账号的用户就无需注册咯,直接添加新的片区来对接就可以了!) 2.使用我们刚注册好的主账
分类:
其他好文 时间:
2016-02-05 19:11:43
阅读次数:
197
RouterOS常用命令使用export命令导出,使用import命令导入。如:导出全部配置命令为:/exportfile=xxx 导入配置 命令:/importfile=xxx 导出路由表 命令:/iprouteexportfile=xxx 导出防火墙配置命令:/ip...
分类:
其他好文 时间:
2015-12-12 01:31:21
阅读次数:
159
Tasklets are the preferred way to implement deferrable functions in I/O drivers. As already explained,tasklets are built on top of two softirqs named ...
分类:
其他好文 时间:
2015-12-03 08:27:39
阅读次数:
162
In recent kernel versions, each CPU has its own ksoftirqd/n kernel thread (where n is thelogical number of CPU). Each ksoftirqd/n kernel thread runs t...
分类:
其他好文 时间:
2015-12-03 02:15:43
阅读次数:
169