- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
OK well I started a new VM in Bridged mode and this one didn't open port 80. However, I found the commands to use for CentOS 8:
firewall-cmd --add-service=http --permanent
firewall-cmd --reloadgust
Works fine now.
Now I need to figure out to make a static IP on the guest work.