Hi, Miles:

On Thursday 06 May 2010 14:12:56 Miles Fidelman wrote:
> Thanks to all who replied.  I'm starting to zero in on this now.
>
> A few more details:
>
> To follow up with a few more details:
>
> server1 ------ hub (switch) ------- server 2
>
>
>                 datacenter's router
>
> The hub is a basic $40 gigE switch (not switch/router) from datacenter.

Now everything seems obvious.

Provided there are no firewalls running either on server1 or server2 it should 
have to be as easy as (if this gives you a "command not found" you'll need to 
install the iproute package):

On server1:
`ip addr add 192.168.0.1/24 dev eth0`

On server2:
`ip addr add 192.168.0.2/24 dev eth0`

Now, you should be able to connect by IP from server1 to server2 and back 
(like `ssh r...@192.168.0.2` from server1 or `ping 192.168.0.1` from 
server2).

Cheers.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201005192158.41519.jesus.nava...@undominio.net

Reply via email to