linux服务器路由器登录,将linux服务器模拟成路由器的方法

apt-get install quagga        #安装quagga

updatedb         #更新数据库

locate ospfd.conf       #查看osfd.conf的位置

root@ubuntu:/etc/quagga     # locate ospfd.conf

/usr/share/doc/quagga/examples/ospfd.conf.sample

root@ubuntu:/etc/quagga     #

cp /usr/share/doc/quagga/examples/ospfd.conf.sample  /etc/quagga/ospfd.conf        #将文件复制到相应的目录下并修改文件名

cp /usr/share/doc/quagga/examples/zebra.conf.sample  /etc/quagga/zebra.conf        #将文件复制到相应的目录下并修改文件名

cd /etc/quagga/          #进入相关目录

vi daemons               #修改daemons

root@ubuntu:/etc/quagga     # cat daemons

# This file tells the quagga package which daemons to start.

#

# Entries are in the format: =(yes|no|priority)

#   0, "no"  = disabled

#   1, "yes" = highest priority

#   2 .. 10  = lower priorities

# Read /usr/share/doc/quagga/README.Debian for details.

#

# Sample configurations for these daemons can be found in

# /usr/share/doc/quagga/examples/.

#

# ATTENTION:

#

# When activation a daemon at the first time, a config file, even if it is

# empty, has to be present *and* be owned by the user and group "quagga", else

# the daemon will not be started by /etc/init.d/quagga. The permissions should

# be u=rw,g=r,o=.

# When using "vtysh" such a config file is also needed. It should be owned by

# group "quaggavty" and set to ug=rw,o= though. Check /etc/pam.d/quagga, too.

#

zebra=yes     #将zebra从no修改成yes

bgpd=no

ospfd=yes     #将ospfd从no修改成yes

ospf6d=no

ripd=no

ripngd=no

isisd=no

root@ubuntu:/etc/quagga #

telnet 0 2604   #登录到刚刚创建好的虚拟路由器中,密码是zebra

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值