Results 1 to 18 of 18

Thread: Teach me about the Internet!!

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 2002
    Posts
    235

    Teach me about the Internet!!

    I piped winipconfig into a text file and got this:

    Code:
    Windows 98 IP Configuration
    
    0 Ethernet adapter :
    
    	IP Address. . . . . . . . . : 192.168.2.22
    	Subnet Mask . . . . . . . . : 255.255.255.0
    	Default Gateway . . . . . . : 192.168.2.1
    
    1 Ethernet adapter :
    
    	IP Address. . . . . . . . . : 0.0.0.0
    	Subnet Mask . . . . . . . . : 0.0.0.0
    	Default Gateway . . . . . . :
    Why is it showing 2 E-net adapters?? Is one my NIC and the other's my dial-up Modem??

    Also, I have a router connecting the my Cisco 678 DSL Modem that uses NAT. Is there a way I can get the IP address that the DSL modem is using (my router says the WAN ip address is 10.0.0.2)

  2. #2
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Use AIM man. 'Tis created by da Gods, it is!
    My evil laugh has a squeak in it.

    kristopherwilson.com

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Apr 2002
    Posts
    235
    What???

  4. #4
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    I don't know. Are you just trying to get your IP Address? AOL Instant Messanger has a feature (I don't know why) when you right click on the text box to insert your IP.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  5. #5
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    Go to 192.168.1.1 in your browser (I think). Then type in your password and username. Then, you can see everything about your router.
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

  6. #6
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197
    its default is admin:admin BTW
    retired member. Thanks for everything

  7. #7
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    Yup

    (hey I'm allowed 1 useless post a day ^_^)
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

  8. #8

    Thread Starter
    Addicted Member
    Join Date
    Apr 2002
    Posts
    235
    Yes, I can see the status for my wireless router, but since my DSL modem also uses NAT, my wireless router says that my WAN IP is 10.0.0.2, which is a private network IP address. What I want to know is what is the IP address that my ISP assigns to my DSL modem.

  9. #9
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Would:

    Winsock1.LocalIP

    Work?
    My evil laugh has a squeak in it.

    kristopherwilson.com

  10. #10

    Thread Starter
    Addicted Member
    Join Date
    Apr 2002
    Posts
    235
    Nope, that just brings up the IP address that my router assigns to my computer. I should mention that I'm not looking for a way to do this programatically, I just wanna LOOK at the ip address that my modem has been given.

  11. #11
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    Go into Half-Life multiplayer. When you connect to the server, it'll show you your IP.
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

  12. #12

    Thread Starter
    Addicted Member
    Join Date
    Apr 2002
    Posts
    235
    LOL!!!!! You guys, you crack me up. I've never played half-life, I don't want to play half-life. Do I need to dl some kind of app? I'm not _that_ interested. Besides, I'm behind a firewall. I'd probably have to mess with opening the ports to get it to work.

    Surely there's another way.

  13. #13
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Originally posted by csnyder
    Nope, that just brings up the IP address that my router assigns to my computer. I should mention that I'm not looking for a way to do this programatically, I just wanna LOOK at the ip address that my modem has been given.
    Just throwin' out ideas. What works, works. And obviously that doesn't.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  14. #14

    Thread Starter
    Addicted Member
    Join Date
    Apr 2002
    Posts
    235
    Originally posted by The Hobo


    Just throwin' out ideas. What works, works. And obviously that doesn't.
    Yep, appreciate the thought....

    I wouldn't think this would be that hard. I think I might need to go into the software that comes with the DSL modem, but I don't have it installed, and I thought there would be another way.

  15. #15

  16. #16

    Thread Starter
    Addicted Member
    Join Date
    Apr 2002
    Posts
    235
    d00d, serious??? Thanks!!!!

    Uh....so this is a silly question, but how did you do that?

  17. #17
    It's PHP:

    PHP Code:
    <html>
    <head>
    <title><? echo $REMOTE_ADDR ?></title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>

    <body bgcolor="#FFFFFF" text="#000000">
    <? echo "<font face=\"Trebuchet MS,Verdana,Arial,sans-serif\" size=\"9\"> You are $REMOTE_ADDR, d00d!</font>" ?>
    </body>
    </html>

  18. #18
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Too bad your code is deprecated.
    My evil laugh has a squeak in it.

    kristopherwilson.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width