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

Assign safer AP mode IP address #317

Closed
wants to merge 1 commit into from
Closed

Conversation

jfcloutier
Copy link
Collaborator

Use 172.16.61.0 instead of 192.168.0.0
since it is less likely to conflict with LANs

SRH-747

Use 172.16.61.0 instead of 192.168.0.0
since it is less likely to conflict with LANs

SRH-747
@jfcloutier jfcloutier force-pushed the no_ap_mode_ip_conflict branch from e3a255e to b2c8661 Compare May 10, 2023 17:21
@jfcloutier jfcloutier requested a review from fhunleth May 10, 2023 17:22
@@ -8,21 +8,21 @@ defmodule VintageNetWizard.APModeTest do

expected = %{
type: VintageNetWiFi,
ipv4: %{address: {192, 168, 0, 1}, method: :static, prefix_length: 24},
ipv4: %{address: {172, 16, 61, 0}, method: :static, prefix_length: 24},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ipv4: %{address: {172, 16, 61, 0}, method: :static, prefix_length: 24},
ipv4: %{address: {172, 16, 61, 1}, method: :static, prefix_length: 24},

The references below need to have the .1 in them too.

@fhunleth
Copy link
Member

Superseded by #318.

@fhunleth fhunleth closed this May 14, 2023
@fhunleth fhunleth deleted the no_ap_mode_ip_conflict branch May 15, 2023 13:54
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.

2 participants