How to configure shared Internet connection + switch + router setup?

Multi tool use
up vote
0
down vote
favorite
I have access to a shared Internet connection (~100Mbps) via ethernet wall jack in my apartment. Since I have a 54Mbps router, I would like to add a gigabit switch before the router so that I can have 100Mbps on my desktop via ethernet cable and then use router/WAP for my laptop and cellphone. Since the switch is a dumb or an unmanaged one, I cannot configure the DHCP/gateway on it and I assume that is why I do not have internet connection on either desktop or laptop through switch or router. I tried some similar questions but they do not exactly match this setup and purpose.
Is there anything I can configure on the router to overcome this issue? Or any other possible solutions?
Edit:
1. The desktop and laptop fail to obtain IP address.
2. They can obtain IP address if directly connected to wall jack.
3. Manually configuring IP settings does not provide internet connection (same IP configuration when directly connecting to wall jack.
networking wireless-networking router ethernet switch
add a comment |
up vote
0
down vote
favorite
I have access to a shared Internet connection (~100Mbps) via ethernet wall jack in my apartment. Since I have a 54Mbps router, I would like to add a gigabit switch before the router so that I can have 100Mbps on my desktop via ethernet cable and then use router/WAP for my laptop and cellphone. Since the switch is a dumb or an unmanaged one, I cannot configure the DHCP/gateway on it and I assume that is why I do not have internet connection on either desktop or laptop through switch or router. I tried some similar questions but they do not exactly match this setup and purpose.
Is there anything I can configure on the router to overcome this issue? Or any other possible solutions?
Edit:
1. The desktop and laptop fail to obtain IP address.
2. They can obtain IP address if directly connected to wall jack.
3. Manually configuring IP settings does not provide internet connection (same IP configuration when directly connecting to wall jack.
networking wireless-networking router ethernet switch
Please clarify "do not have internet connection". Does the computer fail to obtain an IP address via DHCP? (Do you know for sure that the ISP supports DHCP?) Or does it receive an IP address but is unable to ping other IPs? Or is it able to ping IPs but not domain names? Or is it able to ping domain names but not to visit websites?
– grawity
Nov 30 at 20:34
I edited the question to provide more details.
– Loga
Nov 30 at 21:18
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have access to a shared Internet connection (~100Mbps) via ethernet wall jack in my apartment. Since I have a 54Mbps router, I would like to add a gigabit switch before the router so that I can have 100Mbps on my desktop via ethernet cable and then use router/WAP for my laptop and cellphone. Since the switch is a dumb or an unmanaged one, I cannot configure the DHCP/gateway on it and I assume that is why I do not have internet connection on either desktop or laptop through switch or router. I tried some similar questions but they do not exactly match this setup and purpose.
Is there anything I can configure on the router to overcome this issue? Or any other possible solutions?
Edit:
1. The desktop and laptop fail to obtain IP address.
2. They can obtain IP address if directly connected to wall jack.
3. Manually configuring IP settings does not provide internet connection (same IP configuration when directly connecting to wall jack.
networking wireless-networking router ethernet switch
I have access to a shared Internet connection (~100Mbps) via ethernet wall jack in my apartment. Since I have a 54Mbps router, I would like to add a gigabit switch before the router so that I can have 100Mbps on my desktop via ethernet cable and then use router/WAP for my laptop and cellphone. Since the switch is a dumb or an unmanaged one, I cannot configure the DHCP/gateway on it and I assume that is why I do not have internet connection on either desktop or laptop through switch or router. I tried some similar questions but they do not exactly match this setup and purpose.
Is there anything I can configure on the router to overcome this issue? Or any other possible solutions?
Edit:
1. The desktop and laptop fail to obtain IP address.
2. They can obtain IP address if directly connected to wall jack.
3. Manually configuring IP settings does not provide internet connection (same IP configuration when directly connecting to wall jack.
networking wireless-networking router ethernet switch
networking wireless-networking router ethernet switch
edited Nov 30 at 21:16
asked Nov 30 at 20:08
Loga
1416
1416
Please clarify "do not have internet connection". Does the computer fail to obtain an IP address via DHCP? (Do you know for sure that the ISP supports DHCP?) Or does it receive an IP address but is unable to ping other IPs? Or is it able to ping IPs but not domain names? Or is it able to ping domain names but not to visit websites?
– grawity
Nov 30 at 20:34
I edited the question to provide more details.
– Loga
Nov 30 at 21:18
add a comment |
Please clarify "do not have internet connection". Does the computer fail to obtain an IP address via DHCP? (Do you know for sure that the ISP supports DHCP?) Or does it receive an IP address but is unable to ping other IPs? Or is it able to ping IPs but not domain names? Or is it able to ping domain names but not to visit websites?
– grawity
Nov 30 at 20:34
I edited the question to provide more details.
– Loga
Nov 30 at 21:18
Please clarify "do not have internet connection". Does the computer fail to obtain an IP address via DHCP? (Do you know for sure that the ISP supports DHCP?) Or does it receive an IP address but is unable to ping other IPs? Or is it able to ping IPs but not domain names? Or is it able to ping domain names but not to visit websites?
– grawity
Nov 30 at 20:34
Please clarify "do not have internet connection". Does the computer fail to obtain an IP address via DHCP? (Do you know for sure that the ISP supports DHCP?) Or does it receive an IP address but is unable to ping other IPs? Or is it able to ping IPs but not domain names? Or is it able to ping domain names but not to visit websites?
– grawity
Nov 30 at 20:34
I edited the question to provide more details.
– Loga
Nov 30 at 21:18
I edited the question to provide more details.
– Loga
Nov 30 at 21:18
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
Since the switch is a dumb or an unmanaged one, I cannot configure the DHCP/gateway on it and I assume that is why I do not have internet connection
No. It's a switch, not a router. The gateway configuration you've seen on managed switches is purely for the switch itself (i.e. for the management interface) and doesn't affect the computer's packets going through it. In other words, your computer will be talking directly with the ISP's gateway instead, no matter the type of the switch.
I do not have internet connection on either desktop or laptop through switch or router
Try a different switch. Also, try connecting the computer directly without using a switch at all.
If you're completely sure that the switch is working properly, check whether the desktop and/or the router are at least able to obtain IP addresses from your ISP.
If they're configured to use DHCP but don't receive an address, it's possible that the Ethernet port only allows a single device (MAC limit), or requires a specific MAC, or requires PPPoE or 802.1X.
Is there anything I can configure on the router to overcome this issue?
With your current topology, nothing you configure on the router can affect the PC. (Besides, you specifically wanted to bypass the router, didn't you?)
Or any other possible solutions?
Put the switch after the router. Your router isn't "54 Mbps"; it's marketed as having 54 Mbps Wi-Fi (presumably 802.11g), but this says nothing about its Ethernet connection speed.
Thank you for the answer. It clarifies many aspects of the problem and I got my answer. I appreciate your detailed answer. Communities like SuperUser need more people like you, whom we can learn from, you provide an answer and provide many more details to learn. Thanks again
– Loga
Nov 30 at 21:17
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
Since the switch is a dumb or an unmanaged one, I cannot configure the DHCP/gateway on it and I assume that is why I do not have internet connection
No. It's a switch, not a router. The gateway configuration you've seen on managed switches is purely for the switch itself (i.e. for the management interface) and doesn't affect the computer's packets going through it. In other words, your computer will be talking directly with the ISP's gateway instead, no matter the type of the switch.
I do not have internet connection on either desktop or laptop through switch or router
Try a different switch. Also, try connecting the computer directly without using a switch at all.
If you're completely sure that the switch is working properly, check whether the desktop and/or the router are at least able to obtain IP addresses from your ISP.
If they're configured to use DHCP but don't receive an address, it's possible that the Ethernet port only allows a single device (MAC limit), or requires a specific MAC, or requires PPPoE or 802.1X.
Is there anything I can configure on the router to overcome this issue?
With your current topology, nothing you configure on the router can affect the PC. (Besides, you specifically wanted to bypass the router, didn't you?)
Or any other possible solutions?
Put the switch after the router. Your router isn't "54 Mbps"; it's marketed as having 54 Mbps Wi-Fi (presumably 802.11g), but this says nothing about its Ethernet connection speed.
Thank you for the answer. It clarifies many aspects of the problem and I got my answer. I appreciate your detailed answer. Communities like SuperUser need more people like you, whom we can learn from, you provide an answer and provide many more details to learn. Thanks again
– Loga
Nov 30 at 21:17
add a comment |
up vote
0
down vote
accepted
Since the switch is a dumb or an unmanaged one, I cannot configure the DHCP/gateway on it and I assume that is why I do not have internet connection
No. It's a switch, not a router. The gateway configuration you've seen on managed switches is purely for the switch itself (i.e. for the management interface) and doesn't affect the computer's packets going through it. In other words, your computer will be talking directly with the ISP's gateway instead, no matter the type of the switch.
I do not have internet connection on either desktop or laptop through switch or router
Try a different switch. Also, try connecting the computer directly without using a switch at all.
If you're completely sure that the switch is working properly, check whether the desktop and/or the router are at least able to obtain IP addresses from your ISP.
If they're configured to use DHCP but don't receive an address, it's possible that the Ethernet port only allows a single device (MAC limit), or requires a specific MAC, or requires PPPoE or 802.1X.
Is there anything I can configure on the router to overcome this issue?
With your current topology, nothing you configure on the router can affect the PC. (Besides, you specifically wanted to bypass the router, didn't you?)
Or any other possible solutions?
Put the switch after the router. Your router isn't "54 Mbps"; it's marketed as having 54 Mbps Wi-Fi (presumably 802.11g), but this says nothing about its Ethernet connection speed.
Thank you for the answer. It clarifies many aspects of the problem and I got my answer. I appreciate your detailed answer. Communities like SuperUser need more people like you, whom we can learn from, you provide an answer and provide many more details to learn. Thanks again
– Loga
Nov 30 at 21:17
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
Since the switch is a dumb or an unmanaged one, I cannot configure the DHCP/gateway on it and I assume that is why I do not have internet connection
No. It's a switch, not a router. The gateway configuration you've seen on managed switches is purely for the switch itself (i.e. for the management interface) and doesn't affect the computer's packets going through it. In other words, your computer will be talking directly with the ISP's gateway instead, no matter the type of the switch.
I do not have internet connection on either desktop or laptop through switch or router
Try a different switch. Also, try connecting the computer directly without using a switch at all.
If you're completely sure that the switch is working properly, check whether the desktop and/or the router are at least able to obtain IP addresses from your ISP.
If they're configured to use DHCP but don't receive an address, it's possible that the Ethernet port only allows a single device (MAC limit), or requires a specific MAC, or requires PPPoE or 802.1X.
Is there anything I can configure on the router to overcome this issue?
With your current topology, nothing you configure on the router can affect the PC. (Besides, you specifically wanted to bypass the router, didn't you?)
Or any other possible solutions?
Put the switch after the router. Your router isn't "54 Mbps"; it's marketed as having 54 Mbps Wi-Fi (presumably 802.11g), but this says nothing about its Ethernet connection speed.
Since the switch is a dumb or an unmanaged one, I cannot configure the DHCP/gateway on it and I assume that is why I do not have internet connection
No. It's a switch, not a router. The gateway configuration you've seen on managed switches is purely for the switch itself (i.e. for the management interface) and doesn't affect the computer's packets going through it. In other words, your computer will be talking directly with the ISP's gateway instead, no matter the type of the switch.
I do not have internet connection on either desktop or laptop through switch or router
Try a different switch. Also, try connecting the computer directly without using a switch at all.
If you're completely sure that the switch is working properly, check whether the desktop and/or the router are at least able to obtain IP addresses from your ISP.
If they're configured to use DHCP but don't receive an address, it's possible that the Ethernet port only allows a single device (MAC limit), or requires a specific MAC, or requires PPPoE or 802.1X.
Is there anything I can configure on the router to overcome this issue?
With your current topology, nothing you configure on the router can affect the PC. (Besides, you specifically wanted to bypass the router, didn't you?)
Or any other possible solutions?
Put the switch after the router. Your router isn't "54 Mbps"; it's marketed as having 54 Mbps Wi-Fi (presumably 802.11g), but this says nothing about its Ethernet connection speed.
answered Nov 30 at 20:40
grawity
230k35484544
230k35484544
Thank you for the answer. It clarifies many aspects of the problem and I got my answer. I appreciate your detailed answer. Communities like SuperUser need more people like you, whom we can learn from, you provide an answer and provide many more details to learn. Thanks again
– Loga
Nov 30 at 21:17
add a comment |
Thank you for the answer. It clarifies many aspects of the problem and I got my answer. I appreciate your detailed answer. Communities like SuperUser need more people like you, whom we can learn from, you provide an answer and provide many more details to learn. Thanks again
– Loga
Nov 30 at 21:17
Thank you for the answer. It clarifies many aspects of the problem and I got my answer. I appreciate your detailed answer. Communities like SuperUser need more people like you, whom we can learn from, you provide an answer and provide many more details to learn. Thanks again
– Loga
Nov 30 at 21:17
Thank you for the answer. It clarifies many aspects of the problem and I got my answer. I appreciate your detailed answer. Communities like SuperUser need more people like you, whom we can learn from, you provide an answer and provide many more details to learn. Thanks again
– Loga
Nov 30 at 21:17
add a comment |
Thanks for contributing an answer to Super User!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2fsuperuser.com%2fquestions%2f1379824%2fhow-to-configure-shared-internet-connection-switch-router-setup%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
vUo4sT5zKCzkjW91s2Izd8N uCK5G51BcM,5,j 6r QwrnY8x7aaLRus 8WV1C2h0DNtnY7jC,E0wvxwZhVl,IIRWo8k aiTPI11kD,qmBxVQ
Please clarify "do not have internet connection". Does the computer fail to obtain an IP address via DHCP? (Do you know for sure that the ISP supports DHCP?) Or does it receive an IP address but is unable to ping other IPs? Or is it able to ping IPs but not domain names? Or is it able to ping domain names but not to visit websites?
– grawity
Nov 30 at 20:34
I edited the question to provide more details.
– Loga
Nov 30 at 21:18