From: Henry N. <Hen...@Ar...> - 2006-12-05 09:30:58
|
Nambi J U wrote: > I am trying to use the stable release of 0.7.1 that Henry had suggessted > for use. Is there a way to set the MAC address when using SLIRP for > networking. No. The MAC is fixed coded in the source, and is only seeing from coLinux side, not from the host side. SLiRP handle only TCP and UDP datagrams to the outside, it's never sending ARP requests. I think, you never need to change the MAC, because it's a virtual network only between coLinux and the host. The seeing from outsite into your host the slirp use your MAC from your network adapater. From the outside your SLIiRP interface is completly hidden, it's seeing only as a application using the winsock networking API. -- Henry Nestler |