You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The external interface (igb0) is the default gateway to the internet, but there is a firewall (on another system) that will block anything but ports 80/443.
[oberstet@bvr-file1 ~]$ telnet google.de 80Trying 172.217.21.3...Connected to google.de.Escape character is '^]'.GET / HTTP/1.1Host: google.deHTTP/1.1 301 Moved PermanentlyLocation: http://www.google.de/Content-Type: text/html; charset=UTF-8Date: Mon, 11 Apr 2016 12:09:43 GMTExpires: Wed, 11 May 2016 12:09:43 GMTCache-Control: public, max-age=2592000Server: gwsContent-Length: 218X-XSS-Protection: 1; mode=blockX-Frame-Options: SAMEORIGIN<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8"><TITLE>301 Moved</TITLE></HEAD><BODY><H1>301 Moved</H1>The document has moved<A HREF="http://www.google.de/">here</A>.</BODY></HTML>
What could I try/do?
Thanks again for any help!
The text was updated successfully, but these errors were encountered:
I maybe found out the solution. You need to run the mds first. It runs on 172.23.0.1:1104.
sudo $(jetpack config path.libexec)/mds
Then, try to run a pod again. It's running!
me@hostside % sudo jetpack run -t 3c240940-8613-4d69-be46-08eb6927d979
FreeBSD ?.?.? (UNKNOWN)
Welcome to FreeBSD!
Release Notes, Errata: https://www.FreeBSD.org/releases/
Security Advisories: https://www.FreeBSD.org/security/
FreeBSD Handbook: https://www.FreeBSD.org/handbook/
FreeBSD FAQ: https://www.FreeBSD.org/faq/
Questions List: https://lists.FreeBSD.org/mailman/listinfo/freebsd-questions/
FreeBSD Forums: https://forums.FreeBSD.org/
Documents installed with the system are in the /usr/local/share/doc/freebsd/
directory, or can be installed later with: pkg install en-freebsd-doc
For other languages, replace "en" with a language code like de or fr.
Show the version of FreeBSD installed: freebsd-version ; uname -a
Please include that output and any error messages when posting questions.
Introduction to manual pages: man man
FreeBSD directory layout: man hier
Edit /etc/motd to change this login announcement.
root@3c240940-8613-4d69-be46-08eb6927d979:~ #
The problem is that running mds is documented right above the section of Building Images in README.md. I think it should be moved into a proper place (in the Getting Started section?).
I'm aware this is an issue tracker, but I failed to find a mailing list or such, and am stuck following the Getting Started guide =(
Please help .. would be greatly appreciated!
I have closely followed the INSTALL.md and the Getting Started, but I am stuck at:
This is my configuration:
and this is my env
and
The external interface (igb0) is the default gateway to the internet, but there is a firewall (on another system) that will block anything but ports 80/443.
What could I try/do?
Thanks again for any help!
The text was updated successfully, but these errors were encountered: