- Linux Administration Cookbook
- Adam K. Dean
- 54字
- 2021-07-02 14:24:23
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