2 network cards
Status: Inactive
Brought to you by:
mrnk
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
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
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.