Skip to content

[QUESTION] Can access to crc windows host from another client in local network? #3245

Open
@miguelcabanes

Description

Hi guys. I will expose my case:

  • Installed crc on my windows local machine. (192.168.1.135)
  • Docker in the same windows system with a jenkins stack (sharing same ip from host - 192.168.1.135, port 8080)
  • Ubuntu server (with oc client) with network address (192.168.1.142) and api.crc.testing added to /etc/hosts as 192.168.1.135

What I want to do?
I want to do oc login -u developer https://api.crc.testing:6443 from Ubuntu server.

What I achieved so far?
I can do oc login -u developer https://api.crc.testing:6443 from windows machine (obviously), and from inside jenkins container.
I can reach jenkins docker container from Ubuntu server (curl -v http://192.168.1.135:8080).

But if i try to do oc loging from inside Ubuntu server it says 192.168.1.135 connection refused.

What I´m missing?

Thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    status/staleIssue went stale; did not receive attention or no reply from the OP

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions