Skip to content

Commit

Permalink
update mDNS for rhel8 (#1416)
Browse files Browse the repository at this point in the history
merge only when we add rhel8 support
  • Loading branch information
AlonMagrafta authored Aug 31, 2021
1 parent 082d361 commit d7bb97b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions content/rs/installing-upgrading/configuring/mdns.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,19 @@ To prepare a client or node for mDNS:
apt-get install libnss-mdns
```

- For RHEL/CentOS 6.x:

- For RHEL/CentOS 7:

```sh
$ rpm -ivh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
$ rpm -ivh https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-12.noarch.rpm
$ yum install nss-mdns
$ service avahi-daemon start
```

- For RHEL/CentOS 7:
- For RHEL/CentOS 8.x:

```sh
$ rpm -ivh https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-12.noarch.rpm
$ rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
$ yum install nss-mdns
$ service avahi-daemon start
```
Expand Down

0 comments on commit d7bb97b

Please sign in to comment.