Recommended Posts

Dear Neowin member,

Sorry I have lots of questions lately. Please bear with me.

I have a Linksys WRT54G router and my computer connects to the wireless router using a WUSB54G adapter, while my sister connects it wiredly. Anyways, my sister's DHCP address is 192.168.1.100 while mine is 192.168.1.101 .. which means hers is the host or the start or whatever you call it. Right? I hope so. Anyways, how do I change it so I am the 100 and my sister is the 101? Help would be GREATLY appreciated.

Thank you for your attention!

dL

Link to comment
https://www.neowin.net/forum/topic/157248-dhcp-client-question/
Share on other sites

i believe what you are talking about is the dmz host setting which allows you to be openly connected to the internet (without any sort of hardware firewall), go to advanced settings and enter your local IP for the DMZ host. :D

and as was said before, the local IP addresses have nothing to do with hosting, etc. If your sister turns her computer off, and you reboot, you will likely become ... .100 and she will be .101 when she restarts.

I would recommend you not turn on the dmz host setting.. Renders your firewall useless.

Check the diagram below to see why you can use netmeeting when you're 100 and not when you're 101. To make it so that you're always .100, you can set yourself as a Static IP in the LAN config section of your router (at least, I can ;)).

Although, it doesnt matter if you're .100 or .101... There isnt any "start" or anything, all computers get data the same no matter if they're .100 or .199

post-32-1081835456.jpg

  HellBender said:
I would recommend you not turn on the dmz host setting.. Renders your firewall useless.

Check the diagram below to see why you can use netmeeting when you're 100 and not when you're 101. To make it so that you're always .100, you can set yourself as a Static IP in the LAN config section of your router (at least, I can ;)).

Although, it doesnt matter if you're .100 or .101... There isnt any "start" or anything, all computers get data the same no matter if they're .100 or .199

is this a joke?

  HellBender said:
Um.. no? Why would it be? :dontgetit:

just the diagram mostly........is not really how it works at all. the port the data comes in on in no way correlates with the local IP addresses. you could have a local IP address set as any given numbers and as long as either you enable DMZ hosting / open the necessary ports.....everything should work fine......

unless I'm really really lost?? :huh:

EDIT: okay, i've been looking at it more, and I kinda understand what you are saying. you are saying that someone set up the router to forward the data entering netmeetings ports to local IP [...].100 ???

Edited by rumbleph1sh
  rumbleph1sh said:
just the diagram mostly........is not really how it works at all. the port the data comes in on in no way correlates with the local IP addresses. you could have a local IP address set as any given numbers and as long as either you enable DMZ hosting / open the necessary ports.....everything should work fine......

unless I'm really really lost?? :huh:

EDIT: okay, i've been looking at it more, and I kinda understand what you are saying. you are saying that someone set up the router to forward the data entering netmeetings ports to local IP [...].100 ???

That's how data travels without DMZ Hosting involved. The thread starter obviously hasnt and doesn't want to set up DMZ hosting, so what he must have done is forwarded port 100 to IP address 192.168.1.100, and so he can use netmeeting fine. But once he pops to 192.168.1.101, the data for netmeeting is sent to 192.168.1.100, so he doesnt receive it, thus rendering netmeeting useless.

  HellBender said:
That's how data travels without DMZ Hosting involved. The thread starter obviously hasnt and doesn't want to set up DMZ hosting, so what he must have done is forwarded port 100 to IP address 192.168.1.100, and so he can use netmeeting fine. But once he pops to 192.168.1.101, the data for netmeeting is sent to 192.168.1.100, so he doesnt receive it, thus rendering netmeeting useless.

alright, thanks for clarifying. i'm sorry , i guess I was just reading the diagram wrong. :blush: everything seems in order now

  dL said:
HellBender is right. That's what I think, and his/her diagram is exactly what I think the problem is. I'm not sure if it's true though.

dL

If thats indeed the problem, then all you have to do is assign yourself a static IP (like me and Smeg earlier mentioned). This means that every time you connect to the DHCP server, it will assign you the same IP no matter what order you connect in. That way, you'll always be 192.168.1.100 and you'll always get the netmeeting traffic.

  HellBender said:
If thats indeed the problem, then all you have to do is assign yourself a static IP (like me and Smeg earlier mentioned). This means that every time you connect to the DHCP server, it will assign you the same IP no matter what order you connect in. That way, you'll always be 192.168.1.100 and you'll always get the netmeeting traffic.

Now How do I do that with my WRT54G Linksys router?

Can I do it in the Wireless Network Connection, underneath TCP/IP properties in My Network Place?

dL

  HellBender said:
If thats indeed the problem, then all you have to do is assign yourself a static IP (like me and Smeg earlier mentioned). This means that every time you connect to the DHCP server, it will assign you the same IP no matter what order you connect in. That way, you'll always be 192.168.1.100 and you'll always get the netmeeting traffic.

I don't understand this. Just because it was set up with port forwarding to work a specific way on his OLD router, why should it be set up on his new router already? You must manually open ports/ re-setup the port forwarding on your new router in order for it to work properly.

  dL said:
Now How do I do that with my WRT54G Linksys router?

Can I do it in the Wireless Network Connection, underneath TCP/IP properties in My Network Place?

dL

No, you'll have to go into your router admin... I think its http://192.168.1.1 for you.. Enter your user/pass in and find something that says Static IP. I dont have a linksys router, so I can't tell you exactly where it is.. hopefully someone will come along who can.

to set your lan connection to be a static IP:

Right-click on My Network Places.

- Left-click on Properties.

- Double-click on Local Area Connection.

- Click on the Properties button.

- Highlight TCP/IP, then double-click on it.

- Select "Use the following IP address." Then enter the IP address 192.168.1.100 with Network Mask of 255.255.255.0.

- Set the Default Gateway to 192.168.1.1 which is the default address for the linksys.

or in the router setup (192.168.1.1) click on advanced and there are options for setting up static routing

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • @echo off title Initializing Quantum Subroutines... color 0A   :: Fake progress bar setlocal enabledelayedexpansion set CHARS=.................... for /L %%A in (1,1,20) do (     set /a idx=%%A     set BAR=!CHARS:~0,%%A!     cls     echo Initializing system protocols...     echo [!BAR!]     ping localhost -n 1 >nul )   :: Fake system check echo. echo Performing hyperthread integrity verification... ping 127.0.0.1 -n 2 >nul echo Error: Quantum integrity mismatch on sector 7G echo Attempting autocorrection... Please wait... ping 127.0.0.1 -n 3 >nul echo Correction failed. Initiating paradox sequence.   :: Silly loop that pretends to do something set /a COUNT=0 :LOOP set /a COUNT+=1 echo Resolving subspace anomaly... %RANDOM% if %COUNT% LEQ 5 (     ping localhost -n 2 >nul     goto LOOP )   :: More nonsense echo. echo Compiling useless data packets... for %%X in (X1 X2 X3 X4 X5) do (     echo Packet %%X sent to Mars.     ping 127.0.0.1 -n 1 >nul )   :: Final act echo. echo -------------------------------------- echo Mission Accomplished: The Cake is a Lie echo -------------------------------------- echo Launching banana... start https://www.youtube.com/watch?v=U9t-slLl30E timeout /t 3 >nul echo Done. exit
    • The power of brand recognition is that you can give people really bad deals compared to your competitors, and people love it. Nvidia knows the importance of keeping its spot at the top of the hill on the high end—and sponsoring tons of exclusives for apps and games to use its exclusive technology to further entrench its place at the very top. That way, they can sell its low-end stuff for higher profit margins and provide less value, and people will buy it in droves just to own a piece of their name. AMD and Intel really need to do something remarkable with their CPUs+GPU that Nvidia can't compete with only being a GPU maker and not having access to both sides. With AMDs massive threadrippers if they could bring one down to customer level and allow dynamic offloading of GPU tasks onto unused CPU cores on AMD systems that could have some interesting results.
    • How is it suppose to magically know what you want to use a VPN for?
    • Vivaldi needs more resources, but that's understandable when they build another GUI on top of the existing chromium GUI. Having 1 more GUI loaded will obviously need more resources. Btw they do an amazing job considering how big their development team is. The 2nd GUI they add is very lightweight. Unfortunately there is no way to disable the existing chromium GUI, it's not something possible in chromium and both will have to be loaded, so more resources will be needed than just loading 1 GUI. It's about priorities, if you want a chromium browser to be a customization powerhouse (even CSS customization of the GUI is possible in Vivaldi like Firefox supports), it will need more resources because another GUI will have to be added on top of the existing chromium GUI. Vivaldi is a chromium browser for power users and usually power users buy new faster hardware all the time so they don't even notice if it needs more resources than a chromium browser which just changes some stuff like styling, colors and icons in the existing chromium GUI.
  • Recent Achievements

    • Dedicated
      solidox earned a badge
      Dedicated
    • Week One Done
      solidox earned a badge
      Week One Done
    • Week One Done
      Devesh Beri earned a badge
      Week One Done
    • Week One Done
      956400 earned a badge
      Week One Done
    • First Post
      loose_observer earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      459
    2. 2
      ATLien_0
      161
    3. 3
      +FloatingFatMan
      149
    4. 4
      Nick H.
      66
    5. 5
      +thexfile
      61
  • Tell a friend

    Love Neowin? Tell a friend!