Skip to content

Instantly share code, notes, and snippets.

@uebayasi
Last active March 19, 2016 16:41
Show Gist options
  • Select an option

  • Save uebayasi/7576342 to your computer and use it in GitHub Desktop.

Select an option

Save uebayasi/7576342 to your computer and use it in GitHub Desktop.

Network

  • By default eth0 is configured using DHCP ... which is not usually wanted!
    • I need a fixed address!
  • Configuration via web ... Doesn't Work For Me (TM)
    • Use command via telnet (login=root, password=tslinux)
  • Edit /etc/network/ifcfg_eth0 with vi
    • Comment out the line /sbin/dhcpcd ...
    • Add /sbin/ifconfig eth0 inet 192.168.0.123 netmask 255.255.255.0
  • Execute saveconf command and reboot!

Cable

Note

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment