1834424 Members
2102 Online
110067 Solutions
New Discussion

Internet connection

 
SOLVED
Go to solution
Fayez
Trusted Contributor

Internet connection

Hi All,

We have rp7410 server running HP-UX 11i, I we need to get it connected to the internet via ISA server, and to be able to send and recive e-mails using exchange server.

Can you advice us a Docs. to read?????
3 REPLIES 3
Steven E. Protter
Exalted Contributor
Solution

Re: Internet connection

For this you don't need a doc.

in /etc/rc.config.d/netconf

configure the gateway for the server that is providing internet access. Make it the ip address.

That gets you Internet access.

in the file /etc/mail/sendmail.cf

find the DS directive, it should be the only directive with the capital letters DS

Change

DS

to

DShostname_of_exchange_server

example

DSexchangeserver.your.net

or

DS
[IP addy of exchange server]

example

DS
[192.168.0.40]

save the file

/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start

The exchange server must explicitly be set up to relay mails from your 7410 server. If not this will fail.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Todd Whitcher
Esteemed Contributor

Re: Internet connection

Steven pretty much gave you what you need, set up your network route and sendmail.cf file.

As far as documentation, a good place to start is the Internet Services manual.

http://www.docs.hp.com/en/netcom.html#Internet%20Services

You will find most other Network type manuals on that site.

Fayez
Trusted Contributor

Re: Internet connection

Hi all,
Thank you very much all, I found the docs very useful, and Steven I will try your suggestions, thanks man...

Bye.....