|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: (newbie) a network related question
From: Didier Wiroth (didier.wiroth
mcesr.etat.lu)
Date: Tue Mar 14 2006 - 07:53:46 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
Do you really require multiple external ip addresses?
If the internals servers have different services you can use something
like:
(pf + rdr)
Server 1 : 10.1.1.1:smtp --> router ADSL---> 86.x.x.x1:smtp (public
static IP!)
Server 2 : 10.1.1.2:www --> router ADSL---> 86.x.x.x1:www
Server 3 : 10.1.1.3:ssh ---> router ADSL---> 86.x.x.x1:ssh
Server N : 10.1.1.N:xxx ---> router ADSL---> 86.x.x.x1:xxx
Or if all servers use same services and you require authentication, you
can use authentication:
(pf + authpf + rdr)
For example:
Server 1 : 10.1.1.1:www --> router ADSL---> 86.x.x.x1 authentication
user x
Server 2 : 10.1.1.2:www --> router ADSL---> 86.x.x.x1 authentication
user y
Server 3 : 10.1.1.3:www ---> router ADSL---> 86.x.x.x1 authentication
xxx
Etc ....
Regards
Didier
-----Original Message-----
From: FTP [mailto:ftp
atalos.com]
Sent: Tuesday, March 14, 2006 13:50
To: misc
openbsd.org
Subject: (newbie) a network related question
Server 1 : 10.1.1.1 ----------> router ADSL----------> 86.x.x.x1 (public
static IP!)
Server 2 : 10.1.1.2 ----------> router ADSL----------> 86.178.23.4
Server 3 : 10.1.1.3 ----------> router ADSL----------> 86.x.x.x2 (public
static IP!) ....
Server N : 10.1.1.N ----------> router ADSL----------> 86.x.x.xN (public
static IP!)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]