Enabling IP Forwarding

Hello, all

I am running the following commands on my router machine:

io-net -dspeedo -ptcpip forward -pqnet &
ifconfig en0 192.168.1.14
ifconfig en1 192.168.2.14
route add default 192.168.1.254
hostname mordor

I currently have another QNX machine connected to en1 of the router:
io-net -drtl -ptcpip -pqnet &
ifconfig en0 192.168.2.13
route add default 192.168.2.14
hostname rivendell

And 192.168.1.n is my company’s regular network. My personal
workstation (running linux, named shire) has a route added for
192.168.2.0/24 through 192.168.1.14.

The problem is that I cannot connect through the router machine.
Currently, both Shire and Rivendell can ping Mordor. Mordor can ping
both Shire and Rivendell. However, Shire cannot ping Rivendell, nor
can Rivendell ping Shire.

Can somebody offer any insight to this problem?

Cheers,
Kevin


He that breaks a thing to find out what it is has left the path of
wisdom – Gandalf the Grey

You need to do:

io-net -dspeedo -oforward -ptcpip -pqnet &

“Kevin Lacquement” <klacquement@syscor.com> wrote in message
news:m28zeaul5j.fsf@aridhol.syscor.priv

Hello, all

I am running the following commands on my router machine:

io-net -dspeedo -ptcpip forward -pqnet &
ifconfig en0 192.168.1.14
ifconfig en1 192.168.2.14
route add default 192.168.1.254
hostname mordor

I currently have another QNX machine connected to en1 of the router:
io-net -drtl -ptcpip -pqnet &
ifconfig en0 192.168.2.13
route add default 192.168.2.14
hostname rivendell

And 192.168.1.n is my company’s regular network. My personal
workstation (running linux, named shire) has a route added for
192.168.2.0/24 through 192.168.1.14.

The problem is that I cannot connect through the router machine.
Currently, both Shire and Rivendell can ping Mordor. Mordor can ping
both Shire and Rivendell. However, Shire cannot ping Rivendell, nor
can Rivendell ping Shire.

Can somebody offer any insight to this problem?

Cheers,
Kevin


He that breaks a thing to find out what it is has left the path of
wisdom – Gandalf the Grey

“IH” == Issam Haddad <> ihaddad@asurent.com> > writes:

IH> You need to do:
IH> io-net -dspeedo -oforward -ptcpip -pqnet &

When I try that, I get the following:

io-net: illegal option – o
io-net: illegal option – f
io-net: illegal option – o
io-net: illegal option – r
io-net: illegal option – w
io-net: illegal option – a
io-net: illegal option – r
unable to load dll devn–ptcpip: Library cannot be found

Cheers,
Kevin


He that breaks a thing to find out what it is has left the path of
wisdom – Gandalf the Grey