Questions tagged [intranet]

18 questions
5
votes
1 answer

Access server on local area network with hostname instead of IP address

New to ubuntu and servers. I just finished installing a new ubuntu server and added LAMP. I can assess the webpage that I am hosting by typing in the web browser the IP address of the server. what I would like to know is how to access the same web…
robert
  • 53
3
votes
2 answers

Every time I change networks, DNS cache has the wrong IP. How to fix automatically every time?

My company's employees website can be accessed: from the outside world via its IP address 1.2.3.4 or name employees.corp.com from inside the company's network via its IP address 192.168.1.2 or name employees.corp.com Problem: After commuting from…
Nicolas Raoul
  • 11,921
2
votes
3 answers

How to create a VPN only accessible website?

I'm trying to setup an intranet on a dedicated server, it would need simple things like a sharing folders and a private website that will only be accessible trough vpn. Now I'm really not sure how to achieve this, I kinda get the idea of setting up…
merlin371
  • 186
2
votes
1 answer

Ubuntu Linux UFW Firewall, Local Intranet Access

At home, I have Ubuntu server with the UFW firewall. What command do I type to turn on local intranet access to my web server, but keep the outside world out from my DSL modem?
Volomike
  • 2,305
2
votes
2 answers

How to setup an intranet in ubuntu using wifi?

I want to set up a VPN on my laptop but I don't know what and how to set it. My requirements are : Intranet with a customizable list of shared folders. Intranet outsourced via computer wifi. Possibly assigning individual private IP addresses to all…
VedVals
  • 3,651
2
votes
3 answers

Set up multiple intranet sites

My Ubuntu machine is on the network accessible at \\linux-server I have Apache2 installed and if I go to http://linux-server it takes me to /var/www as the root directory. Is it possible on the same machine to set it up so that http://jisaacks…
JD Isaacks
  • 5,497
1
vote
3 answers

How do I setup apache to only allow local devices to connect to my website/app?

Hey guys I'm really new to this please forgive me if I butcher all the terminology. I've managed to get a lamp-server running for my small business and have created a small webapp that runs on the server. How do configure apache to only allow other…
Pav Dis
  • 23
1
vote
0 answers

automaticaly switch between intranet and internet

at my workplace there is intranet that we use to access our local site to do office work. occassionaly we use smartphone as modem to connect to internet to access. but when we try to access a site on internet it displays page not found. Then for…
k p
  • 11
1
vote
3 answers

setup an intranet website

I am working on a database driven website and want to test it using the LAN available to me. How do I host a website? (Static pages will also do) I tried using php and it works on my system but not on other systems connected on the LAN. I am open to…
1
vote
2 answers

Windows domain full hostnames cannot be resolved resulting in intranet not working

the domain: is foo.bar.local full hostname is: bla.foo.bar.local short hostname is: bla I installed winbind. here is my smb.conf: name resolve order = lmhosts host wins bcast here is my nsswitch.conf: hosts: files mdns4_minimal…
Nimrod Dayan
  • 131
  • 6
0
votes
1 answer

Unable to ssh ubuntu server from internet

I am having a similar problem to why can i not ssh using my domain name but works with ip address?. When I perform the command ssh username@subdomain.domain.us I am told that my connect is refused but when I do ssh username@X.X.X.X It works. I am…
0
votes
1 answer

DNS address of intranet server could not be found

I have set up an intranet server running ubuntu 16.04, apache2 and dnsmasq. On the ubuntu system everything is working fine. On my second system (Windows 10) i get an ERR_NAME_NOT_RESOLVED error in Chrome and a similar one in Edge while trying to…
Niels
  • 111
0
votes
0 answers

Networking - how to allow from second lan interface to access first lan interface?

I have one box with 2 ethernet interface: auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet static address 192.168.2.1 netmask 255.255.255.0 #network 192.168.1.0 gateway 192.168.2.1 #broadcast…
user25165
0
votes
1 answer

How can I make my laptop a server for the Intranet?

I am using Ubuntu 12.10 and I have to organize an intranet competition for which I want my laptop to act as sever so that others can see the questions and submit their answers directly on to my server. I have already installed Lamp and separately…
0
votes
1 answer

error in displaying local wordpress website

i have installed wordpress correctly on my Xubuntu 12.04 and it works perfectly normal for my system, when i access the same on another system then it doesn't show the page UI properly, means there is no JS or CSS displayed. did i do something…
1
2