webjump 发表于 2006-10-24 16:49:19

vyatta的安装实例,抛砖引玉帖。

我是用VMWARE做的实验网卡1是HOST-ONLY 网卡2是Bridged。

虚拟机设置可以参考 利用虚拟机调试ROS详解
http://www.routerclub.com/viewthread.php?tid=7077&highlight=%D0%E9%C4%E2%BB%FA

首先下载光盘景象包
http://www.vyatta.com/download/ofr.php?m=reg1
http://www.vyatta.com/download/dl_log.php?d=1.0.3/vyatta-livecd-1.0.3.iso
http://www.vyatta.com/download/dl_log.php?d=1.0.3/vyatta-livecd-1.0.3.iso.torrent

启动后,输入用户:root,密码:vyatta
提示行出现后运行:install-system

Welcome to the Vyatta install program.This script
will walk you through the process of installing the
Vyatta image to a local hard drive.
Would you like to continue? :Yes (一定要注意大小写)

下面安装提示,一路下去,没什么问题的。安装好后重起。

启动后,输入用户:vyatta,密码:vyatta

下面设定网卡IP。

configure
set interfaces ethernet eth0 address 192.168.226.254 prefix-length 24   (内网IP)
set interfaces ethernet eth1 address 192.168.0.191 prefix-length 24       (外网IP)
set system gateway-address 192.168.0.1                                             (外网网关)
commit

至此在vyatta中已经可以PING通外网。

下面的问题就是内网如何搞通,不知道该如何去做。
欢迎有兴趣的一起来试试。

add1132 发表于 2006-10-29 16:19:50

我有资料,下次分享。

lxw2016 发表于 2006-11-3 08:46:33

在那里啊!

lfitwy 发表于 2006-11-4 10:02:09

图片都没有张 不知道是哪路神仙

fuger 发表于 2006-11-15 08:05:10

既然是实例,又是用VMWARE虚拟机作试验,应该有几张图片才对,一张图片胜过你一大堆罗嗦的语言。

webjump 发表于 2006-11-21 19:09:58

set service http port 80
commit

dslz 发表于 2006-11-24 19:57:00

经楼主指导可以打开WEB了可是为什么不能登陆呢
提示网页有错误

行:61
字符:4
代码:0
错误:Automation 服务器不能创建对象
网址:http://192.168.1.254/

hailong001 发表于 2006-11-26 20:22:20

我装了,测试了,没找到限速功能,也没看到有acl,什么破路由:@

webjump 发表于 2006-11-29 15:13:09

从网上下载的FLASH教程

newshow 发表于 2010-12-22 11:14:14

我日我没钱了吗??

99046169 发表于 2011-1-8 16:07:13

赚一个铜版

374533905 发表于 2014-11-29 13:33:28

楼主威武值得我们好好学习下
页: [1]
查看完整版本: vyatta的安装实例,抛砖引玉帖。