question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow network-interface type PPPoE to set custom mac address

See original GitHub issue

Currently there is no option to set a custom MAC address if the ethernet interface is configured for PPPoE. Many ISPs will block the connection unless it comes from a registered MAC.

Setting option macaddr to the appropriate ethx interface in /etc/config/network does not appear to fit it. ifconfig ethx still shows the original MAC address.

Tested on LEDE Reboot (SNAPSHOT, r3582-8873474)

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:3
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

6reactions
maxxzaxxcommented, Sep 9, 2018

SOLVED…through SSH I edited /etc/config/network And did the following

config interface ‘wan’ option ifname ‘eth0’ option _orig_ifname ‘eth0’ option _orig_bridge ‘false’ option proto ‘pppoe’ option password ‘xxxxxxxx’ option metric ‘1’ option macaddr ‘xx:xx:xx:xx:xx:xx’ option username ‘xxxxxx’

Am a novice but had luck this time. I only added the Mac address line and did not touch anything. Cheers.

0reactions
feckertcommented, Aug 11, 2019

This is solved

Read more comments on GitHub >

github_iconTop Results From Across the Web

Changing MAC addresses of network interfaces
Select Override MAC address and type the address. Save your settings. The interface now uses the newly configured MAC address.
Read more >
Use Static MAC Address Binding
Select Network > Interfaces. Select an interface, then click Configure. Select the Advanced tab. Adjacent to the Static MAC/IP Address Binding list, click...
Read more >
How to Add Additional Network Interfaces | Barracuda Campus
(optional) Step 4. Remap MAC Addresses to Interface Names. After adding additional network interfaces to a firewall and configuring them (or ...
Read more >
Network Interfaces - Latest DGW
Configuring the Ethernet Link linked to a Network Interface · Go to Network/Interfaces. · In the Ethernet Link Configurationtable, set the MTU ...
Read more >
Network Configuration - Comodo Dome Firewall
If you need to specify a different MAC address to override and replace the default MAC address of the external interface, select the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found