Blog Code Forum

ArchLinux:Tethering

From Wiki.cyring.fr

(Difference between revisions)
Jump to: navigation, search
Cyril (Talk | contribs)
(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... »)
Newer edit →

Revision as of 21:17, 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 shown as a.b.c.d

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