Hi,
I’m trying to put two network in a QNX6 box, the two card are well
recognised when i put then one by one in the box.
These cards are 3COM 3C905-TX.
I also tried to make a /etc/rc.d/rc.local file :
#!/bin/sh
slay -f io-net
io-net -d el900 pci=0x00 -d el900 pci=0x01 -p ttcpip
if=en0:192.168.0.1:255.255.255.0, if=en1:192.168.0.2:255.255.255.0,
default=192.168.0.1
but nothing better
Is there a solution ?
Yasmine <y.leroux@nospam.actris.com> wrote:
: Hi,
: I’m trying to put two network in a QNX6 box, the two card are well
: recognised when i put then one by one in the box.
: These cards are 3COM 3C905-TX.
: I also tried to make a /etc/rc.d/rc.local file :
: #!/bin/sh
: slay -f io-net
: io-net -d el900 pci=0x00 -d el900 pci=0x01 -p ttcpip
: if=en0:192.168.0.1:255.255.255.0, if=en1:192.168.0.2:255.255.255.0,
^ ^
no space
: default=192.168.0.1
: but nothing better
: Is there a solution ?
Also the drivers should scan for all their cards by default, so you
might try simply:
io-net -del900 -pttcpip if=en0:,if=en1:,default=
-seanb