Skip to content

Instantly share code, notes, and snippets.

@boscoworks
Last active August 26, 2016 05:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boscoworks/0a252dd6fcc575a94976 to your computer and use it in GitHub Desktop.
Save boscoworks/0a252dd6fcc575a94976 to your computer and use it in GitHub Desktop.
macからVirtualBox VMにssh接続する ref: http://qiita.com/boscoworks/items/56d2ab2a9c5b1b100ce6
DEVICE=eth1
TYPE=Ethernet
ONBOOT=yes
BOOTPROTO=static
HWADDR=08:00:27:20:C6:DD
NAME="eth1"
IPADDR=192.168.56.101
NETMASK=255.255.255.0
NETWORK=192.168.56.1
ssh (ログインするユーザ名)@192.168.56.101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment