Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: How do I find what my IP is ?

  1. #1
    VladTepes's Avatar
    VladTepes is offline Major Part of the Heart and Soul of AULRO Subscriber
    Join Date
    Feb 2004
    Location
    Bracken Ridge, Qld
    Posts
    16,055
    Total Downloaded
    0

    How do I find what my IP is ?

    Here's the setup.
    Cable modem goes into a buffalo router. From that into the computer, a hard line to the Beyonwiz DVR in teh liunge room and also a wireless connection.

    1. How can I find out the address so I can get the DVR to connect to the computer ?

    2. Howcan I set up my laptop to use the wireless connection / where would I find in my compouter system to set up security for it (password etc).

    Thanks.
    It's not broken. It's "Carbon Neutral".


    gone


    1993 Defender 110 ute "Doris"
    1994 Range Rover Vogue LSE "The Luxo-Barge"
    1994 Defender 130 HCPU "Rolly"
    1996 Discovery 1

    current

    1995 Defender 130 HCPU and Suzuki GSX1400


  2. #2
    Join Date
    Jan 1970
    Location
    Canberra, Australia
    Posts
    786
    Total Downloaded
    0
    Michael T
    2011 L322 Range Rover 4.4 TDV8 Vogue
    Aussie '88 RR Tdi300 (+lpg), Auto (RIP ... now body removed after A pillar, chassis extension to 130 & fire tender tray.)

  3. #3
    VladTepes's Avatar
    VladTepes is offline Major Part of the Heart and Soul of AULRO Subscriber
    Join Date
    Feb 2004
    Location
    Bracken Ridge, Qld
    Posts
    16,055
    Total Downloaded
    0
    Hmm noneof the onl;ine guides I can finmd tell me what I need to know.
    I have fouind the installation guide for the router on line am downloading that again now
    It's not broken. It's "Carbon Neutral".


    gone


    1993 Defender 110 ute "Doris"
    1994 Range Rover Vogue LSE "The Luxo-Barge"
    1994 Defender 130 HCPU "Rolly"
    1996 Discovery 1

    current

    1995 Defender 130 HCPU and Suzuki GSX1400


  4. #4
    p38arover's Avatar
    p38arover is offline Major part of the heart and soul of AULRO.com
    Administrator
    I'm here to help you!
    Gold Subscriber
    Join Date
    Jan 1970
    Location
    Western Sydney
    Posts
    30,714
    Total Downloaded
    1.63 MB
    Vlad, if you wanted your IP address, click the computer symbol at the top right of every one of your AULRO posts.

    You should see:

    The IP Address is: 114.77.143.156
    The host name is: c114-77-143-156.fitzg3.qld.optusnet.com.au

    That could change if your ISP hasn't given you a static IP address (unlikely). More likely that you have a dynamic IP address.

    But I don't think you need that. You need an IP address for the PVR on the router. It will be something like 192.168.1.n where n is a no. between 0 amd 255.

    What is the IP address of the router? A quick Google indicates a Buffalo router might use 192.168.11.1.

    Try typing http:\\192.168.11.1 into the address line of a browser window. If that's the router address, it will bring up a log on screen. Try a default username of root with no password.

    From there you can look for a list of attached devices and check their IP and MAC addresses. Do you know the MAC address for the PVR? If so, you can assign an IP address to the PVR so you'll always know where to find it. If you don't know it, we can probably work it out.

    PM your phone no. and I'll call you back (I have a VoIP phone attached to my router so it cost almost nothing).
    Ron B.
    VK2OTC

    2003 L322 Range Rover Vogue 4.4 V8 Auto
    2007 Yamaha XJR1300
    Previous: 1983, 1986 RRC; 1995, 1996 P38A; 1995 Disco1; 1984 V8 County 110; Series IIA



    RIP Bucko - Riding on Forever

  5. #5
    Join Date
    Jan 2011
    Location
    Melbourne, Australia
    Posts
    115
    Total Downloaded
    0
    To get the IP Address on your computer go to a dos window by clicking on Start then Run. In the Run box typ cmd

    A black window will pop up with a prompt that looks like C:\users\yourname>

    type "ipconfig /all" without the " marks

    You will see something like this with all the info you need: ( There will be other info there too which you won't need, just look for this)

    Wireless LAN adapter Wireless Network Connection:

    Connection-specific DNS Suffix . : home
    Description . . . . . . . . . . . : Intel(R) WiFi Link 5100 AGN
    Physical Address. . . . . . . . . : 00-22-FB-C2-D3-3E
    DHCP Enabled. . . . . . . . . . . : Yes
    Autoconfiguration Enabled . . . . : Yes
    IPv4 Address. . . . . . . . . . . : 192.168.0.101(Preferred)
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Lease Obtained. . . . . . . . . . : 17 January 2011 16:14:28
    Lease Expires . . . . . . . . . . : 24 January 2011 16:14:28
    Default Gateway . . . . . . . . . : 192.168.0.1
    DHCP Server . . . . . . . . . . . : 192.168.0.1
    DNS Servers . . . . . . . . . . . : 192.168.0.1
    NetBIOS over Tcpip. . . . . . . . : Enabled

    The MAC address is the Physical Address
    Your wireless router will be the Default gateway address.

    In order to set up a wireless router find the Network and Sharing centre in Controll panel and search for wireless networks, the rest should be automatic.

  6. #6
    p38arover's Avatar
    p38arover is offline Major part of the heart and soul of AULRO.com
    Administrator
    I'm here to help you!
    Gold Subscriber
    Join Date
    Jan 1970
    Location
    Western Sydney
    Posts
    30,714
    Total Downloaded
    1.63 MB
    See, Matt, your IT skills are needed here! We can help with LR stuff, you can help with IT.

    I'd forgotten about ipconfig.
    Ron B.
    VK2OTC

    2003 L322 Range Rover Vogue 4.4 V8 Auto
    2007 Yamaha XJR1300
    Previous: 1983, 1986 RRC; 1995, 1996 P38A; 1995 Disco1; 1984 V8 County 110; Series IIA



    RIP Bucko - Riding on Forever

  7. #7
    Join Date
    Jan 2011
    Location
    Melbourne, Australia
    Posts
    115
    Total Downloaded
    0
    Quote Originally Posted by p38arover View Post
    See, Matt, your IT skills are needed here! We can help with LR stuff, you can help with IT.

    I'd forgotten about ipconfig.
    Just happy to give something back

    I also weld - just did my Certificate III in steel fabrication, and work as a welder/fabricator. So any little jobs people might need doing, I'd hapily step up!

  8. #8
    p38arover's Avatar
    p38arover is offline Major part of the heart and soul of AULRO.com
    Administrator
    I'm here to help you!
    Gold Subscriber
    Join Date
    Jan 1970
    Location
    Western Sydney
    Posts
    30,714
    Total Downloaded
    1.63 MB
    I can't weld. I can't see what I'm welding so my MIG is wasted.
    Ron B.
    VK2OTC

    2003 L322 Range Rover Vogue 4.4 V8 Auto
    2007 Yamaha XJR1300
    Previous: 1983, 1986 RRC; 1995, 1996 P38A; 1995 Disco1; 1984 V8 County 110; Series IIA



    RIP Bucko - Riding on Forever

  9. #9
    Join Date
    Jan 1970
    Location
    2780
    Posts
    8,257
    Total Downloaded
    0
    That'll give you the IP address of the computer you are on and the gateway router (adsl modem/router)

    Once you have the IP of your adsl router, type it into the address bar of a browser, which should get you to your router admin page.

    Somewhere in the router admin should be a page of IP addresses of devices connected to the router - that's if you're using DHCP - router gives out IP addresses.

    From there you can type those addresses into a browser and that'll likely get you to that device's admin page.

    When you've spend a while typing in IP addresses and finding out where they go, get some stickers and a texta and write all the IP addresses, and the username and password for them (if they have one) and stick it on the bottom of every box. Makes life a lot easier next time around.

    The stickers won't work for laptops, because laptops that travel about don't necesarily get allocated the same IP address every time they boot up. Most routers and devices don't get turned off and on that often so usually keep the same IP address. If you want to get more tech about it setup each router/device with its own permanent IP address using the 192.168.x.x, except you give out the value of the second x (0-254 sorry Ron) I use 50, 100, 150, 200, 250 for my routers or non-computer devices, easy to remember.

  10. #10
    Join Date
    Jan 2011
    Location
    Melbourne, Australia
    Posts
    115
    Total Downloaded
    0
    Quote Originally Posted by abaddonxi View Post
    That'll give you the IP address of the computer you are on and the gateway router (adsl modem/router)

    Once you have the IP of your adsl router, type it into the address bar of a browser, which should get you to your router admin page.

    Somewhere in the router admin should be a page of IP addresses of devices connected to the router - that's if you're using DHCP - router gives out IP addresses.

    From there you can type those addresses into a browser and that'll likely get you to that device's admin page.

    When you've spend a while typing in IP addresses and finding out where they go, get some stickers and a texta and write all the IP addresses, and the username and password for them (if they have one) and stick it on the bottom of every box. Makes life a lot easier next time around.

    The stickers won't work for laptops, because laptops that travel about don't necesarily get allocated the same IP address every time they boot up. Most routers and devices don't get turned off and on that often so usually keep the same IP address. If you want to get more tech about it setup each router/device with its own permanent IP address using the 192.168.x.x, except you give out the value of the second x (0-254 sorry Ron) I use 50, 100, 150, 200, 250 for my routers or non-computer devices, easy to remember.
    If you are using DHCP you can often (depending on the software version on your router) set reservations, where you tie a specific IP address to a particular MAC address, this way all your equipment will always get the same IP address. The benafit is you don't have to allocate a static IP address to your laptop, which would cause problems if you tried to connect to a different network, like at Starbuck etc. But it would always have the same IP address while you are at home.

Page 1 of 2 12 LastLast

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Search AULRO.com ONLY!
Search All the Web!