Changing internal home network ip address for connected devicesWPA2 authentication fails using USB network...
Why using two cd commands in bash script does not execute the second command
What is the greatest age difference between a married couple in Tanach?
How to deal with a cynical class?
Can the damage from a Talisman of Pure Good (or Ultimate Evil) be non-lethal?
Schematic conventions for different supply rails
Why do passenger jet manufacturers design their planes with stall prevention systems?
Possible Leak In Concrete
Can anyone tell me why this program fails?
Ban on all campaign finance?
SQL Server Primary Login Restrictions
Is it possible that AIC = BIC?
Is a lawful good "antagonist" effective?
PTIJ: Who should pay for Uber rides: the child or the parent?
Where is the 1/8 CR apprentice in Volo's Guide to Monsters?
Do I need life insurance if I can cover my own funeral costs?
Know when to turn notes upside-down(eighth notes, sixteen notes, etc.)
Making a sword in the stone, in a medieval world without magic
In-house repeater?
How could a female member of a species produce eggs unto death?
Why are there 40 737 Max planes in flight when they have been grounded as not airworthy?
Good allowance savings plan?
Bastion server: use TCP forwarding VS placing private key on server
What is a good source for large tables on the properties of water?
Does this AnyDice function accurately calculate the number of ogres you make unconcious with three 4th-level castings of Sleep?
Changing internal home network ip address for connected devices
WPA2 authentication fails using USB network devices (Linksys and Rosewill)Wired network is connected & acquires IP address but the internet is not workingHuawei E3531: view signal strength?Public IP address hides device from networkBind - resolving hostname to wired and wireless IP addressesSet up Ubuntu 14.04 VirtualBox guest so that it doesn't care how Windows host is connected to the internetWireless Stops Working, Other Devices Kicked Off Network [Solved]All connection lost after upgrade 14.04.5How to share USB modem internet connection with router connected to Ubuntu box?How to assign static IP address to a device which is connected to ethernet port using USB-C adapter
I have a few computers at home. For each of the computers, I can see the internal home network ip address on any given device by typing in ifconfig
in the terminal.
If the device is connected to the home network via ethernet connection or via the built-in wireless connections in laptops, the internal ip address for each of the devices seems to be 192.168.0.X
.
However, when I connect one of the devices using an external usb modem wireless adapter, which connects to the home network through wireless, when I check the ip address via ifconfig
, for some reason it gets assigned 192.168.42.X
instead.
Why are the ethernet and build in wireless connections getting 192.168.0.X
, but the external usb wireless adapter gets 192.168.42.X
?
More importantly, is it possible to force it to get an internal ip address of 192.168.0.X
?
wireless networking usb-modem ifconfig
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have a few computers at home. For each of the computers, I can see the internal home network ip address on any given device by typing in ifconfig
in the terminal.
If the device is connected to the home network via ethernet connection or via the built-in wireless connections in laptops, the internal ip address for each of the devices seems to be 192.168.0.X
.
However, when I connect one of the devices using an external usb modem wireless adapter, which connects to the home network through wireless, when I check the ip address via ifconfig
, for some reason it gets assigned 192.168.42.X
instead.
Why are the ethernet and build in wireless connections getting 192.168.0.X
, but the external usb wireless adapter gets 192.168.42.X
?
More importantly, is it possible to force it to get an internal ip address of 192.168.0.X
?
wireless networking usb-modem ifconfig
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
this seems like an issue with your modem / router. Did you check those settings properly?
– Goez
Nov 22 '12 at 20:48
add a comment |
I have a few computers at home. For each of the computers, I can see the internal home network ip address on any given device by typing in ifconfig
in the terminal.
If the device is connected to the home network via ethernet connection or via the built-in wireless connections in laptops, the internal ip address for each of the devices seems to be 192.168.0.X
.
However, when I connect one of the devices using an external usb modem wireless adapter, which connects to the home network through wireless, when I check the ip address via ifconfig
, for some reason it gets assigned 192.168.42.X
instead.
Why are the ethernet and build in wireless connections getting 192.168.0.X
, but the external usb wireless adapter gets 192.168.42.X
?
More importantly, is it possible to force it to get an internal ip address of 192.168.0.X
?
wireless networking usb-modem ifconfig
I have a few computers at home. For each of the computers, I can see the internal home network ip address on any given device by typing in ifconfig
in the terminal.
If the device is connected to the home network via ethernet connection or via the built-in wireless connections in laptops, the internal ip address for each of the devices seems to be 192.168.0.X
.
However, when I connect one of the devices using an external usb modem wireless adapter, which connects to the home network through wireless, when I check the ip address via ifconfig
, for some reason it gets assigned 192.168.42.X
instead.
Why are the ethernet and build in wireless connections getting 192.168.0.X
, but the external usb wireless adapter gets 192.168.42.X
?
More importantly, is it possible to force it to get an internal ip address of 192.168.0.X
?
wireless networking usb-modem ifconfig
wireless networking usb-modem ifconfig
edited Nov 23 '12 at 8:53
oshirowanen
asked Nov 22 '12 at 20:10
oshirowanenoshirowanen
1,030185991
1,030185991
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 7 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
this seems like an issue with your modem / router. Did you check those settings properly?
– Goez
Nov 22 '12 at 20:48
add a comment |
this seems like an issue with your modem / router. Did you check those settings properly?
– Goez
Nov 22 '12 at 20:48
this seems like an issue with your modem / router. Did you check those settings properly?
– Goez
Nov 22 '12 at 20:48
this seems like an issue with your modem / router. Did you check those settings properly?
– Goez
Nov 22 '12 at 20:48
add a comment |
1 Answer
1
active
oldest
votes
In terms of forcing internal IP addresses, this is known as setting a static IP.
Here is a good article on setting a static IP in Ubuntu,
It basically comes down to:
- Finding your gateway IP - IP of the router
- Finding the netmask
- Finding DNS server (or use Google's 8.8.8.8 and 8.8.4.4)
- Picking a static IP
- Add them to the connection editor
- This should be done on a connection basis not machine basis
- Restarting networking service (or your machine)
Good luck!
Just tried this now and failed miserably, for some reason it stopped me from accessing the internet altogether. I will try again tonight when I have more time. Thanks.
– oshirowanen
Nov 23 '12 at 8:52
often a problem with incorrect settings. What static IP did you choose? The static IP you choose could not work if it clashes with the range of DHCP assigned IP's
– captain_G
Nov 23 '12 at 11:42
Still can't get this to work, really confused. By the way, why is my laptops ip address different from my phones ip address when the laptop is connecting to the internet via the phone? Shouldn't the ip address be coming up the same on both devices as it's a single connection?
– oshirowanen
Nov 23 '12 at 20:38
the internet connection coming into your house is completely separate from the internal static ip you are setting. your router will assign different ips to each connected device unless the device uses its own static up. your router will automatically assign ips with a certain range, you need to assign a static ip outside o fthat range. what make and model is your router?
– captain_G
Nov 24 '12 at 12:25
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f220699%2fchanging-internal-home-network-ip-address-for-connected-devices%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
In terms of forcing internal IP addresses, this is known as setting a static IP.
Here is a good article on setting a static IP in Ubuntu,
It basically comes down to:
- Finding your gateway IP - IP of the router
- Finding the netmask
- Finding DNS server (or use Google's 8.8.8.8 and 8.8.4.4)
- Picking a static IP
- Add them to the connection editor
- This should be done on a connection basis not machine basis
- Restarting networking service (or your machine)
Good luck!
Just tried this now and failed miserably, for some reason it stopped me from accessing the internet altogether. I will try again tonight when I have more time. Thanks.
– oshirowanen
Nov 23 '12 at 8:52
often a problem with incorrect settings. What static IP did you choose? The static IP you choose could not work if it clashes with the range of DHCP assigned IP's
– captain_G
Nov 23 '12 at 11:42
Still can't get this to work, really confused. By the way, why is my laptops ip address different from my phones ip address when the laptop is connecting to the internet via the phone? Shouldn't the ip address be coming up the same on both devices as it's a single connection?
– oshirowanen
Nov 23 '12 at 20:38
the internet connection coming into your house is completely separate from the internal static ip you are setting. your router will assign different ips to each connected device unless the device uses its own static up. your router will automatically assign ips with a certain range, you need to assign a static ip outside o fthat range. what make and model is your router?
– captain_G
Nov 24 '12 at 12:25
add a comment |
In terms of forcing internal IP addresses, this is known as setting a static IP.
Here is a good article on setting a static IP in Ubuntu,
It basically comes down to:
- Finding your gateway IP - IP of the router
- Finding the netmask
- Finding DNS server (or use Google's 8.8.8.8 and 8.8.4.4)
- Picking a static IP
- Add them to the connection editor
- This should be done on a connection basis not machine basis
- Restarting networking service (or your machine)
Good luck!
Just tried this now and failed miserably, for some reason it stopped me from accessing the internet altogether. I will try again tonight when I have more time. Thanks.
– oshirowanen
Nov 23 '12 at 8:52
often a problem with incorrect settings. What static IP did you choose? The static IP you choose could not work if it clashes with the range of DHCP assigned IP's
– captain_G
Nov 23 '12 at 11:42
Still can't get this to work, really confused. By the way, why is my laptops ip address different from my phones ip address when the laptop is connecting to the internet via the phone? Shouldn't the ip address be coming up the same on both devices as it's a single connection?
– oshirowanen
Nov 23 '12 at 20:38
the internet connection coming into your house is completely separate from the internal static ip you are setting. your router will assign different ips to each connected device unless the device uses its own static up. your router will automatically assign ips with a certain range, you need to assign a static ip outside o fthat range. what make and model is your router?
– captain_G
Nov 24 '12 at 12:25
add a comment |
In terms of forcing internal IP addresses, this is known as setting a static IP.
Here is a good article on setting a static IP in Ubuntu,
It basically comes down to:
- Finding your gateway IP - IP of the router
- Finding the netmask
- Finding DNS server (or use Google's 8.8.8.8 and 8.8.4.4)
- Picking a static IP
- Add them to the connection editor
- This should be done on a connection basis not machine basis
- Restarting networking service (or your machine)
Good luck!
In terms of forcing internal IP addresses, this is known as setting a static IP.
Here is a good article on setting a static IP in Ubuntu,
It basically comes down to:
- Finding your gateway IP - IP of the router
- Finding the netmask
- Finding DNS server (or use Google's 8.8.8.8 and 8.8.4.4)
- Picking a static IP
- Add them to the connection editor
- This should be done on a connection basis not machine basis
- Restarting networking service (or your machine)
Good luck!
answered Nov 22 '12 at 22:55
captain_Gcaptain_G
1,119814
1,119814
Just tried this now and failed miserably, for some reason it stopped me from accessing the internet altogether. I will try again tonight when I have more time. Thanks.
– oshirowanen
Nov 23 '12 at 8:52
often a problem with incorrect settings. What static IP did you choose? The static IP you choose could not work if it clashes with the range of DHCP assigned IP's
– captain_G
Nov 23 '12 at 11:42
Still can't get this to work, really confused. By the way, why is my laptops ip address different from my phones ip address when the laptop is connecting to the internet via the phone? Shouldn't the ip address be coming up the same on both devices as it's a single connection?
– oshirowanen
Nov 23 '12 at 20:38
the internet connection coming into your house is completely separate from the internal static ip you are setting. your router will assign different ips to each connected device unless the device uses its own static up. your router will automatically assign ips with a certain range, you need to assign a static ip outside o fthat range. what make and model is your router?
– captain_G
Nov 24 '12 at 12:25
add a comment |
Just tried this now and failed miserably, for some reason it stopped me from accessing the internet altogether. I will try again tonight when I have more time. Thanks.
– oshirowanen
Nov 23 '12 at 8:52
often a problem with incorrect settings. What static IP did you choose? The static IP you choose could not work if it clashes with the range of DHCP assigned IP's
– captain_G
Nov 23 '12 at 11:42
Still can't get this to work, really confused. By the way, why is my laptops ip address different from my phones ip address when the laptop is connecting to the internet via the phone? Shouldn't the ip address be coming up the same on both devices as it's a single connection?
– oshirowanen
Nov 23 '12 at 20:38
the internet connection coming into your house is completely separate from the internal static ip you are setting. your router will assign different ips to each connected device unless the device uses its own static up. your router will automatically assign ips with a certain range, you need to assign a static ip outside o fthat range. what make and model is your router?
– captain_G
Nov 24 '12 at 12:25
Just tried this now and failed miserably, for some reason it stopped me from accessing the internet altogether. I will try again tonight when I have more time. Thanks.
– oshirowanen
Nov 23 '12 at 8:52
Just tried this now and failed miserably, for some reason it stopped me from accessing the internet altogether. I will try again tonight when I have more time. Thanks.
– oshirowanen
Nov 23 '12 at 8:52
often a problem with incorrect settings. What static IP did you choose? The static IP you choose could not work if it clashes with the range of DHCP assigned IP's
– captain_G
Nov 23 '12 at 11:42
often a problem with incorrect settings. What static IP did you choose? The static IP you choose could not work if it clashes with the range of DHCP assigned IP's
– captain_G
Nov 23 '12 at 11:42
Still can't get this to work, really confused. By the way, why is my laptops ip address different from my phones ip address when the laptop is connecting to the internet via the phone? Shouldn't the ip address be coming up the same on both devices as it's a single connection?
– oshirowanen
Nov 23 '12 at 20:38
Still can't get this to work, really confused. By the way, why is my laptops ip address different from my phones ip address when the laptop is connecting to the internet via the phone? Shouldn't the ip address be coming up the same on both devices as it's a single connection?
– oshirowanen
Nov 23 '12 at 20:38
the internet connection coming into your house is completely separate from the internal static ip you are setting. your router will assign different ips to each connected device unless the device uses its own static up. your router will automatically assign ips with a certain range, you need to assign a static ip outside o fthat range. what make and model is your router?
– captain_G
Nov 24 '12 at 12:25
the internet connection coming into your house is completely separate from the internal static ip you are setting. your router will assign different ips to each connected device unless the device uses its own static up. your router will automatically assign ips with a certain range, you need to assign a static ip outside o fthat range. what make and model is your router?
– captain_G
Nov 24 '12 at 12:25
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f220699%2fchanging-internal-home-network-ip-address-for-connected-devices%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
this seems like an issue with your modem / router. Did you check those settings properly?
– Goez
Nov 22 '12 at 20:48