Connect Neutrino and QNX 4 systems

Hi.

I installed the RTP on a machine here. I would like to network this machine
with my other QNX 4 nodes. Is FTP the only way to do this?

At the moment, ping doesn’t work between the Neutrino machine and the QNX 4
machines.

What am I doing wrong? Please Help!

Thanks

Augie

Augie Henriques <Henriques@neca.com> wrote:

Hi.

I installed the RTP on a machine here. I would like to network this machine
with my other QNX 4 nodes. Is FTP the only way to do this?

At the moment, ping doesn’t work between the Neutrino machine and the QNX 4
machines.

What am I doing wrong? Please Help!

Well, are you running tcp/ip on both sides? (I assume you are but I had to
ask! ).

If you are, can you ping any other machines on the network from both
the QNX4 and/or the Neutrino machines?

In terms of interconnections, run Nfsd on the Nuetrino machine and
nfs mount what you want to share between them.

chris

cdm@qnx.com > “The faster I go, the behinder I get.”

Chris McKillop – Lewis Carroll –
Software Engineer, QSSL
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Chris McKillop <cdm@qnx.com> wrote in message
news:8que6n$ec9$3@nntp.qnx.com

Augie Henriques <> Henriques@neca.com> > wrote:
Hi.

I installed the RTP on a machine here. I would like to network this
machine
with my other QNX 4 nodes. Is FTP the only way to do this?

At the moment, ping doesn’t work between the Neutrino machine and the
QNX 4
machines.

What am I doing wrong? Please Help!


Well, are you running tcp/ip on both sides? (I assume you are but I had to
ask! ).

Yes.

If you are, can you ping any other machines on the network from both
the QNX4 and/or the Neutrino machines?

I can ping any Windows machine from QNX 4 machines. I can ping any QNX 4
machine from Windows machines. I just can ping the Neutrino machine. Nor
can I ping anyone else from Neutrino. I probably don’t have something setup
correct for TCP/IP on the Neutrino machine.(?)

I followed the troubleshooting information. I know I have the TCP/IP stack
going. The network card is going (devn-el900.so) for the 3C905B-Combo.

netstat returns ‘netstat: no namelist’.

Why? How can I get netstat to work?

In terms of interconnections, run Nfsd on the Nuetrino machine and
nfs mount what you want to share between them.

How do I do this?

Thanks

Augie

chris

cdm@qnx.com > “The faster I go, the behinder I get.”
Chris McKillop – Lewis Carroll –
Software Engineer, QSSL

Augie <augieh@scieng.com> wrote:

If you are, can you ping any other machines on the network from both
the QNX4 and/or the Neutrino machines?

I can ping any Windows machine from QNX 4 machines. I can ping any QNX 4
machine from Windows machines. I just can ping the Neutrino machine. Nor
can I ping anyone else from Neutrino. I probably don’t have something setup
correct for TCP/IP on the Neutrino machine.(?)

check your subnet mask

Why? How can I get netstat to work?

your using the small stack, use phlip or ‘cat /proc/ipstats’ to get info

In terms of interconnections, run Nfsd on the Nuetrino machine and
nfs mount what you want to share between them.

see the docs on Nfsd and fs-nfs2

Augie <augieh@scieng.com> wrote:

Chris McKillop <> cdm@qnx.com> > wrote in message

If you are, can you ping any other machines on the network from both
the QNX4 and/or the Neutrino machines?

I can ping any Windows machine from QNX 4 machines. I can ping any QNX 4
machine from Windows machines. I just can ping the Neutrino machine. Nor
can I ping anyone else from Neutrino. I probably don’t have something setup
correct for TCP/IP on the Neutrino machine.(?)

Can you run nicinfo and post the results?
Can you do an “ls -l of /dev/io-net/” and post the results?

In terms of interconnections, run Nfsd on the Nuetrino machine and
nfs mount what you want to share between them.

How do I do this?

On the neutrino machine make a file called /etc/exports. In this place,
one per line, the directories you want to share. For example, /usr. Then,
as root, run portmap and then Nfsd.

On the QNX4 machine simply be running Socket (not Socklet) and type…

mount -t nfs :/usr /shared_usr

And you will have the directory /usr on the NTO machine as /shared_usr
on the QNX4 machine.


chris

cdm@qnx.com > “The faster I go, the behinder I get.”

Chris McKillop – Lewis Carroll –
Software Engineer, QSSL
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Chris McKillop <cdm@qnx.com> wrote in message
news:8r04f6$g3e$1@nntp.qnx.com

Augie <> augieh@scieng.com> > wrote:
Chris McKillop <> cdm@qnx.com> > wrote in message

If you are, can you ping any other machines on the network from both
the QNX4 and/or the Neutrino machines?

I can ping any Windows machine from QNX 4 machines. I can ping any QNX
4
machine from Windows machines. I just can ping the Neutrino machine.
Nor
can I ping anyone else from Neutrino. I probably don’t have something
setup
correct for TCP/IP on the Neutrino machine.(?)


Can you run nicinfo and post the results?
Can you do an “ls -l of /dev/io-net/” and post the results?

Here you go.

3COM (90xB) COMBO Ethernet Controller
Physical Node ID … 000102 2ED7D7
Current Physical Node ID … 000102 2ED7D7
Media Rate … 10.00 Mb/s half-duplex UTP
MTU … 1514
Lan … 0
I/O Port Range … 0xD400 → 0xD47F
Hardware Interrupt … 0x5

Total Packets Txd OK … 0
Total Packets Txd Bad … 0
Total Packets Rxd OK … 0
Total Rx Errors … 0

Tx Collision Errors … 0
Tx Collisions Errors (aborted) … 0
Carrier Sense Lost on Tx … 0
FIFO Underruns During Tx … 0
Tx defered … 0
Out of Window Collisions … 0
FIFO Overruns During Rx … 0
Alignment errors … 0
CRC errors … 0

total 0
crw-rw-rw- 1 root root 0, 1 Sep 29 04:12 en0
crw-rw-rw- 1 root root 0, 1 Sep 29 04:12 ip0
crw-rw-rw- 1 root root 0, 1 Sep 29 04:12 ip_en

In terms of interconnections, run Nfsd on the Nuetrino machine and
nfs mount what you want to share between them.

How do I do this?


On the neutrino machine make a file called /etc/exports. In this place,
one per line, the directories you want to share. For example, /usr.
Then,
as root, run portmap and then Nfsd.

On the QNX4 machine simply be running Socket (not Socklet) and type…

mount -t nfs :/usr /shared_usr

And you will have the directory /usr on the NTO machine as /shared_usr
on the QNX4 machine.

How do I set/check the neutrino machine name? I was not asked to pick a
name durring install.

Doesn’t nfs use TCP/IP? I can’t even ping other nodes, how am I going to
get the nfs to work?

Thanks

Augie

chris

cdm@qnx.com > “The faster I go, the behinder I get.”
Chris McKillop – Lewis Carroll –
Software Engineer, QSSL

Chris McKillop <cdm@qnx.com> wrote in message
news:8r04f6$g3e$1@nntp.qnx.com

Augie <> augieh@scieng.com> > wrote:
Chris McKillop <> cdm@qnx.com> > wrote in message

If you are, can you ping any other machines on the network from both
the QNX4 and/or the Neutrino machines?

I can ping any Windows machine from QNX 4 machines. I can ping any QNX
4
machine from Windows machines. I just can ping the Neutrino machine.
Nor
can I ping anyone else from Neutrino. I probably don’t have something
setup
correct for TCP/IP on the Neutrino machine.(?)


Can you run nicinfo and post the results?
Can you do an “ls -l of /dev/io-net/” and post the results?

Here is some more info I tought it may help.

Name Mtu Network Address Ipkts Ierrs Opkts Oerrs
Coll
lo0 32976 4 0 4 0
0
lo0 32976 127 127.0.0.1 4 0 4 0
0
en0 1500 00:01:02:2e:d7:d7 0 0 12 0
0
en0 1500 192.9.200 192.9.200.1 0 0 12 0
0
Routing tables

Internet:
Destination Gateway Flags Refs Use Mtu
Interface
default 192.9.200.20 UGS 0 11 - en0
127.0.0.1 127.0.0.1 UH 0 0 - lo0
192.9.200 192.9.200.1 U 1 5 - en0
192.9.200.1 192.9.200.1 UH 0 4 - lo0

Many Thanks,

Augie

In terms of interconnections, run Nfsd on the Nuetrino machine and
nfs mount what you want to share between them.

How do I do this?


On the neutrino machine make a file called /etc/exports. In this place,
one per line, the directories you want to share. For example, /usr.
Then,
as root, run portmap and then Nfsd.

On the QNX4 machine simply be running Socket (not Socklet) and type…

mount -t nfs :/usr /shared_usr

And you will have the directory /usr on the NTO machine as /shared_usr
on the QNX4 machine.


chris

cdm@qnx.com > “The faster I go, the behinder I get.”
Chris McKillop – Lewis Carroll –
Software Engineer, QSSL