Section 2.1 cannot launch BUI - new session/site can't be reached
1. Initial install of Openstack - devstack version PIKE - using./stack.sh
2. Install completes, no issues
3. Launched the dashboard (192.168.97.1), and it times out.
Other Notes,
Section 2.1,this command is not working on the lab setup.
ubuntu@devstack-cc:~/devstack$ ip addr show ens3
Device "ens3" does not exist.
Comments
-
try ip addr show, You'll see all interfaces
By the way in the lab notes for section 2.1 I see " ip addr show eth2"
Where did you get your lab notes?
0 -
Hello,
You will need to use the output of the ip addr show command on your system to determine your public IP. Nodes have different interfaces, so what I see on my system will probably be different than on your system. The attempt was to use a process that it could be useful on many systems, so that no matter if you are using the online lab equipement, the lab equipment changes, or your own system is used you could find the correct interface.
The 192.168.x.y address is a private IP address, just as 10.x.y.x. A look at the interfaces using ip addr show shows this:
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether bc:76:4e:04:45:35 brd ff:ff:ff:ff:ff:ff inet 166.78.151.43/24 brd 166.78.151.255 scope global eth0 valid_lft forever preferred_lft forever inet6 2001:4800:7812:514:be76:4eff:fe04:4535/64 scope global valid_lft forever preferred_lft forever inet6 fe80::be76:4eff:fe04:4535/64 scope link valid_lft forever preferred_lft forever 3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether bc:76:4e:04:8e:34 brd ff:ff:ff:ff:ff:ff inet 10.100.32.12/20 brd 10.100.47.255 scope global eth1 valid_lft forever preferred_lft forever inet6 fe80::be76:4eff:fe04:8e34/64 scope link valid_lft forever preferred_lft forever 4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether bc:76:4e:04:40:2e brd ff:ff:ff:ff:ff:ff inet 192.168.97.1/24 brd 192.168.97.255 scope global eth2 valid_lft forever preferred_lft forever inet6 fe80::be76:4eff:fe04:402e/64 scope link valid_lft forever preferred_lft forever
In this example, we could tell that eth1 and eth2 are not the Public facing IP because of the IP address in use. A look at eth0, again in this case, uses a 166.76.151.43 IP, which is a public range IP. Please try that interface, let the forum know if you continue to have issues.
Regards,
0 -
I'm having the same issue. I see this from the command:
ubuntu@devstack-cc:~/devstack$ ip addr show ens3
Device "ens3" does not exist.My problem is the public IP for eth0 points to an existing site for some security company...
ubuntu@devstack-cc:~/devstack$ ip addr show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether bc:76:4e:04:5c:30 brd ff:ff:ff:ff:ff:ff
inet 198.101.238.29/24 brd 198.101.238.255 scope global eth0
valid_lft forever preferred_lft forever
inet6 2001:4800:7810:512:be76:4eff:fe04:5c30/64 scope global
valid_lft forever preferred_lft forever
inet6 fe80::be76:4eff:fe04:5c30/64 scope link
valid_lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether bc:76:4e:04:5e:0d brd ff:ff:ff:ff:ff:ff
inet 10.100.32.23/20 brd 10.100.47.255 scope global eth1
valid_lft forever preferred_lft forever
inet6 fe80::be76:4eff:fe04:5e0d/64 scope link
valid_lft forever preferred_lft forever
4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether bc:76:4e:04:49:ed brd ff:ff:ff:ff:ff:ff
inet 192.168.97.1/24 brd 192.168.97.255 scope global eth2
valid_lft forever preferred_lft forever
inet6 fe80::be76:4eff:fe04:49ed/64 scope link
valid_lft forever preferred_lft forever
5: virbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default qlen 1000
link/ether 52:54:00:63:bd:36 brd ff:ff:ff:ff:ff:ff
inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0
valid_lft forever preferred_lft forever
6: virbr0-nic: <BROADCAST,MULTICAST> mtu 1500 qdisc pfifo_fast master virbr0 state DOWN group default qlen 1000
link/ether 52:54:00:63:bd:36 brd ff:ff:ff:ff:ff:ff
7: ovs-system: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1
link/ether 16:c8:f3:4d:8e:47 brd ff:ff:ff:ff:ff:ff
8: br-int: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1
link/ether 72:46:65:b6:21:4a brd ff:ff:ff:ff:ff:ff
9: br-ex: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1
link/ether da:87:53:68:b7:4c brd ff:ff:ff:ff:ff:ff
inet 192.168.42.129/25 scope global br-ex
valid_lft forever preferred_lft forever
inet6 2001:db8::2/64 scope global
valid_lft forever preferred_lft forever
inet6 fe80::d887:53ff:fe68:b74c/64 scope link
valid_lft forever preferred_lft forever
10: br-tun: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1
link/ether ea:05:6a:36:1d:4b brd ff:ff:ff:ff:ff:ffTrying to navigate to 198.101.238.29 doesn't take me to the Horizon dashboard, but rather the login landing page for some company called MSS CRM...
0 -
In section 2.1 When I click the "Launch Lab Environment" it encountered the errors "Forbidden
You don't have the permission to access the requested resource. It is either read-protected or not readable by the server"
Could you please assist me on this to launch the lab.0 -
When clicked "Launch Lab Environment" https://dfw-labs-2.exams.linuxtrainingservices.org/course/LFS252/lab2 URL is not working says errors "Forbidden
You don't have the permission to access the requested resource. It is either read-protected or not readable by the server".0 -
Hi anumodputhukulam, when did you sign up for the course? If you just enrolled, it takes 1-2 business days to receive access.
0 -
I signed up for the course yesterday 01/09/2018(saturyday) so when will I get the access?
0 -
It takes 1-2 business days (Monday-Friday, no holidays) to get access. Please keep in mind that tomorrow is also a holiday in the US, so it does not count as a business day. By mid next week, you should have access.
0 -
The openstack training for this course is from Mirantis/Redhat/Canonical/Ubuntu/SUSE which one this openstack training belongs to ?
0 -
You signed up for LFS252, offered by The Linux Foundation
0 -
Ok thanks
0 -
Also could you please let me know the COA certification provided by Openstack foundation or any other vendor?
0 -
If you bought the bundle LFS252 plus COA, you will find all necessary information provided with your enrollment and in your portal. As far as certification provided by other vendors, please do your research online, as we cannot provide information related to non-LF products.
0
Categories
- All Categories
- 212 LFX Mentorship
- 212 LFX Mentorship: Linux Kernel
- 744 Linux Foundation IT Professional Programs
- 341 Cloud Engineer IT Professional Program
- 168 Advanced Cloud Engineer IT Professional Program
- 70 DevOps Engineer IT Professional Program
- 134 Cloud Native Developer IT Professional Program
- 132 Express Training Courses
- 132 Express Courses - Discussion Forum
- 6.1K Training Courses
- 44 LFC110 Class Forum - Discontinued
- 70 LFC131 Class Forum
- 42 LFD102 Class Forum
- 225 LFD103 Class Forum
- 18 LFD110 Class Forum
- 36 LFD121 Class Forum
- 18 LFD133 Class Forum
- 7 LFD134 Class Forum
- 18 LFD137 Class Forum
- 71 LFD201 Class Forum
- 4 LFD210 Class Forum
- 5 LFD210-CN Class Forum
- 2 LFD213 Class Forum - Discontinued
- 128 LFD232 Class Forum - Discontinued
- 2 LFD233 Class Forum
- 4 LFD237 Class Forum
- 24 LFD254 Class Forum
- 692 LFD259 Class Forum
- 111 LFD272 Class Forum
- 4 LFD272-JP クラス フォーラム
- 11 LFD273 Class Forum
- 131 LFS101 Class Forum
- 1 LFS111 Class Forum
- 3 LFS112 Class Forum
- 2 LFS116 Class Forum
- 4 LFS118 Class Forum
- 4 LFS142 Class Forum
- 5 LFS144 Class Forum
- 4 LFS145 Class Forum
- 2 LFS146 Class Forum
- 3 LFS147 Class Forum
- LFS148 Class Forum
- 14 LFS151 Class Forum
- 2 LFS157 Class Forum
- 22 LFS158 Class Forum
- 6 LFS162 Class Forum
- 2 LFS166 Class Forum
- 4 LFS167 Class Forum
- 3 LFS170 Class Forum
- 2 LFS171 Class Forum
- 3 LFS178 Class Forum
- 3 LFS180 Class Forum
- 2 LFS182 Class Forum
- 5 LFS183 Class Forum
- 31 LFS200 Class Forum
- 737 LFS201 Class Forum - Discontinued
- 3 LFS201-JP クラス フォーラム
- 18 LFS203 Class Forum
- 125 LFS207 Class Forum
- 2 LFS207-DE-Klassenforum
- 1 LFS207-JP クラス フォーラム
- 302 LFS211 Class Forum
- 56 LFS216 Class Forum
- 52 LFS241 Class Forum
- 48 LFS242 Class Forum
- 38 LFS243 Class Forum
- 15 LFS244 Class Forum
- 2 LFS245 Class Forum
- LFS246 Class Forum
- 48 LFS250 Class Forum
- 2 LFS250-JP クラス フォーラム
- 1 LFS251 Class Forum
- 149 LFS253 Class Forum
- 1 LFS254 Class Forum
- 1 LFS255 Class Forum
- 7 LFS256 Class Forum
- 1 LFS257 Class Forum
- 1.2K LFS258 Class Forum
- 10 LFS258-JP クラス フォーラム
- 117 LFS260 Class Forum
- 159 LFS261 Class Forum
- 42 LFS262 Class Forum
- 82 LFS263 Class Forum - Discontinued
- 15 LFS264 Class Forum - Discontinued
- 11 LFS266 Class Forum - Discontinued
- 24 LFS267 Class Forum
- 21 LFS268 Class Forum
- 30 LFS269 Class Forum
- 201 LFS272 Class Forum
- 2 LFS272-JP クラス フォーラム
- 1 LFS274 Class Forum
- 4 LFS281 Class Forum
- 9 LFW111 Class Forum
- 259 LFW211 Class Forum
- 181 LFW212 Class Forum
- 13 SKF100 Class Forum
- 1 SKF200 Class Forum
- 1 SKF201 Class Forum
- 794 Hardware
- 199 Drivers
- 68 I/O Devices
- 37 Monitors
- 101 Multimedia
- 174 Networking
- 91 Printers & Scanners
- 85 Storage
- 755 Linux Distributions
- 82 Debian
- 67 Fedora
- 16 Linux Mint
- 13 Mageia
- 23 openSUSE
- 147 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 352 Ubuntu
- 468 Linux System Administration
- 39 Cloud Computing
- 71 Command Line/Scripting
- Github systems admin projects
- 93 Linux Security
- 78 Network Management
- 102 System Management
- 47 Web Management
- 60 Mobile Computing
- 17 Android
- 31 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 369 Off Topic
- 114 Introductions
- 173 Small Talk
- 21 Study Material
- 674 Programming and Development
- 296 Kernel Development
- 360 Software Development
- 1.8K Software
- 236 Applications
- 182 Command Line
- 3 Compiling/Installing
- 985 Games
- 316 Installation
- 92 All In Program
- 92 All In Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)