Win版Qemu安装Juniper8.1成功啦
先给大家看看效果,然后再把安装过程写成文档给大家吧。
root> show version
Model: olive
JUNOS Base OS boot [8.1R1.5]
JUNOS Base OS Software Suite [8.1R1.5]
JUNOS Kernel Software Suite [8.1R1.5]
JUNOS Packet Forwarding Engine Support (M/T Common) [8.1R1.5]
JUNOS Packet Forwarding Engine Support (M20/M40) [8.1R1.5]
JUNOS Online Documentation [8.1R1.5]
JUNOS Routing Software Suite [8.1R1.5]
root> show interfaces terse
Interface Admin Link Proto Local Remote
dsc up up
fxp0 up up
fxp1 up up
fxp2 up up
gre up up
ipip up up
lo0 up up
lo0.16385 up up inet
inet6 fe80::2aa:ff:fe00:101
lsi up up
mtun up up
pimd up up
pime up up
tap up up
root# set interfaces fxp0 unit 0 family inet address 192.168.10.1/24
root# commit
root> show interfaces terse
Interface Admin Link Proto Local Remote
dsc up up
fxp0 up up
fxp0.0 up up inet 192.168.10.1/24
fxp1 up up
fxp2 up up
gre up up
ipip up up
lo0 up up
lo0.16385 up up inet
inet6 fe80::2aa:ff:fe00:101
lsi up up
mtun up up
pimd up up
pime up up
tap up up
root> ping 192.168.10.100
PING 192.168.10.100 (192.168.10.100): 56 data bytes
64 bytes from 192.168.10.100: icmp_seq=1 ttl=128 time=207.266 ms
64 bytes from 192.168.10.100: icmp_seq=0 ttl=128 time=2181.561 ms
64 bytes from 192.168.10.100: icmp_seq=2 ttl=128 time=2180.811 ms
64 bytes from 192.168.10.100: icmp_seq=3 ttl=128 time=2190.940 ms
64 bytes from 192.168.10.100: icmp_seq=4 ttl=128 time=2311.581 ms
^C
--- 192.168.10.100 ping statistics ---
7 packets transmitted, 5 packets received, 28% packet loss
round-trip min/avg/max/stddev = 207.266/1814.432/2311.581/805.098 ms