Blog Code Forum

ArchLinux:Tethering

From Wiki.cyring.fr

Revision as of 21:17, 29 September 2013 by Cyril (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 shown as a.b.c.d

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