Blog Code Forum

ArchLinux:Tethering

From Wiki.cyring.fr

(Difference between revisions)
Jump to: navigation, search
(Page créée avec « === ArchLinux : [http://en.wikipedia.org/wiki/Tethering Tethering] on iPhone 3G === <syntaxhighlight lang="text"> # modprobe ipheth # systemctl enable dhcpcd@eth1 # system... »)
(ArchLinux : Tethering on iPhone 3G)
 
Line 5: Line 5:
# systemctl start dhcpcd@eth1
# systemctl start dhcpcd@eth1
</syntaxhighlight>
</syntaxhighlight>
-
''if a previous default gateway was already defined (for instance through the LAN as eth0) then remove it using its IP address shown as a.b.c.d''
+
''if a previous default gateway was already defined (for instance through the LAN as eth0) then remove it using its IP address like a.b.c.d''
<syntaxhighlight lang="text">
<syntaxhighlight lang="text">
# ip route show
# ip route show
# ip route del default via a.b.c.d
# ip route del default via a.b.c.d
</syntaxhighlight>
</syntaxhighlight>

Latest revision as of 21:19, 29 September 2013

ArchLinux : Tethering on iPhone 3G

# modprobe ipheth
# systemctl enable dhcpcd@eth1
# systemctl start dhcpcd@eth1

if a previous default gateway was already defined (for instance through the LAN as eth0) then remove it using its IP address like a.b.c.d

# ip route show
# ip route del default via a.b.c.d
Personal tools