Operating System - HP-UX
1837562 Members
3370 Online
110117 Solutions
New Discussion

Re: Package with 2 ip addresses

 
mmartini
Occasional Advisor

Package with 2 ip addresses

hello :-)
i have added a shared (samba) fs to an already existent pkg. It is possible to make the share fs available using his own name/ip? For example:
now the share is available with this name:
\\pkg_name\share_name
can i make it available using just the share name:
\\share_name
thank you very much
2 REPLIES 2
melvyn burnard
Honored Contributor

Re: Package with 2 ip addresses

If I underastand you correctly, you have added a file system to an exisiting package, and you wish to mount this using Samba, but not using the exisiting package hostname/ip address.
Add in a second SUBNET/IP array to the package control file, and have your hosts file and DNS updated with the new IP address and the required "hostname" you wish to use.

My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Julio Yamawaki
Esteemed Contributor

Re: Package with 2 ip addresses

Hi,

Use these parameters in smb.conf:

netbios name = pkg_name
interfaces = ip address/subnet mask

Regards,