考试首页 | 考试用书 | 培训课程 | 模拟考场 | 考试论坛  
  当前位置:操作系统 > Unix > 文章内容
  

Unix系统:freebsd服务器ARP绑定脚本

 [ 2017年6月28日 ] 【

  #!/bin/sh

  _PATH="/home/shwb"

  if [ -s $_PATH/md5 ] && [ -s $_PATH/arp.txt ] ; then

  new=`md5 $_PATH/arp.txt | cut -d ' ' -f 4`

  old=`cat $_PATH/md5`

  if [ "$new" != "$old" ] ; then

  arp -a -d

  arp -f $_PATH/arp.txt

  date "+DATE: %Y-%m-%d-%H:%M:%S" >>/var/log/arp.log

  md5 $_PATH/arp.txt | cut -d ' ' -f 4 >$_PATH/md5

  fi

  elif [ -s $_PATH/arp.txt ] ; then

  arp -a -d

  arp -f $_PATH/arp.txt

  date "+DATE: %Y-%m-%d-%H:%M:%S" >>/var/log/arp.log

  md5 $_PATH/arp.txt | cut -d ' ' -f 4 >$_PATH/md5

  fi

  注arp.txt文件格式为ip mac,如:

  192.168.1.1 00:00:00:00:00:00

  配合ftp就可以实现远程动态修改服务器的静态MAC表了

本文纠错】【告诉好友】【打印此文】【返回顶部
将考试网添加到收藏夹 | 每次上网自动访问考试网 | 复制本页地址,传给QQ/MSN上的好友 | 申请链接 | 意见留言 TOP
关于本站  网站声明  广告服务  联系方式  站内导航  考试论坛
Copyright © 2007-2013 中华考试网(Examw.com) All Rights Reserved