Recommended Posts

Ok, well my next question is just echoing Deadroth's question. What is the IP address that your computer is being assigned on the network?

getting IP address in ipconfig.

IP should not be posted in public forum ..is not it ?

Is there any specific digits or pattern you want me to check ? what is it ?

You can post the IP address of your machine on the network without any problem. What you shouldn't do is post your Internet IP address. I would expect you to say that the IP address is 192.168.1.XXX, that's the default type of IP address for an internal network.

I'll check your reply when you post it, and if I see that you've provided your Internet IP address then I will remove it for you.

getting IP address in ipconfig.

IP should not be posted in public forum ..is not it ?

Is there any specific digits or pattern you want me to check ? what is it ?

Your IPv4 address is ok to post as it's on your own private network. Most shop brought routers will have the default gateway of 192.168.1.1, 192.168.0.1 or 192.168.x.x with your DHCP set is the same range of 192.168.x.x

Can you connect to your router with your browser? Should be able to via the web address bar, by entering the IP of your default gateway.

If you can access the default admin page of your router, it will help narrow down the problem for us.

getting IP address in ipconfig.

IP should not be posted in public forum ..is not it ?

Is there any specific digits or pattern you want me to check ? what is it ?

This depends...

192.168.x.x is, 10.x.x.x, and 172.16.x.x to 172.31.x.x are all private networks. Posting them are anonymous, there is no way for anyone to find you posting those addresses, as these addresses are reserved for every private/secured network behind a nat firewall. Everyone in the world has a internal network that starts with one of these. It is the the outside IP, one that is not in one of these ranges, that could cause you trouble or allow someone to possibly identify you.

For instance my current internal ip is :

post-118098-0-17774000-1357404446.jpg

my problem solved ... a simple restart worked !

just a little query ....if a machine is connected to internet ...does it have two IP ? internal and internet ? or only internet ?

Usually of your machine is behind a router, it will have what is known as a internal ip. The router will have a public side and private side having 2 ip's on 2 very different networks. No one can cross that threshold between the outside coming in without you opening ports or having upnp enabled on your router.

There are some cases where you will get an outside ip on your computer, like connecting directly to a cable modem, connecting directly to a 3G or 4G modem (USB or PCMCIA are the common interfaces), or using dial up. These are the least secure ways of connecting to the Internet, and should have a software firewall enabled when doing so for your own protection.

It is recommended to use a router if you have dsl or cable, esp if your computer gets a Internet addressable ip.

Www.ipchicken.com will echo back your outside ip. If it is the same as your computer ip well then your computer is directly connected to the Internet.

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

    • No registered users viewing this page.
  • Posts

    • State of Decay 2, Blasphemous 2, and more join Xbox Free Play Days by Pulasthi Ariyasinghe The latest Free Play Days offer has just kicked off, giving Xbox players the chance to try out a new selection of games over the weekend. The offerings this time aren't as massive as last weekend, but there are still major releases for Xbox players to jump into. This includes Undead Labs' post-apocalyptic title State of Decay 2, as well as two Team17-published titles. Two of the games being offered this time are available to all Xbox players without needing any kind of Game Pass subscription. In the fully free-to-play section, you can jump into State of Decay 2. The title is both an action survival title and a community builder, letting players choose a map, set up their base, and try to keep the growing zombie threat at bay. Cooperative play is available too. Don't forget that the studio is preparing a third entry for 2027. Next, Blasphemous 2 drops in for Metroidvania and Soulslike fans, where The Penitent One returns for another adventure. The title has tough combat with multiple weapon options, deadly traps to avoid, and platforming sequences requiring a lot of patience and timing. Keep in mind though that the offer does have a 5-hour time limit attached to it. Lastly, Xbox Game Pass Ultimate, Premium, and Essential members can now try out the WWII-set first-person shooter Hell Let Loose. The multiplayer game offers 50 vs 50 combat in massive maps, with infantry, tank, and artillery options available for players. Here are the announced games and the platforms they are available to play on: Hell Let Loose (Xbox Series X|S, PC) State of Decay 2: Juggernaut Edition (Xbox Series X|S, PC) Blasphemous 2 (Xbox Series X|S, Xbox One) To easily find the titles on Xbox consoles, first head to the Store, and then in the sidebar, find the Home section. In there, open the Subscriptions tab. The Free Play Days collection will show up in this area. This week's Free Play Days promotions will end on Sunday, June 11, at 11:59 pm PT.
    • Can we not have paperless office, like we was promised in the 80's
    • I actually laughed out loud in real life at the heading on this—whatever Microsoft is drinking, I want some of it.
    • Euro-Office must default to ODF to be considered "genuinely European", LibreOffice argues by David Uzondu Euro-Office is a web-based collaborative office suite that positions itself as a "European sovereign alternative" to American tech companies, backed by a coalition of developers including Nextcloud, IONOS, Abilian, BTactic, OpenProject, and, more recently, Tuta. The project officially went live a couple of days ago, but not before drawing heavy fire from LibreOffice developers, who called the marketing claim that Euro-Office represents the "first open-source office suite developed in Europe" a deceptive historical inaccuracy because projects like OpenOffice and LibreOffice existed decades earlier. Now that the project has launched, LibreOffice is back with another complaint, arguing that Euro-Office cannot consider itself "genuinely European" while it pushes proprietary Microsoft defaults on users. Euro-Office had promised to improve the OpenDocument Format (ODF) back in April, but the current release still plagues users with several technical failures. For instance, the suite lacks an admin setting to enforce ODF, and mobile editors completely block ODF saves, forcing files into Microsoft's OOXML formats. Some configurations force files into read-only mode, while editing frequently corrupts document formatting or erases data. LibreOffice thinks that merely supporting a format as an afterthought does not make you a sovereign alternative, as file formats are the battleground where" digital sovereignty is won or lost." The road to the first stable release of Euro-Office has been quite bumpy due to an aggressive public fallout with OnlyOffice, from which the coalition originally forked the project. OnlyOffice struck back by accusing the coalition of violating copyright terms under its AGPLv3 branding requirements by stripping the original branding anyway and forking the code. Getting Euro-Office up and running is a bit wonky (at least for non-technical users), as there is no direct installer to grab off the web. The easiest way we learnt is by using Docker. First, pull the official Euro-Office image from the GitHub Container Registry: docker pull ghcr.io/euro-office/documentserver:latest Then, run the container with active ports and a secure JWT token, enabling the test environment: docker run -i -t -d -p 8080:80 --restart=always -e EXAMPLE_ENABLED=true -e JWT_SECRET=my_secure_jwt_secret ghcr.io/euro-office/documentserver:latest And finally, open a web browser and go to the following address: http://localhost:8080 If you are running this on a remote server, replace localhost with your server's IP address. You will see the Euro-Office test page, where you can create new text documents, spreadsheets, or presentations directly in the browser. Image via Euro-Office Nextcloud promises that proper standalone desktop versions and mobile apps will arrive in a future release.
  • Popular Contributors

    1. 1
      +primortal
      486
    2. 2
      PsYcHoKiLLa
      197
    3. 3
      +Edouard
      155
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      69
  • Tell a friend

    Love Neowin? Tell a friend!