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
- 50 LFX Mentorship
- 103 LFX Mentorship: Linux Kernel
- 553 Linux Foundation Boot Camps
- 296 Cloud Engineer Boot Camp
- 119 Advanced Cloud Engineer Boot Camp
- 52 DevOps Engineer Boot Camp
- 53 Cloud Native Developer Boot Camp
- 4 Express Training Courses
- 4 Express Courses - Discussion Forum
- 1.9K Training Courses
- 18 LFC110 Class Forum
- 6 LFC131 Class Forum
- 25 LFD102 Class Forum
- 150 LFD103 Class Forum
- 17 LFD121 Class Forum
- LFD137 Class Forum
- 61 LFD201 Class Forum
- LFD210 Class Forum
- LFD210-CN Class Forum
- 1 LFD213 Class Forum - Discontinued
- 128 LFD232 Class Forum
- LFD237 Class Forum
- 23 LFD254 Class Forum
- 598 LFD259 Class Forum
- 102 LFD272 Class Forum
- 1 LFD272-JP クラス フォーラム
- LFD273 Class Forum
- 2 LFS145 Class Forum
- 24 LFS200 Class Forum
- 739 LFS201 Class Forum
- 1 LFS201-JP クラス フォーラム
- 3 LFS203 Class Forum
- 69 LFS207 Class Forum
- 300 LFS211 Class Forum
- 54 LFS216 Class Forum
- 47 LFS241 Class Forum
- 41 LFS242 Class Forum
- 37 LFS243 Class Forum
- 11 LFS244 Class Forum
- 34 LFS250 Class Forum
- 1 LFS250-JP クラス フォーラム
- LFS251 Class Forum
- 140 LFS253 Class Forum
- LFS254 Class Forum
- 1K LFS258 Class Forum
- 10 LFS258-JP クラス フォーラム
- 92 LFS260 Class Forum
- 130 LFS261 Class Forum
- 32 LFS262 Class Forum
- 79 LFS263 Class Forum
- 15 LFS264 Class Forum
- 11 LFS266 Class Forum
- 17 LFS267 Class Forum
- 17 LFS268 Class Forum
- 23 LFS269 Class Forum
- 203 LFS272 Class Forum
- 1 LFS272-JP クラス フォーラム
- LFS281 Class Forum
- 221 LFW211 Class Forum
- 167 LFW212 Class Forum
- SKF100 Class Forum
- 902 Hardware
- 219 Drivers
- 74 I/O Devices
- 44 Monitors
- 115 Multimedia
- 209 Networking
- 101 Printers & Scanners
- 85 Storage
- 761 Linux Distributions
- 88 Debian
- 66 Fedora
- 15 Linux Mint
- 13 Mageia
- 24 openSUSE
- 141 Red Hat Enterprise
- 33 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 477 Linux System Administration
- 41 Cloud Computing
- 69 Command Line/Scripting
- Github systems admin projects
- 95 Linux Security
- 77 Network Management
- 108 System Management
- 49 Web Management
- 66 Mobile Computing
- 23 Android
- 29 Development
- 1.2K New to Linux
- 1.1K Getting Started with Linux
- 536 Off Topic
- 131 Introductions
- 216 Small Talk
- 21 Study Material
- 817 Programming and Development
- 275 Kernel Development
- 508 Software Development
- 928 Software
- 260 Applications
- 184 Command Line
- 3 Compiling/Installing
- 76 Games
- 316 Installation
- 59 All In Program
- 59 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)