Skip to content

Instantly share code, notes, and snippets.

@ponsuke0531
Last active July 13, 2017 13:39
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 ponsuke0531/0a7e5caa14331cca67316f05c1a7bf00 to your computer and use it in GitHub Desktop.
Save ponsuke0531/0a7e5caa14331cca67316f05c1a7bf00 to your computer and use it in GitHub Desktop.
MacのVirtualBoxに作った仮想マシンへCentOSをインストールまでしたがインターネットに接続できない時の対応方法 ref: http://qiita.com/ponsuke0531/items/244ac0367c12c62d32c0
$ sudo vi /etc/sysconfig/network-scripts/ifcfg-eth0s3
----ifcfg-eth0s3ファイルの中身-------
<省略>
ONBOOT=yes <---------- noをyesに変更する
---------------------------------
$ service network restart
$ sudo vi /etc/sysconfig/network-scripts/ifcfg-eth0s3
----ifcfg-eth0s3ファイルの中身-------
<省略>
ONBOOT=yes <---------- noをyesに変更する
---------------------------------
$ service network restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment