Ask a Question related to FreeBSD, Design and Development.
-
Rob #1
Change MAC address of LAN card in rc.conf. How?
Hi,
I'm running 5.3 STABLE.
I need to change the MAC address of my PC.
I know it can be done like this:
ifconfig rl0 ether 11:22:33:44:55:66
So I guessed I could make life a little easier by
adding this in my /etc/rc.conf file as:
ifconfig_rl0="inet 192.168.123.2 netmask 255.255.255.0
ether 11:22:33:44:55:66"
However, this does not seem to work. No IP address
is assigned to the LAN card after bootup.
Apparently something is wrong here.
Any idea how I can do this at bootup?
Thanks,
Rob.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
[url]http://mail.yahoo.com[/url]
Rob Guest
-
Fixed IP address and resolv.conf problem
Hello I'm probably doing something really daft here. I've just switched from using DHCP (ip provided by my router) to a static IP address... -
Change URL Address?
Hello, we are developing our website for Search Engine Optimization. Part of our strategy involves using key search words in the URL addresses. We... -
Change e-mail address
How do I change my e-mail address for these forums? I didn't see it in my options. -
How to change MAC address under hp-ux 10.2?
Hi, is it possible to change the MAC address of a NIC under hp-ux 10.2? Ifconfig does not have the required option. Thanks for any hints ... -
cant get my IP address to change
I have recently lost my connection with the internet trough my cable modem. So i figurd it was the modem so i bought a new one and installed it.Its... -
J65nko BSD #2
Re: Change MAC address of LAN card in rc.conf. How?
On Sun, 27 Feb 2005 05:54:49 -0800 (PST), Rob <spamrefuse@yahoo.com> wrote:
echo 'ifconfig rl0 ether 11:22:33:44:55:66' >/etc/start_if.rl0>
> Hi,
>
> I'm running 5.3 STABLE.
>
> I need to change the MAC address of my PC.
>
> I know it can be done like this:
>
> ifconfig rl0 ether 11:22:33:44:55:66
>
> So I guessed I could make life a little easier by
> adding this in my /etc/rc.conf file as:
>
> ifconfig_rl0="inet 192.168.123.2 netmask 255.255.255.0
> ether 11:22:33:44:55:66"
>
> However, this does not seem to work. No IP address
> is assigned to the LAN card after bootup.
> Apparently something is wrong here.
> Any idea how I can do this at bootup?
>
=Adriaan=
J65nko BSD Guest
-
Volodymyr Kostyrko #3
Re: Change MAC address of LAN card in rc.conf. How?
Rob wrote:
ifconfig_rl0_alias0="ether 11:22:33:44:55:66"> I'm running 5.3 STABLE.
>
> I need to change the MAC address of my PC.
>
> I know it can be done like this:
>
> ifconfig rl0 ether 11:22:33:44:55:66
>
> So I guessed I could make life a little easier by
> adding this in my /etc/rc.conf file as:
>
> ifconfig_rl0="inet 192.168.123.2 netmask 255.255.255.0
> ether 11:22:33:44:55:66"
>
> However, this does not seem to work. No IP address
> is assigned to the LAN card after bootup.
> Apparently something is wrong here.
> Any idea how I can do this at bootup?
--
[WBR], Arcade. [SAT Astronomy/Think to survive!]
Volodymyr Kostyrko Guest



Reply With Quote

