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

Add route on macOS #167

Merged
merged 1 commit into from
Apr 11, 2024
Merged

Add route on macOS #167

merged 1 commit into from
Apr 11, 2024

Conversation

mauromorales
Copy link
Contributor

While trying to communicate between two nodes, I realized that I couldn't ssh into my Linux box from my macOS one. This is because when implementing #161 I didn't have the need for this and missed to realize that it is necessary to also add a route. With this change, the routing table looks like this in an case where the requested address is 10.1.0/24 via utun20:

netstat -rn | grep 10.1.0
10.1/24            10.1.0.20          UGSc               utun20
10.1.0.20          10.1.0.20          UH                 utun20

while previously it only had the one for the specific IP without the range

Signed-off-by: Mauro Morales <contact@mauromorales.com>
@mudler mudler merged commit 1ae9a98 into mudler:master Apr 11, 2024
8 checks passed
mudler pushed a commit to kairos-io/provider-kairos that referenced this pull request Apr 19, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) |
`v0.24.6` -> `v0.25.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fmudler%2fedgevpn/v0.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fmudler%2fedgevpn/v0.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fmudler%2fedgevpn/v0.24.6/v0.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fmudler%2fedgevpn/v0.24.6/v0.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mudler/edgevpn (github.com/mudler/edgevpn)</summary>

###
[`v0.25.1`](https://togithub.com/mudler/edgevpn/releases/tag/v0.25.1)

[Compare
Source](https://togithub.com/mudler/edgevpn/compare/v0.25.0...v0.25.1)

#### What's Changed

- chore(deps): update dependency font-awesome to v6.5.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[mudler/edgevpn#104
- Add route on macOS by
[@&#8203;mauromorales](https://togithub.com/mauromorales) in
[mudler/edgevpn#167
- Fix IPv6 support on macOS and provide very basic documentation
detailing how it can be used by
[@&#8203;tomtom5152](https://togithub.com/tomtom5152) in
[mudler/edgevpn#165

#### New Contributors

- [@&#8203;tomtom5152](https://togithub.com/tomtom5152) made their first
contribution in
[mudler/edgevpn#165

**Full Changelog**:
mudler/edgevpn@v0.25.0...v0.25.1

###
[`v0.25.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.25.0)

[Compare
Source](https://togithub.com/mudler/edgevpn/compare/v0.24.6...v0.25.0)

#### What's Changed

- Use net and ifconfig for Macos by
[@&#8203;mauromorales](https://togithub.com/mauromorales) in
[mudler/edgevpn#160
- Add installation instructions via brew for macos by
[@&#8203;mauromorales](https://togithub.com/mauromorales) in
[mudler/edgevpn#161

**Full Changelog**:
mudler/edgevpn@v0.24.6...v0.25.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 11pm every weekday,before 7am
every weekday,every weekend" in timezone Europe/Brussels, Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants