|
|
发表于 2004-8-20 09:23:58
|
显示全部楼层
|
看看能不能参照此贴改一下Author: dolly (---.mistral.cz)Date: 10-10-03 03:39Hi, same situation here. My ISP uses mac registration, so i have to change my mac address to connect without reregistering with ISP every time i change my nic.It works for me like this ...in /etc/coyote/coyote.conf i set my fake mac address...FAKEMAC=00:a0:c9:c5:4b:b7and in /etc/rc.d/rc.inet, just bellow IF_LOCAL and IF_INET setup...# Set fake MACif ! [ -z "$FAKEMAC" ]; thenecho "Setting up fake MAC address $FAKEMAC on $IF_INET ..."ifconfig $IF_INET hw ether $FAKEMACfi*********************88Author: Steve Eisner (---.nortelnetworks.com)Date: 11-19-03 09:57 |
|