diff --git a/oblig3/oblig3.md b/oblig3/oblig3.md
index 27ae6c8274801d105550a956ab236de8189ec9c1..ea02af6cdc4f69ce3ec5afe76e68196004f75099 100644
--- a/oblig3/oblig3.md
+++ b/oblig3/oblig3.md
@@ -427,9 +427,9 @@ openstack floating ip set --port 255d0c0d-5e31-4c6b-9e46-c806663fa748  5337587f-
 
 ## Task 9 - Go live!
 
-We change the floating ip address the uptime challenge should be registered with. The ip address below is the manager:
+We change the floating ip address the uptime challenge should be registered with. The ip address below is the floating ip to the openstack load balancer:
 ```
-uc set endpoint 10.212.173.5
+uc set endpoint 10.212.175.95
 uc status
 uc traffic on
 ```
@@ -752,4 +752,4 @@ dig @192.168.128.23 server1.node.aeta.dcsg2003. ANY
 curl -X PUT -d '{"ID": "SERVER.AETAlocal", "Name": "bookfacelocal", "Port": 80 }' http://127.0.0.1:8500/v1/agent/service/register
 curl -X PUT -d '{"ID": "SERVER2.AETAlocal", "Name": "bookfacelocal", "Port": 80 }' http://127.0.0.1:8500/v1/agent/service/register
 curl -X PUT -d '{"ID": "SERVER3.AETAlocal", "Name": "bookfacelocal", "Port": 80 }' http://127.0.0.1:8500/v1/agent/service/register
-```
\ No newline at end of file
+```