I have two pc, both are connect at one router/modem (192.168.1.1)
pc 1 is a server (ubuntu 12.04 + ispconfig 3)
pc2 is a desktop pc (with win xp)
pc1
in /etc/hosts I have
127.0.0.1 localhost
192.168.1.100 hostub
in /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.100
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
dns-nameservers 127.0.0.1 8.8.8.8 8.8.4.4
from pc2 for connect at ispconfg I use
https://192.168.1.100:8080
see that I use the server only for test and not must be visible externally,
how can create sites with ispconfig and what write in the url of the 2nd pc
for to see the sites?
Recent comments
9 hours 29 min ago
14 hours 34 min ago
18 hours 58 min ago
20 hours 47 min ago
1 day 10 hours ago
1 day 11 hours ago
1 day 16 hours ago
1 day 22 hours ago
1 day 23 hours ago
2 days 45 min ago