This may sound like complete noob question but anyway here it goes, I need to set up multiple public ips and single private ip on my ispconfig server.
Here is the rough layout of what I intend to achieve
My current configurations are :-
Network Interface
Quote:
# 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
allow-hotplug eth0
auto eth0
iface eth0 inet static
address 192.168.16.36
netmask 255.255.255.0
network 192.168.16.0
broadcast 192.168.16.255
gateway 192.168.16.254
|
Hosts Config
Quote:
127.0.0.1 localhost myserver.com
192.168.16.36 localhost myserver.com
# The following lines are desirable for IPv6 capable hosts
#::1 ip6-localhost ip6-loopback
#fe00::0 ip6-localnet
#ff00::0 ip6-mcastprefix
#ff02::1 ip6-allnodes
#ff02::2 ip6-allrouters
#ff02::3 ip6-allhosts
|
- Where should I put these public IPs in ISPConfig?
- Do I need more private IPs for SSL websites?
I think it will help me resolve my previous question I posted
here
Any help much appreciated.
Recent comments
14 hours 18 min ago
15 hours 17 min ago
19 hours 4 min ago
20 hours 18 min ago
23 hours 55 min ago
1 day 7 hours ago
1 day 16 hours ago
1 day 17 hours ago
2 days 8 hours ago
2 days 11 hours ago