Guest User

Untitled

a guest
Jan 22nd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. # ubuntu 上網
  2. # pastie.com
  3.  
  4. sudo pppoeconf
  5. yes
  6.  
  7. # connect
  8. sudo dhclient eth0
  9.  
  10. # diconnect
  11. sudo dhclient -r
Add Comment
Please, Sign In to add comment