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

dhclient leasing a private IP address #9

Open
cjmv opened this issue May 1, 2022 · 1 comment
Open

dhclient leasing a private IP address #9

cjmv opened this issue May 1, 2022 · 1 comment

Comments

@cjmv
Copy link

cjmv commented May 1, 2022

Now this might be an issue completely unrelated to this project specifically, but I'm probably missing something along the way while configuring the wwan0 device.

Whenever I try to obtain a new IP address I get a private IP address:

cjmv@JetsonNano:~$ sudo dhclient -1 -v wwan0
Internet Systems Consortium DHCP Client 4.3.5
Copyright 2004-2016 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/wwan0/06:9c:1b:8b:4c:4a
Sending on   LPF/wwan0/06:9c:1b:8b:4c:4a
Sending on   Socket/fallback
DHCPREQUEST of 10.122.253.158 on wwan0 to 255.255.255.255 port 67 (xid=0x6df9ef7a)
DHCPREQUEST of 10.122.253.158 on wwan0 to 255.255.255.255 port 67 (xid=0x6df9ef7a)
DHCPACK of 10.122.253.158 from 10.122.253.157
RTNETLINK answers: File exists
bound to 10.122.253.158 -- renewal in 2782 seconds.

Now, this doesn't sound right. Any ideas?

@nishantsah08
Copy link

I think dongle is providing you a local ip address. The public ip is with dongle.
Mine works this way

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

2 participants