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:[EMAIL PROTECTED] 
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!)

Reply via email to