![Linux Administration Cookbook](https://wfqqreader-1252317822.image.myqcloud.com/cover/18/36699018/b_36699018.jpg)
上QQ阅读APP看书,第一时间看更新
Getting ready
For this section, we're going to be using centos1 and centos2.
Make sure that you have a connection open to both machines:
$ vagrant ssh centos1
$ vagrant ssh centos2
On centos2, let's set up our small web server again:
[vagrant@centos2 ~]$ python -m SimpleHTTPServer 8888 &
[1] 7687