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

IPv4 address still looks configured when disconnected #99

Open
fhunleth opened this issue Feb 11, 2022 · 0 comments
Open

IPv4 address still looks configured when disconnected #99

fhunleth opened this issue Feb 11, 2022 · 0 comments

Comments

@fhunleth
Copy link
Member

In the logs, I see this:

12:35:02.036 [info]  RouteManager: set_connection_status wwan0 -> :disconnected (unknown)

And here's the result of ip:

iex(32)> cmd("ip link show wwan0")
6: wwan0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
    link/[65534]
0
iex(33)> cmd("ip addr show wwan0")
6: wwan0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
    link/[65534]
    inet6 fe80::ad0d:18be:b3f3:395a/64 scope link flags 800
       valid_lft forever preferred_lft forever
0
iex(34)> cmd("ip route show wwan0")
default via 192.168.7.1 dev wlan0  metric 20
0

No IPv4 address is showing.

However, here's what VintageNet.info shows:

Interface wwan0
  Type: VintageNetQMI
  Power: Starting up/on (34953 ms left)
  Present: true
  State: :configured (0:04:47)
  Connection: :disconnected (0:01:48)
  Addresses: 100.66.122.87/28, fe80::c2c2:7a7e:a846:fdcb/64
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

No branches or pull requests

1 participant