[[fester:prelim_modemrouter]]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
fester:prelim_modemrouter [2016/06/08 10:02] – [Table] danfester:prelim_modemrouter [2016/06/08 10:15] – [Finding The IP Address Of The Router’s GUI On A Windows Machine] images dan
Line 3: Line 3:
 I connect to the internet through one of these. I connect to the internet through one of these.
  
-{{file://localhost/Users/dan/Library/Caches/TemporaryItems/msoclip/0clip_image002.gif?nolink&172x130}}+{{:file:localhost_users_dan_library_caches_temporaryitems_msoclip_0clip_image002.gif?nolink&172x130}}
  
 It is a modem/router (I will just use the word “router” from here on) with a firewall and DHCP server built into it. I like to call it a POS router (POS=Piece of Shit) because it’s always giving trouble. It is a modem/router (I will just use the word “router” from here on) with a firewall and DHCP server built into it. I like to call it a POS router (POS=Piece of Shit) because it’s always giving trouble.
Line 24: Line 24:
 (Yours might be different) (Yours might be different)
  
-{{file://localhost/Users/dan/Library/Caches/TemporaryItems/msoclip/0clip_image004.gif?nolink&247x195}}+{{:fester:cd8bb74ed66ee726d258d1eb5e26a816.png}}
  
 This brings up the POS router’s web GUI. This brings up the POS router’s web GUI.
  
-{{file://localhost/Users/dan/Library/Caches/TemporaryItems/msoclip/0clip_image006.gif?nolink&417x221}}+{{:fester:7433ba2bdc5b0abd1b85cdc3570a297b.png}}
  
 Now log in to your router. Now log in to your router.
Line 53: Line 53:
 |192.168.0.5 |NIC Of The FreeNAS Server | |192.168.0.5 |NIC Of The FreeNAS Server |
 |192.168.0.6 – 192.168.0.49 |Reserved For Future Use (Jails, etc) | |192.168.0.6 – 192.168.0.49 |Reserved For Future Use (Jails, etc) |
- 
-\\ 
- 
  
 I then reserved the first 50 IP addresses for the server by altering the IP address range of the DHCP Server in the POS router accordingly. I then reserved the first 50 IP addresses for the server by altering the IP address range of the DHCP Server in the POS router accordingly.
Line 61: Line 58:
 This is a slightly backwards way of doing things, but due to the limited options of the POS router this was the only practical way to do it. Your router might offer a more elegant solution than this. This is a slightly backwards way of doing things, but due to the limited options of the POS router this was the only practical way to do it. Your router might offer a more elegant solution than this.
  
-{{file://localhost/Users/dan/Library/Caches/TemporaryItems/msoclip/0clip_image008.gif?nolink&417x239}}+{{:fester:13e3e286c1565e6a920bd2cdbce620a3.png}}
  
 The value in the little box was changed from 0 to 50. The value in the little box was changed from 0 to 50.
Line 72: Line 69:
  
 But what if you don’t know your router’s web GUI IP address? But what if you don’t know your router’s web GUI IP address?
 +
 +\\
  
 ===== Finding The IP Address Of The Router’s GUI On A Windows Machine ===== ===== Finding The IP Address Of The Router’s GUI On A Windows Machine =====
Line 79: Line 78:
 Click on the “Start” button and go into the “Control Panel” in Windows and select “Network and Sharing Centre” (this was on a Windows 7 machine). Click on the “Start” button and go into the “Control Panel” in Windows and select “Network and Sharing Centre” (this was on a Windows 7 machine).
  
-{{file://localhost/Users/dan/Library/Caches/TemporaryItems/msoclip/0clip_image010.gif?nolink&363x245}}+{{:fester:8e8189bad54c27831ad4f136d343e8ea.png}}
  
 A new window will now pop-up. Click on the blue text next to “Connections”. A new window will now pop-up. Click on the blue text next to “Connections”.
  
-{{file://localhost/Users/dan/Library/Caches/TemporaryItems/msoclip/0clip_image012.gif?nolink&368x247}}+{{:fester:b4f05a20f47d467b0d5c323e8a5b82f2.png}}
  
 Another window will now pop-up. Click on the “Details” button. Another window will now pop-up. Click on the “Details” button.
  
-{{file://localhost/Users/dan/Library/Caches/TemporaryItems/msoclip/0clip_image014.gif?nolink&166x208}}+{{:fester:4aec0ab653e748a44e678cdb6b42bd22.png}}
  
 Yet another window will now pop-up. The IP address listed by the “IPv4 Default Gateway” is the one you want. Yet another window will now pop-up. The IP address listed by the “IPv4 Default Gateway” is the one you want.
  
-{{file://localhost/Users/dan/Library/Caches/TemporaryItems/msoclip/0clip_image016.gif?nolink&190x202}}+{{:fester:785cd52a765eef5a945a144a38aa5b02.png}}
  
 If you don’t mind a CLI (Command Line Interface) here is a faster way. If you don’t mind a CLI (Command Line Interface) here is a faster way.
  
-Click on the START button in Windows (1) and type **cmd**  in the “Search programs and files” text box (2) and press return, or click on the cmd icon at the top (3).+Click on the START button in Windows (1) and type **cmd** in the “Search programs and files” text box (2) and press return, or click on the cmd icon at the top (3).
  
-{{file://localhost/Users/dan/Library/Caches/TemporaryItems/msoclip/0clip_image018.gif?nolink&187x230}}+{{:fester:6a7870477a00d810cb5e7736c3f65087.png}}
  
 This should bring up the Windows default command-line interpreter, which is basically a window you can type commands into. This should bring up the Windows default command-line interpreter, which is basically a window you can type commands into.
  
-Type in **ipconfig**  at the command prompt (1) and then note down the Default Gateway IP address (2), you should get something like this.+Type in **ipconfig** at the command prompt (1) and then note down the Default Gateway IP address (2), you should get something like this.
  
-{{file://localhost/Users/dan/Library/Caches/TemporaryItems/msoclip/0clip_image020.gif?nolink&310x203}}+{{:fester:1195dd0bf5cfa9cdb076e49b765368a5.png}}
  
 Also make a note of the subnet mask value, it will be needed later (it’s just above the Default Gateway). Also make a note of the subnet mask value, it will be needed later (it’s just above the Default Gateway).
  • fester/prelim_modemrouter.txt
  • Last modified: 2016/06/11 12:15
  • by dan