发新话题
打印

[原创] Patch for MultiCast in Olive with VMware(版本重要变更,支持逻辑路由器!)

本主题由 wanzxj 于 2008-5-7 01:31 加入精华
Thanks a lot for your tip. Now is working. i use FreeBSD 4.10-miniinst and working fine.

Everything you need, i'm a glad to help you.

Best Regards

TOP

引用:
原帖由 joaonetto 于 2008-2-4 23:13 发表
Hello, every one.



I make all config with they tell, but my problem is the same. I use VMWare 6.0.1 build-55017, and i have 4 ethernets "e1000" installed. My JUNOS working with 8.5R1.14.



...
感谢这位国外友人参与,能看到中文真是相当不容易

TOP

Thanks a lot Ciscoanc- 多謝

TOP

Problems with RIP

Hello every one.

The patch syscall.ko perfectly worked with OSPF, but I have possessions to receive announcements through RIP.

See the kldstat:
root@Chardonnay% kldstat
Id Refs Address    Size     Name
1    4 0xc0400000 aa5438   kernel
2    1 0xc1e32000 2000     syscall.ko
3    1 0xc212f000 20000    ipsec.ko
4    1 0xc2150000 7000     microcode.ko

The interesting is that when capturing packages of the interfaces destined to the I announce RIP, no package is directed, be him of broadcast or multicast.

I made the procedure again of the interfaces as described (dev.in.X.fix_em_multicast =1) and nothing changed.

below, see the configurations of my machines.

root@Riesling# show
rip {
    group Test {
        neighbor em2.0;
        neighbor em3.0;
        neighbor em1.0;
    }
}

[edit protocols]

root@Chardonnay# show
rip {
    group Test {
        neighbor em1.0;
    }
}

[edit protocols]

root@Cabernet> show configuration protocols
rip {
    group Test {
        neighbor em2.0;
        neighbor em1.0;
    }
}

[edit protocols]

root@Merlot# show
rip {
    group Test {
        neighbor em1.0;
        neighbor em2.0;
    }
}

[edit protocols]

What i do wrong ?

Best Regards,

TOP

Sorry

Excuse me people, I wandered, excuse me again. I forgot to apply them policy on the connections directly connected.

and every thing works fine again.

Sorry.

TOP

dddddddddddddddddddddddddd
本帖最近评分记录
  • admin 人品 -5 恶意灌水 2008-3-3 07:42
  • admin 白银 -5 恶意灌水 2008-3-3 07:42

TOP

help ?

hello,

I am traying to install this patch but i don't know how to boot in single mode "boot  -s" means where i put it.

附件

VM.JPG (9.33 KB)

2008-3-3 21:40

VM.JPG

TOP

facing problem after patchin for multicast

Hi to all
I dont know chinese please answer in English i would be very glad.

I have installed VMWARE 6.0 workstation and then JUNOS 8.5R1.14 after upgrading. Now I have patched the system with syscall.ko file placed in both directories /boot and /modules

When I called the command kldload syscall.ko in single user mode the following output was observed.
===================
# kldload syscall.ko
syscall loaded at 210
max em unit is 4
Error At unit 3 Get Em softc
# ^D
=====================

Then in multi user mode i entered following commands and output is given below
===
root@Lahore%
root@Lahore% sysctl dev.em.0.fix_em_multicast = 1
dev.em.0.fix_em_multicast: -1
sysctl: unknown oid ''
root@Lahore% sysctl dev.em.1.fix_em_multicast = 1
dev.em.1.fix_em_multicast: -1
sysctl: unknown oid ''
root@Lahore% sysctl dev.em.2.fix_em_multicast = 1
dev.em.2.fix_em_multicast: -1
sysctl: unknown oid ''
root@Lahore%
root@Lahore%
===

Tell me what is wrong and what should i do ?

Please guide me on both routers configurations are given below:

LAHORE
====

root@Lahore> show configuration protocols ospf   
area 0.0.0.0 {
    interface em0.0;
    interface em2.0;
}

root@Lahore> ping 10.1.1.1
PING 10.1.1.1 (10.1.1.1): 56 data bytes
64 bytes from 10.1.1.1: icmp_seq=13 ttl=64 time=1.825 ms
64 bytes from 10.1.1.1: icmp_seq=14 ttl=64 time=0.438 ms
64 bytes from 10.1.1.1: icmp_seq=15 ttl=64 time=0.414 ms
64 bytes from 10.1.1.1: icmp_seq=16 ttl=64 time=1.142 ms
64 bytes from 10.1.1.1: icmp_seq=17 ttl=64 time=1.219 ms
64 bytes from 10.1.1.1: icmp_seq=18 ttl=64 time=0.281 ms
64 bytes from 10.1.1.1: icmp_seq=19 ttl=64 time=0.422 ms
64 bytes from 10.1.1.1: icmp_seq=20 ttl=64 time=1.113 ms
64 bytes from 10.1.1.1: icmp_seq=21 ttl=64 time=1.041 ms
64 bytes from 10.1.1.1: icmp_seq=22 ttl=64 time=0.431 ms
64 bytes from 10.1.1.1: icmp_seq=23 ttl=64 time=0.409 ms
64 bytes from 10.1.1.1: icmp_seq=24 ttl=64 time=0.478 ms
64 bytes from 10.1.1.1: icmp_seq=25 ttl=64 time=0.362 ms
============================

ISLAMABAD
=======
root@Islamabad> show configuration protocols ospf   
area 0.0.0.0 {
    interface em0.0;
    interface em2.0;
}

root@Islamabad>

root@Islamabad>

root@Islamabad> ping 10.1.1.1
PING 10.1.1.1 (10.1.1.1): 56 data bytes
64 bytes from 10.1.1.1: icmp_seq=0 ttl=64 time=2.029 ms
64 bytes from 10.1.1.1: icmp_seq=1 ttl=64 time=0.104 ms
^C
--- 10.1.1.1 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max/stddev = 0.104/1.067/2.029/0.963 ms

root@Islamabad> show interfaces terse
Interface               Admin Link Proto    Local                 Remote
dsc                     up    up  
em0                     up    up  
em0.0                   up    up   inet     10.1.1.1/24   
===========================


PLEASE HELP ME and tell me what to do  ?

Regards,

Hasan.Rauf AT GMAIL>COM

TOP

Any one there

Anyone there to help me regarding the up post from me ?

Please help it is urgent

TOP

please give me the output of command "kldstat" and "sysctl -a |grep fix"
引用:
原帖由 hasan1507 于 2008-3-11 21:21 发表
Hi to all
I dont know chinese please answer in English i would be very glad.

I have installed VMWARE 6.0 workstation and then JUNOS 8.5R1.14 after upgrading. Now I have patched the system with sys ...

TOP

Thanks for answering i m very glad to here from you

when i do kldload syscall.ko in single user mode

# kldload syscall.ko
syscall loaded at 210
max em unit is 4
Error At unit 3 Get Em softc
#

=======

oot@Lahore%
root@Lahore% sysctl dev.em.0.fix_em_multicast = 1
dev.em.0.fix_em_multicast: -1
sysctl: unknown oid ''
root@Lahore% sysctl dev.em.1.fix_em_multicast = 1
dev.em.1.fix_em_multicast: -1
sysctl: unknown oid ''
root@Lahore% sysctl dev.em.2.fix_em_multicast = 1
dev.em.2.fix_em_multicast: -1
sysctl: unknown oid ''
root@Lahore%
root@Lahore% kldstat
Id Refs Address    Size     Name
1    3 0xc0400000 aa5438   kernel
2    1 0xc20c8000 2000     syscall.ko
3    1 0xc2340000 7000     microcode.ko
root@Lahore%
root@Lahore%
root@Lahore%
root@Lahore%
root@Lahore% sysctl -a | grep fix
dev.em.0.fix_em_multicast: -1
dev.em.0.fix_em_promisc: -1
dev.em.1.fix_em_multicast: -1
dev.em.1.fix_em_promisc: -1
dev.em.2.fix_em_multicast: -1
dev.em.2.fix_em_promisc: -1
root@Lahore%
root@Lahore%

========================

TOP

U should input "sysctl dev.em.2.fix_em_multicast=1"
not "sysctl dev.em.2.fix_em_multicast = 1"

TOP

阿言 应该写一个英文的安装简介
www.netemu.cn
致力于网络模拟器的应用
E-mail:netemu@gmail.com
Msn:dofu@live.com

TOP

Thanks alot man it works. It is good...
I have no words to thank you people...

I just want to ask why i have to patch everything when the router reboots ?

what is the solution of this problem.

Thanks in advance

Regards,

Hasan

TOP

引用:
原帖由 admin 于 2008-3-17 22:00 发表
阿言 应该写一个英文的安装简介
说得对哦,好像出问题的都是国外的朋友。

我已经找到固化的方法了,不需要每次都去打补丁了。不过要下载整个内核也是够费劲的。30多M的东西通过什么方式发布比较好?

TOP

then what to download which file...? please tell me ?

So that i m free of patching again again when the router reboots.

TOP

引用:
原帖由 rwayan 于 2008-3-19 23:54 发表


说得对哦,好像出问题的都是国外的朋友。

我已经找到固化的方法了,不需要每次都去打补丁了。不过要下载整个内核也是够费劲的。30多M的东西通过什么方式发布比较好?
直接分卷传到论坛,版主附件最大10M,分三次就传完了,
或者给我吧 我传到FTP
www.netemu.cn
致力于网络模拟器的应用
E-mail:netemu@gmail.com
Msn:dofu@live.com

TOP

现在ftp不是挂了吗

TOP

good

good.go on

TOP

it seem to no support VRRP、RSVP

TOP

发新话题