Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection problem on this 169.254.169.254 IP! #8

Open
0xhunster opened this issue Jul 19, 2021 · 6 comments
Open

Connection problem on this 169.254.169.254 IP! #8

0xhunster opened this issue Jul 19, 2021 · 6 comments
Labels
bug Something isn't working

Comments

@0xhunster
Copy link

image

@xm1k3
Copy link
Member

xm1k3 commented Jul 19, 2021

Hi,
can you explain us more about the problem?
are you using digitalocean as default provider?
169.254.169.254 is used for metadata in DO, you can't connect to it, if you want to see your Droplet metadata see this steps:

  • fleex ls to see droplets details
  • connect to the generated vps
    fleex ssh -n pwn-1
    OR
    ssh op@IPV4 -p PORT
    
  • curl http:https://169.254.169.254/metadata/v1/ and see all your metadata about the droplet
    Response:
    id
    hostname
    user-data
    vendor-data
    public-keys
    region
    interfaces/
    dns/
    floating_ip/
    tags/
    features/
    

Resources:

Let us know if everything is okay or if there are still problems

@sw33tLie
Copy link
Member

Hi there, we just pushed a fix for this issue.
I suppose you were attempting a fleex build and you were using Linode.
Please update fleex by running GO111MODULE=on go get -v github.com/sw33tLie/fleex, then update your config files with a fleex config init --overwrite (so that your ~/fleex/build/common.yaml file will be updated).

Let us know if this works for you now :)

@sw33tLie sw33tLie added the bug Something isn't working label Jul 20, 2021
@0xhunster
Copy link
Author

Hello,
Sorry for the delay. Yes, I have to use Linode by default.
fleex config init --overwrite not working! Then I delete fleex folder and reconfigure it via fleex config init.
Then working :) Then I use fleex build command. Build properly does not show any error. Then when I use fleex images, I showed blank output. Then I used fleex ls as you can see?
image
20248

@sw33tLie
Copy link
Member

Hey thanks for the new details.
Just to make sure, you have put your token again in ~/fleex/config.yaml and adjusted the other values according to your needs, right?

@0xhunster
Copy link
Author

image

@xm1k3
Copy link
Member

xm1k3 commented Jul 29, 2021

Hi,
check if the files id_rsa.pub and id_rsa are present in the $HOME/.ssh/ folder or use your public/private ssh key pairs.

if you don't have ssh key pair create one with:

ssh-keygen

Or follow this resources:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants