From f2ca0c5c1a680b321ef4f1181e2f7e484313bf50 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 4 Apr 2024 21:21:43 -0600 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 3620db4..2c62f8e 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,13 +1,13 @@ #!/bin/bash # Modify the DNS configuration in /etc/resolv.conf -echo "nameserver 192.168.3.10" > /etc/resolv.conf && \ -echo "nameserver 192.168.3.11" >> /etc/resolv.conf +echo "nameserver 192.168.3.8" > /etc/resolv.conf && \ +echo "nameserver 192.168.3.9" >> /etc/resolv.conf # Map nexus-dc-01.moongate.local to 192.168.3.10 in /etc/hosts -echo "192.168.3.10 nexus-dc-01.moongate.local" >> /etc/hosts -echo "192.168.3.11 nexus-dc-02.moongate.local" >> /etc/hosts -echo "192.168.3.10 nexus-dc-01" >> /etc/hosts -echo "192.168.3.11 nexus-dc-02" >> /etc/hosts +echo "192.168.3.8 bunny-dc-01.bunny-lab.io" >> /etc/hosts +echo "192.168.3.9 bunny-dc-02.bunny-lab.io" >> /etc/hosts +echo "192.168.3.8 bunny-dc-01" >> /etc/hosts +echo "192.168.3.9 bunny-dc-02" >> /etc/hosts #Start the necessary services service winbind start