On 02/16/2011 10:43 AM, César Ávila wrote:
> I wonder how does Oscar manage the network interfaces on the head node.
> I expect eth0 to connect to the external network (setup through dhcp to
> 10.32.X.X) and eth1 to connect to the private network (setup through
> static IP to 192.168.0.1) but I do not know if my assumption is correct.
> I found out that the NFS is exporting my home to the public network, and
> also the dhcp server is listening on eth0 instead of eth1.
>

Hi

You need to set up some of this in /etc/hosts.
I also gave my eth1 card a static address (not sure if this is 
essential, but I wanted aspecific address).


I had the following in /etc/hosts

127.0.0.1       localhost.localdomain localhost
192.168.0.11    oscarnode01.oscardomain oscarnode01
xxx.xxx.x.xx    FQDN_for_the_external_node

and after install, the second line was changed to

192.168.0.11    oscarnode01.oscardomain oscarnode01 oscar_server \ 
nfs_oscar pbs_oscar

I hope this helps.
-- 
Sue McGlashan CISSP
MCS IT Specialist

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to