Ethernet: Difference between revisions

From Alpine Linux
(moved the transcluded content from here to setup-interfaces)
Tag: New redirect
 
(13 intermediate revisions by 4 users not shown)
Line 1: Line 1:
''From [https://en.wikipedia.org/wiki/Ethernet Wikipedia]:''
#REDIRECT [[Configure_Networking#setup-interfaces]]
 
Ethernet is a family of wired computer networking technologies commonly used in local area networks (LAN), metropolitan area networks (MAN) and wide area networks (WAN). It was commercially introduced in 1980 and first standardized in 1983 as IEEE 802.3. Ethernet has since been refined to support higher bit rates, a greater number of nodes, and longer link distances, but retains much backward compatibility.
 
<br>
 
== Setup ==
 
When installing [[Alpine setup scripts|setup-alpine]] should give you the option to easily setup Ethernet or if you need to setup Ethernet after installation you can use [[Alpine setup scripts#setup-interfaces|setup-interfaces]].
 
==== setup-interfaces ====
 
start by running this command:
 
{{Cmd|# setup-interfaces}}
 
<br>
 
{{Cat|setup-interfaces|Available interfaces are: eth0 wlan0.
Enter '?' for help on bridges, bonding and vlans.
Which one do you want to initialize? (or '?' or 'done') [eth0]}}
 
choose <code>eth0</code> (or your Ethernet device)
 
<br>
 
if asked:
 
<code>Ip address for eth0? (or 'dhcp', 'none', '?') [dhcp]</code>
 
choose '''dhcp'''
 
<br>
 
Now it will ask <code>Do you to do any manual network configuration? (y/n) [n]</code>
 
unless you need to do manual network configuration choose '''n''', if you need to do manual network configuration choose '''y''' and it will open the '''interfaces''' file.

Latest revision as of 05:57, 21 March 2025