Olive Install

http://www.sidsmokes.com/router.lab.html

 

'Only the network cards are very specific. I bought 65 of them on ebay. They use the Intel 82559 chip. I have heard that other chipsets will work as well, such as 82557, 82558.
'
Originally, I used an old version of Ghost to get the router images duplicated. The process is pretty speedy since the image is only about 1GB. Speedier still is making it from scratch.

Step 1) Install the base OS
Install FreeBSD 4.4 mini from this ISO (176 MB)
Make a single partition, type 165, set it active (bootable) and then slice it like this:

/dev/ad0s1a, 500M, /
/dev/ad0s1b, 500M, swap
/dev/ad0s1e, 100M, /config
/dev/ad0s1f, the rest, /var

Step 2) Make some file system changes
After it reboots, issue these commands:

# rm /dev/wd0c
# ln -s /dev/ad0c /dev/wd0c
# mkdir /var/etc
# touch /var/etc/master.passwd
# touch /var/etc/inetd.conf
# touch /var/etc/group

Step 3) Copy and add the jinstall
(A note about the JUNOS software: I will not send anyone Juniper software. Don't ask. If you don't know how to get it, then you're probably not supposed to have it anyway. You can download it from the Juniper site if you have an account. Don't bug Juniper JTAC about olives either. They are not supported.)

I started with jinstall 7.2R2.4, which I had on CD. A reader from The Netherlands reported problems starting this install with anything later than 7.4R3.3, however had no problems upgrading to later versions from the CLI once the install was complete.

# mount /cdrom
# cp /cdrom/jinstall-7.2R2.4-domestic-signed.tgz /var/tmp
# pkg_add /var/tmp/jinstall-7.2R2.4-domestic-signed.tgz

The pkg_add process does its thing, which takes about 30 seconds. Time to reboot...

# umount /cdrom
(Take out the CD if you want to get it from the drive before you reboot.)

# reboot

Step 4) Don't touch it
The router will start up, install the jinstall package automatically, then reboot itself.

Step 5) Enjoy
The total time elapsed from start to finish should be about 15 minutes.


Xyplex Configuration

The routers are designed to be accessible via the serial port. For this I purchased a Xyplex MaxServer 1640, also on ebay. The number of ports (40) was over-kill, but other terminal servers (Cyclades, Cisco) cost too much or were too old. The lesser models of the Xyplex came with a BNC media link - yuck! The 1640 is only 10Mbit but it has an RJ45 media link. Simple topology.

I used the manual to revert to the default configuration and loaded this configuration. Next, I used telnet to connect from my computer. Here is the command:

telnet [IP address] [port] (where [port] = 2000 + port number X 100)

Since I used port # 31 for Router1, my command looks like this:

telnet 192.168.0.100 5100

These are the Xyplex manuals.
MAX ULI
MAX Intro
MAX Basic Config
MAX Command Ref
MAX Hardware Install
 
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
简要介绍: 本工具是对java class文件进行加密保护的工具!本工具全面支持linux/unix/windows操作系统。 众所周知,java编译后的class文件是一种中间字节字文件, 很容易被反编译工具反编译,而传统的java源代码保护方法基本都是采用混淆的方式, 但这样会带来很多麻烦,而且也不能真正保护class文件, 本工具是对class文件进行加密,采用jni的方式解密运行, 加密算法达到256位,加密后的class文件不可能被破解,反编译工具也对加密后的class文件无能为力。 运行方式: 运行时,要能正确的加载加密后的class文件, 必须使用我们提供的动态链接库classloader.dll(wndows操作系统)或者libclassloader.so(Linux、Unix操作系统)。 执行java时带上参数-agentlib:\classloader 注意此处不要后缀名.dll(或者.so)。 如: windows下执行java: java -agentlib:C:\classloader HelloWorld Linux、Unix等系列操作系统下执行java: java -agentlib:/home/classloader HelloWorld 应用场合: 独立的应用程序,运行java时,带上参数-agentlib:\classloader Tomcat、Jboss等Java application server修改启动脚本, 把执行java的命令行后面加上参数-agentlib:\classloader 适应环境: 操作系统:所有操作系统,Windows系统、Linux/Unix,只是运行时, 使用的动态链接库文件不一样而已,其它配置完全一样。 jdk必须1.5以上。 下载地址: http://www.cr8ge.com/admin/upload/2011020917102317195.rar http://www.kmcxzs.cn/admin/upload/2011020917131925480.rar
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值