Menu

#1 2 network cards

v1.0_(example)
open-fixed
nobody
5
2003-02-09
2002-09-14
Anonymous
No

hi
I have 2 network cards and am trying to use linc ......
linc does not work until i tell the server ppl to reset the
mac address....
i saw that the password always keeps on changing ONLY
when there r 2 network cards......
also the cyberroam client sends the mac address of both
the network cards ..... can u pls help
Vinay

Discussion

  • Arvind Rao

    Arvind Rao - 2003-02-07

    Logged In: YES
    user_id=687854

    if u have cyberoam for windows, use a sniffer to analyze the login message...it contains the addresses of both cards separated by a comma. Use this in lincrc. For example,

    hwaddr = 00:80:AD:83:15:5C,00:80:AD:90:16:9A

    In in the linc source, make the following change to LoginMsg.h:

    /** @brief Hardware address length */
    static const u_int32_t c_kui32HWAddrLen = 35;

    (This was originally set to 17)

    Make and run. It should work now but if it doesn't, try reversing the order of the mac addresses.

    --RAO

     
  • Mayur R. Naik

    Mayur R. Naik - 2003-02-09
    • status: open --> open-fixed
     
  • Mayur R. Naik

    Mayur R. Naik - 2003-02-09

    Logged In: YES
    user_id=135334

    I'm incorporating changes changes suggested by Arvind Rao.
    Shyam, I can't test this because my NICs are on different
    physical subnets so do report if the problem is solved for you.
    Then we can close this bug.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.