If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > multi ethernet interface and hostnames

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-23-04, 02:05
orantoka orantoka is offline
Registered User
 
Join Date: Jun 2004
Posts: 3
multi ethernet interface and hostnames

Hi,

We configured a system on SunOs with multi ethernet inteface and namely, ce0 and ce1. and each one is assigned a different hostname.

when I used it with only one hostname defined everything was fine, but not I observe when I try to query as client side o same machine, it randomly use hostname. if query made with hostname scp1 it works ok but if scp1a1 is used it crash. and I see following error:

(betex@scp1a1): Client host or user (bet
ex@scp1a1) is not trusted by the server.

at the beginning hostname is assumed scp1 and all setting was done based on this assumption.

any idea?
how can I make a hostname trusted by server?


regards
Reply With Quote
  #2 (permalink)  
Old 06-24-04, 07:35
matute matute is offline
Registered User
 
Join Date: Jun 2004
Location: Madrid, Spain
Posts: 47
You must include a line in the /etc/hosts.equiv file, quite like one of these:

scp1a1 betex
#(trust user betex from machine scp1a1)
scp1a1
#(trust any user from machine scp1a1)
+ betex
#(trust user betex from any machine )
+ +
#(trust any user from any machine )

Beware of security considerations!!! Better read about hosts.equiv file before.

Hope it hekps,

José Luis
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On