首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > UNIXLINUX >

Linux 增添 广播地址

2012-08-16 
Linux 添加 广播地址Linux 配置 Weblogic 集群,需要手工增加广播地址?1、vi /etc/rc.local2、?#!/bin/sh## T

Linux 添加 广播地址

Linux 配置 Weblogic 集群,需要手工增加广播地址

?

1、vi /etc/rc.local

2、

?

#!/bin/sh

#

# This script will be executed *after* all the other init scripts.

# You can put your own initialization stuff in here if you don't

# want to do the full Sys V style init stuff.


touch /var/lock/subsys/local

route add -net 239.192.0.0 netmask 255.255.0.0 dev eth0

route add -net 239.193.0.0 netmask 255.255.0.0 dev eth0


?

热点排行