Click here to Skip to main content
15,886,873 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: The KISS principal really applies to networks... Pin
dandy7216-Jan-24 4:05
dandy7216-Jan-24 4:05 
GeneralRe: The KISS principal really applies to networks... Pin
jschell16-Jan-24 4:25
jschell16-Jan-24 4:25 
GeneralRe: The KISS principal really applies to networks... Pin
dandy7216-Jan-24 4:41
dandy7216-Jan-24 4:41 
GeneralRe: The KISS principal really applies to networks... Pin
Shuqian Ying15-Jan-24 9:42
Shuqian Ying15-Jan-24 9:42 
GeneralRe: The KISS principal really applies to networks... Pin
dandy7216-Jan-24 4:10
dandy7216-Jan-24 4:10 
GeneralRe: The KISS principal really applies to networks... Pin
Shuqian Ying16-Jan-24 7:52
Shuqian Ying16-Jan-24 7:52 
GeneralRe: The KISS principal really applies to networks... Pin
dandy7217-Jan-24 4:47
dandy7217-Jan-24 4:47 
GeneralRe: The KISS principal really applies to networks... Pin
Shuqian Ying17-Jan-24 7:34
Shuqian Ying17-Jan-24 7:34 
The WAN port of your router should be connected to one of the LAN ports on your ISP's router. Use DHCP to acquire an IP address for the WAN port from your IPS's router when it starts up. Then, choose and setup your internal LAN IP network (block) to be different from the one the router from ISP uses. For example if the ISP assigned 192.168.0.0/24 network to their own router for the LAN, then your LAN network could be 172.16.x.0/24 where x=(0-255) or it could be 192.168.x.0/24 where x=(1-255) with x=0 excluded.

As to how to bootstrap the LAN network setup of your router, it should be in the manual. Here is a simple one. If the router has a factory setup LAN network that is different from the one assigned by your ISP, then you don't have to mess with it, just setup the WAN port (see below); in case it is the same, then do not wire connect the WAN port when performing the LAN network setup. Configuration can be done by connecting a computer with a browser to one of the LAN ports of your router using a network wire and then use the admin web interface, which should be described in the manual, to do job. Note restarting the router is required when the LAN network is changed. The WAN port should be wire connected when the LAN is properly setup.

You are right. A router is also a simple firewall by default in the sense that the internal LAN is invisible to the WAN part unless the one who can control it add specific rules to open part or all of it.
GeneralRe: The KISS principal really applies to networks... Pin
dandy7217-Jan-24 9:35
dandy7217-Jan-24 9:35 
GeneralRe: The KISS principal really applies to networks... Pin
Shuqian Ying17-Jan-24 10:46
Shuqian Ying17-Jan-24 10:46 
GeneralRe: The KISS principal really applies to networks... Pin
dandy7217-Jan-24 10:58
dandy7217-Jan-24 10:58 
GeneralRe: The KISS principal really applies to networks... Pin
Shuqian Ying17-Jan-24 11:01
Shuqian Ying17-Jan-24 11:01 
GeneralRe: The KISS principal really applies to networks... Pin
dandy7217-Jan-24 11:17
dandy7217-Jan-24 11:17 
GeneralRe: The KISS principal really applies to networks... Pin
Shuqian Ying17-Jan-24 16:02
Shuqian Ying17-Jan-24 16:02 
GeneralRe: The KISS principal really applies to networks... Pin
dandy7217-Jan-24 11:12
dandy7217-Jan-24 11:12 
GeneralRe: The KISS principal really applies to networks... Pin
Shuqian Ying17-Jan-24 15:58
Shuqian Ying17-Jan-24 15:58 
GeneralRe: The KISS principal really applies to networks... Pin
obermd15-Jan-24 12:20
obermd15-Jan-24 12:20 
GeneralRe: The KISS principal really applies to networks... Pin
theoldfool16-Jan-24 1:17
professionaltheoldfool16-Jan-24 1:17 
GeneralRe: The KISS principal really applies to networks... Pin
dandy7216-Jan-24 4:18
dandy7216-Jan-24 4:18 
GeneralRe: The KISS principal really applies to networks... Pin
Jeremy Falcon16-Jan-24 7:27
professionalJeremy Falcon16-Jan-24 7:27 
GeneralRe: The KISS principal really applies to networks... Pin
dandy7217-Jan-24 4:51
dandy7217-Jan-24 4:51 
GeneralI have article anxiety! Pin
honey the codewitch15-Jan-24 3:19
mvahoney the codewitch15-Jan-24 3:19 
GeneralRe: I have article anxiety! Pin
Daniel Pfeffer15-Jan-24 4:53
professionalDaniel Pfeffer15-Jan-24 4:53 
GeneralRe: I have article anxiety! Pin
honey the codewitch15-Jan-24 4:54
mvahoney the codewitch15-Jan-24 4:54 
GeneralRe: I have article anxiety! Pin
jschell16-Jan-24 4:28
jschell16-Jan-24 4:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.