On 10/09/2013 23:50, Joseph wrote: > I forgot to mention. > My router is an old 486-box running freesco. So I'm trying to find out > if the router is the problem with slow connection. > as my download speed on cable is only 3.7Mbps and it should be about > 15Mbps up to 25Mbps > upload speed is 1.5Mbps
What speed NIC do you have in that 486? 10M? 100M? And is it running full duplex? 3.7M is, IIRC, about what I'd expect from 10M half-duplex. NIC cards of that era were prone to getting auto-negotiation badly wrong. Even an old 486 should be able to deal with 100M traffic easily. Even so, I'd still not trust your cable provider's advice. There is still a good chance the problem really is with the cable connection. > > -- > Joseph > > On 09/10/13 23:10, Alan McKinnon wrote: >> On 10/09/2013 19:47, Joseph wrote: >>> Does anybody know how to spoof mac address on Gentoo? >>> >>> I want to connect a machine directly to the modem but if I do so my >>> static IP will change; so to retain static IP I want to spoof mac >>> address on one of my machine to the same MAC as on my router. >>> >> >> >> If you have a host and a router with the same MAC address, how do you >> suppose ethernet will continue to work? >> >> Instead, rather do it right - your modem has a dhcp server. Configure it >> to supply a specific address to your host's MAC address. Or, just set >> the address statically in /etc/conf.d/net and don't use dhcp. >> >> Or, do you actually want to bridge the modem and do pppoe on the host >> instead of by the modem? >> >> in /etc/conf.c/net: >> >> mac_key_001122334455="s:foobar" >> >> documented in /usr/share/doc/netifrc*/net.example.bz2 >> >> If you use a different network manager, consult that packages own docs >> on how to change mac addresses. >> >> >> >> -- >> Alan McKinnon >> [email protected] >> >> > -- Alan McKinnon [email protected]

