Re: Change (spoof) MAC address

2023-01-07 Thread Stuart Henderson
On 2023-01-06, Tomaž Kokolj wrote: > Hi everyone, > > Work week is over and I have time to play with real hardware. > Just wanted to let you know that this configuration did work: > > # cat /etc/hostname.re0 > inet autoconf lladdr 00:11:22:33:44:55 > > # ifconfig re0 > re0: flags=808843 mtu 1500 >

Re: Change (spoof) MAC address

2023-01-06 Thread Tomaž Kokolj
Hi everyone, Work week is over and I have time to play with real hardware. Just wanted to let you know that this configuration did work: # cat /etc/hostname.re0 inet autoconf lladdr 00:11:22:33:44:55 # ifconfig re0 re0: flags=808843 mtu 1500 lladdr 00:11:22:33:44:55 index 1 prior

Re: Change (spoof) MAC address

2023-01-03 Thread Tomaž Kokolj
Hi, Thank you for all the suggestions. Unfortunately it did not help. > you are missing 01: on start as suggested in man page Thank you, I overlooked that. However, setting the 01: in front of the MAC address did not help since I'm still getting the same lladdr. # cat /etc/hostname.em0 inet aut

Re: Change (spoof) MAC address

2023-01-03 Thread Rob Schmersel
On Tue, 03 Jan 2023 07:40:21 +0100 "Bodie" wrote: > On Mon Jan 2, 2023 at 8:53 PM CET, Rob Schmersel wrote: > > On Mon, 2 Jan 2023 13:44:30 +0100 > > Tomaž Kokolj wrote: > > > > > Hi everyone, > > > > > > I've requested a static IP from my ISP a long time ago and I > > > figured out that my I

Re: Change (spoof) MAC address

2023-01-03 Thread Bodie
On Mon Jan 2, 2023 at 8:53 PM CET, Rob Schmersel wrote: > On Mon, 2 Jan 2023 13:44:30 +0100 > Tomaž Kokolj wrote: > > > Hi everyone, > > > > I've requested a static IP from my ISP a long time ago and I figured > > out that my ISP binds my IP based on a MAC address which is connected > > to my WAN

Re: Change (spoof) MAC address

2023-01-02 Thread Rob Schmersel
On Mon, 2 Jan 2023 13:44:30 +0100 Tomaž Kokolj wrote: > Hi everyone, > > I've requested a static IP from my ISP a long time ago and I figured > out that my ISP binds my IP based on a MAC address which is connected > to my WAN port. > > I was thinking about switching from Debian Linux to OpenBSD

Re: Change (spoof) MAC address

2023-01-02 Thread Bodie
On Mon Jan 2, 2023 at 5:36 PM CET, Tomaž Kokolj wrote: > Hi, > > Thank you for the reply. > > > Read the hostname.if(5) man page and focus on STATIC ADDRESS CONFIGURATION > > part paragraph options aka you can't mix (at least that's what's written) > > autoconf with static addressing (which your IS

Re: Change (spoof) MAC address

2023-01-02 Thread Tomaž Kokolj
Hi, Thank you for the reply. > Read the hostname.if(5) man page and focus on STATIC ADDRESS CONFIGURATION > part paragraph options aka you can't mix (at least that's what's written) > autoconf with static addressing (which your ISP provides, right?) and you > can't use options (like lladdr) witho

Re: Change (spoof) MAC address

2023-01-02 Thread Bodie
On Mon Jan 2, 2023 at 1:44 PM CET, Tomaž Kokolj wrote: > Hi everyone, > > I've requested a static IP from my ISP a long time ago and I figured out > that my ISP binds my IP based on a MAC address which is connected to my WAN > port. > > I was thinking about switching from Debian Linux to OpenBSD on

Change (spoof) MAC address

2023-01-02 Thread Tomaž Kokolj
Hi everyone, I've requested a static IP from my ISP a long time ago and I figured out that my ISP binds my IP based on a MAC address which is connected to my WAN port. I was thinking about switching from Debian Linux to OpenBSD on my router, but I can't figure out how to change my MAC address. I