0

I have installed OpenWRT on VirtualBox.

There are four interfaces:

  • br-lan
  • eth0
  • eth1
  • lo

Why do they call that way? Are they variables? Can I name them arbitrary?

  • foo-bar
  • xyz0
  • xyz1
  • bo

Like so:

config interface 'wan'
    option proto 'dhcp'
    option ifname 'xyz1' # it is 'eth1' here by default
Green
  • 177
  • 1
  • 2
  • 7

1 Answers1

0

Sure, you can name them whatever you like. You might take a look here or here

doneal24
  • 851
  • 6
  • 14