Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • Is it not possible to do something like a PAT-Overloading described here ? Selecting the input ports for the webserver and the microsoft shared network and addressing them to different computer in the internal side?
    – Hastur
    Commented Nov 7, 2015 at 13:57
  • 3
    TCP/IP does work that way; networks are not limited to the two-level "internet - home router - LAN" structure, and things like file sharing can work fine across networks. For example, if the main office LAN's router had a route like 192.168.0.* is accessible via 192.168.10.106, then it would work without port forwarding, just with pure IP routing. It's done that way in many larger offices – basically anywhere more than one subnet is used. (Of course, it won't work for OP because it'd need even more involvement by the network admin.) Commented Nov 7, 2015 at 14:08
  • grawity what do you mean network admin needs more involvement? Can't I simply set the router to route ?
    – Thanasis
    Commented Nov 7, 2015 at 16:13
  • I know there is an answer but I won't get any.
    – Thanasis
    Commented Nov 8, 2015 at 3:34
  • 1
    @Thanasis that's called Wishful thinking. Just because you want it to be, doesn't make it be.
    – LPChip
    Commented Nov 8, 2015 at 21:55