Operating System - Tru64 Unix
1753487 Members
4568 Online
108794 Solutions
New Discussion юеВ

TCP/IP Configuration on Tru64 Unix

 
SOLVED
Go to solution
Not applicable

TCP/IP Configuration on Tru64 Unix

Hi,

I have just finished installation of Tru64 Unix 5.1b on Alpha 1200 Server. And I have installed all the licenses.

I am facing some problem while configuring TCP/IP services.

I have configured TCP/IP using following command:

ifconfig tu0 16.138.189.78 netmask 255.255.255.0 broadcast 16.138.189.127

After configuration output of ifconfig -a is:

# ifconfig -a
lo0: flags=100c89
inet 127.0.0.1 netmask ff000000 ipmtu 4096

sl0: flags=10

tu0: flags=c63
inet 16.138.189.78 netmask ffffff00 broadcast 16.138.189.127 ipmtu 1500

tun0: flags=80

tun1: flags=80

But the problem is that I am not able to connect to the server from outside the subnet. Means, I am able to connect it through telnet from 189 subnet but not from outside 189.

Could anyone help me to resolve this issue. Did I do anything wrong?

Regards,
-ajaydec
2 REPLIES 2
Vladimir Fabecic
Honored Contributor
Solution

Re: TCP/IP Configuration on Tru64 Unix

The best way to configure network is sysman.
So do:
# sysman Networking
and set all network parameters.
Did you set default gateway?
In vino veritas, in VMS cluster
Not applicable

Re: TCP/IP Configuration on Tru64 Unix

Thanks Vladimir,

Problem got solved using sysman Networking... :)
Problem is because I didn't set the default gateway.

Regards,
ajaydec