QNX的网络配置

强烈要求斑主给一份QNX的网络配置步骤来 ,要非常详细的! 网线用直连还是交叉连接的?一直都无法连通网络。我现在用的是QNX4.25,要将主机QNX下的资料传送到xp下,
我是新手,请帮帮忙! 十分感谢!

网线直联或交叉与QNX的网络配置没什么关系,如果想从window下访问QNX可以通过FTP,网络配置的前提是QNX是否正确加载了网卡驱动

你好!请问:我在两个操作系统机器中具体怎么做

关于FTP的设置可以看以前的帖子

I want to transfer data form QNX system to a Window machine, and I use a crossover network cable. When configuring IP address(different than Windows) of QNX system, I edit(as root) the ‘/etc/netstart’ file as follows:
export SOCK=$NODE
/bin/slay -f Tcpip;
/bin/prefix -D/dev/console>/dev/null 2>&1;
/bin/prefix -A/dev/console=/dev/con1;
/usr/ucb/Tcpip qnx &
/usr/ucb/ifconfig en1 192.9.200.50 up
/usr/ucb/ifconfig 1o0 localhost up
/usr/ucb/ifconfig en1 broadcast 192.9.200.255
/usr/ucb/route add default 192.9.200.40
/usr/ucb/inetd &

After I save it, I run ‘netstart’ in M300 QNX machine(as std). But the screen show following problems:
/usr/ucb/Tcpip: not found
ifconfig: socket: No such process
ifconfig: socket: No such process
ifconfig: socket: No such process
route: socket: No such process
/home/std% ping 192.9.200.100
ping: socket: No such process

Windows IP is 192.9.200.100, the field name is sea-udp, mask is 255.255.255.0, gateway is 192.9.200.40. When I type ‘ping 192.9.200.50’ in Windows, the screen tell me there are no problems. But when I type ‘ping 192.9.200.100’ in QNX(as std), the screen show those problems as above.

Please tell me:
1.What’s the problem showed above? How should I do?
2. Once the net is working, I use LeapFtp in Windows to transfer data from QNX system to Windows system, Need I set property of file of QNX into shared(just like Windows)? I’d like you to tell me in detail.

/usr/ucb/Tcpip qnx &

把最后的 & 拿掉试试。

另外,没有看到Net和Net.ether****的启动,所以我假定你已经启动它们了。

Looks like your tcpip installation is no good. Can you verify if you have the “Tcpip”?

ls -l /usr/ucb/Tcpip

是一个工具包吗?什么地方可以得到它,,,
如果可能,介绍一下它的安装和使用好吗?

这是QNX4的东东。你使用QNX6, 所以跟你无关了 :slight_smile:

顺带说一下:QNX 4 是老板本的QNX, 而且是要花钱买的,没有免费版。