Skip to main content
4 votes

How to tell ssh not to check authenticity of the connection host?

I know this is an old question but i was looking for an answer to this to. So for any future googlers, here is what i found. ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no user@host ...
SoysauceShow's user avatar
3 votes

How can I access an intranet web site in the browser with command line?

What you want to do is set up an SSH tunnel and set a browser to proxy the traffic over that tunnel, then you will have access to those resources in that browser. Since you don't want to setup your ...
Yisroel Tech's user avatar
  • 11.3k
3 votes

Can i use a gethttpsforfree to create a valid certificate for locahost or intranet domain?

Let's Encrypt (which gethttpsforfree.com is based on) needs to validate that you 'own' the domain you are trying to generate a certificate for, either by setting a public DNS entry for the domain or ...
MrMage's user avatar
  • 134
3 votes

Local network set up that allow to connect to any device on the other connected network

You have to understand the concept of subnets and routing tables. Networks are packet based. When your hosts connect to their routers, their routing table, IP address, etc. gets configured via the ...
T Nierath's user avatar
  • 537
2 votes

How to create signed certificate for a *.local name?

I would put money on the table and say that it's simply impossible to get a certificate from a reputable CA for a .local domain, for much the same reason that you won't be able to get a certificate ...
Rob M's user avatar
  • 298
2 votes
Accepted

Difference between Heartbeat network and intranet?

No. Their status of being within a particular area does not preclude the ability of machines within those areas being connected to the Internet. Those machines themselves will probably not be ...
Mokubai's user avatar
  • 93.8k
2 votes

How to add sites to local intranet from command line?

For anyone else attempting this, you can also add a domain name instead of IP. To add domain test.example.com over https to the Intranet zone: Windows Registry Editor Version 5.00 [...
Samuel Jaeschke's user avatar
2 votes

Local network set up that allow to connect to any device on the other connected network

There are two problems, stemming from the fact that all these routers blindly assume a specific network layout (they all expect Internet on the uplink side, etc). Most importantly, each your routers ...
grawity_u1686's user avatar
2 votes

Local network set up that allow to connect to any device on the other connected network

You probably don't need to mess with the firewall settings or static routes. All you have to do is switch the DIR 505 to repeater mode as described in the manual on page 97. And then connect the 505 ...
Tesseract's user avatar
  • 1,952
2 votes
Accepted

How the VPN finds that the request is a public internet request(google, amazon,etc.,) or a company's intranet request?

The VPN server is configured to provide the client with a list of IP address ranges which should be tunnelled – the rest are automatically excluded and go through your normal route. For business VPNs, ...
grawity_u1686's user avatar
2 votes

Can tier 4 dns server resolve tier 3 domains?

Whether the internet will expect your server to resolve other "tier 3" domains No, it won't. DNS delegations act on subtrees, and normally they're all-or-nothing1: the administrators will ...
grawity_u1686's user avatar
2 votes

Self signed certificate using own CA not working on intranet

First of all, make sure that you are not using SHA1 algorithm for generating Self-Signed Certs from IIS, since it is obsolete in modern browsers. If it is SHA1 algo, use better algos like SHA256. ...
Amartya Sinha's user avatar
1 vote
Accepted

Self signed certificate using own CA not working on intranet

You have to deploy the CA certificate to all clients that want to connect. Certificates don't just start working because they were signed by a CA – that only happens with specific CAs that the devices ...
grawity_u1686's user avatar
1 vote
Accepted

Is it possible to connect to both internet and intranet at the same time?

Setup routes for each device. Your laptop will probably use router1 as default route. From there router 1 needs an explicit route for the IP addresses on the intranet to router 2. Probably the return ...
sleepyhead's user avatar
1 vote

Abstracting Intranet and Internet router with third router

What you're asking for is mostly just regular routing. Choose two interfaces (e.g. ether1/2) for the upstream connections. Remove both interfaces from any bridges. /interface/bridge/port Configure ...
grawity_u1686's user avatar
1 vote

How to open an additional hyperlink (word document on local intranet) and bring it to front?

I cannot reproduce your problem (Office 365), so I cannot test the solution I propose... Please, use this event in Word normal.dotm, if your problem is related to Word documents type: Private Sub ...
FaneDuru's user avatar
  • 111
1 vote

Can tier 4 dns server resolve tier 3 domains?

If I am allowed to host a DNS server on dns.xyz.example.com (i.e. registered with their toplevel DNS), would I be able to resolve only the xyz subdomains?  DNS servers can typically resolve whatever ...
Anaksunaman's user avatar
  • 17.5k
1 vote

How can I circumvent HSTS on an intranet subdomain?

Actually, this is addresse in the spec for HSTS, RFC 6797 (emphasis mine): 11.3. Using HSTS in Conjunction with Self-Signed Public-Key Certificates If all four of the following conditions are true......
sleske's user avatar
  • 23.2k
1 vote
Accepted

Creating a custom domain on my Wi-Fi network with a Windows computer and Apache

I don't want to use IP address but some easy to remember name like http://free.goodies to open the web page that I created. It is possible to do this by hosting your own DNS server. Be aware that ...
Anaksunaman's user avatar
  • 17.5k

Only top scored, non community-wiki answers of a minimum length are eligible