找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 15202|回复: 17

[linux] 请教:关于redhat linux9.0如何做双线自动切换

[复制链接]
发表于 2006-1-5 00:59:07 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

×
有谁知道啊,可不可以给一份详细的说明,万分感谢~

[ 本帖最后由 duanbin0890 于 2006-1-5 01:17 编辑 ]
routeros
 楼主| 发表于 2006-1-5 01:29:30 | 显示全部楼层
怎么没人知道吗?
routeros
回复

使用道具 举报

发表于 2006-1-5 17:23:58 | 显示全部楼层
楼主的意思是一根线不通的话自动换成另一根吗?
routeros
回复

使用道具 举报

 楼主| 发表于 2006-1-6 14:46:04 | 显示全部楼层
是啊,因为是专业服务器,是scsi硬盘,不能用router os,所以请教各位高手怎么做?
routeros
回复

使用道具 举报

发表于 2006-1-6 15:03:08 | 显示全部楼层

试试这个shell脚本。不一定能用。

#!/bin/sh
# edited by hb 2006.1
# set -x
#######################################################
PingConf='/root/monitor/pingIp'
LogDir='/root/monitor/pingLog'

#Define the interval time
INTERVAL='10'
########################################################
proc_main()
{
for i in `cat $PingConf`

   do
       IpAddress=$i
       ping -w20 $IpAddress -c 10 >errtmp
       if [ $? = 0 ] ; then
               rm errtmp
       else
               rm errtmp
               ErrTime=`date +%Y/%m/%d/%H:%M:%S`
               echo "$ErrTime"": ""$IpAddress"" cann't be connected">>$LogDir
#               sleep 1
#               cp /root/monitor/pingLog  /var/www/html/pingLog.html
               sleep 1
               sh -x /root/default               (default为一shell文件内容是#!/bash/sh
                         route replace default gw 211.111.111.111另一条线路网关作为默认网关)
       fi
    done
  }

##########################################################
# execute the proc_main function every the specified time INTERVAL
while [ "1" -eq "1" ]
do
     proc_main
     sleep $INTERVAL
done

[ 本帖最后由 hb2k 于 2006-1-6 15:12 编辑 ]
routeros
回复

使用道具 举报

发表于 2006-1-6 15:10:51 | 显示全部楼层

回复 #5 hb2k 的帖子

就是ping /root/monitor/pingIp 文件里的ip地址,假如现在你用221.0.0.1/30ping网关221.0.0.2/30 一但221.0.0.2不通10个包后,服务器默认路由从221.111.111.111走,也就是你另一块网卡的网关。replace是替换。同时把ping不通的地址和时间以web形式由apache发布。
routeros
回复

使用道具 举报

 楼主| 发表于 2006-1-6 15:36:21 | 显示全部楼层
有没有详细的配置说明啊?就是安装完redhat linux9.0 后的具体配置说明
routeros
回复

使用道具 举报

发表于 2006-1-7 16:04:53 | 显示全部楼层

linux非ros.
routeros
回复

使用道具 举报

 楼主| 发表于 2006-1-8 03:04:13 | 显示全部楼层
这里那么多高手都上哪里去了?
难道这个问题太简单了吗?
都不屑回答我?
routeros
回复

使用道具 举报

发表于 2006-1-8 03:13:12 | 显示全部楼层
关于这个问题的资源你在 www.wglm.net 上或着www.51758.com上面有的  我上次见过
routeros
回复

使用道具 举报

 楼主| 发表于 2006-1-8 15:45:28 | 显示全部楼层
我上去找过了,没有啊
你能否提供具体的地址
routeros
回复

使用道具 举报

发表于 2006-1-9 15:12:28 | 显示全部楼层
就是就是
routeros
回复

使用道具 举报

发表于 2006-1-10 02:03:12 | 显示全部楼层
附件里面有我刚写好的
别忘了好了后把SQUID也加上^_^
routeros
回复

使用道具 举报

发表于 2006-1-10 02:04:36 | 显示全部楼层
就是这个

还有数据分流和负载均衡

要注意使用!

liantongdaili.rar

1.99 KB, 下载次数: 284, 下载积分: 铜板 -1

routeros
回复

使用道具 举报

发表于 2006-1-10 02:05:25 | 显示全部楼层
hb2k 说的很对

楼主你要听他的哦
^_^
routeros
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|小黑屋|软路由 ( 渝ICP备15001194号-1|渝公网安备 50011602500124号 )

GMT+8, 2024-11-5 20:41 , Processed in 0.144213 second(s), 8 queries , Gzip On, Redis On.

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表