We have a network that consists of about 10 computer on the 192.168.1.x
subnet. There are 2 QNX boxes, 2 Allen Bradley PLC5/40E’s, 7 NT’s, 2 RF.
The dialup is configured to issue an ip address on the 192.168.1.x network
and uses an additional address for it’s side as well.
From a dialup connection using PPP we can ping the server, all IP address’
assigned to it, just fine. But, we are unable to ping anything else that
may need to be reached via it’s Ethernet car. I have tried using the
setting “Use Remote’s Default Gateway” on my dial up with no success as
well.
Any suggestions and/or comments?
Thanks,
Matt
Matthew S. Blackburn <blackburnms@rapistan.com> wrote:
We have a network that consists of about 10 computer on the 192.168.1.x
subnet. There are 2 QNX boxes, 2 Allen Bradley PLC5/40E’s, 7 NT’s, 2 RF.
The dialup is configured to issue an ip address on the 192.168.1.x network
and uses an additional address for it’s side as well.
From a dialup connection using PPP we can ping the server, all IP address’
assigned to it, just fine. But, we are unable to ping anything else that
may need to be reached via it’s Ethernet car. I have tried using the
setting “Use Remote’s Default Gateway” on my dial up with no success as
well.
Any suggestions and/or comments?
Don’t really sure what you are trying to do, but have a feeling
that the option you want is “proxyarp”.
-xtang
I do have proxyarp setup in the /etc/ppp/options file. When I look at the
syslog I see that proxyarp finds en1 but nothing about the ppp connection.
What I need to be able to do is to dial into the QNX node and then from a
Windows NT workstation be able to telnet to all the other computers on the
network (a mix of QNX and NT).
We need this ability so that we can remote access the NT computers via the
dialup on the QNX box.
“Xiaodan Tang” <xtang@qnx.com> wrote in message
news:96kmf8$p6l$1@nntp.qnx.com…
Matthew S. Blackburn <> blackburnms@rapistan.com> > wrote:
We have a network that consists of about 10 computer on the 192.168.1.x
subnet. There are 2 QNX boxes, 2 Allen Bradley PLC5/40E’s, 7 NT’s, 2
RF.
The dialup is configured to issue an ip address on the 192.168.1.x
network
and uses an additional address for it’s side as well.
From a dialup connection using PPP we can ping the server, all IP
address’
assigned to it, just fine. But, we are unable to ping anything else
that
may need to be reached via it’s Ethernet car. I have tried using the
setting “Use Remote’s Default Gateway” on my dial up with no success as
well.
Any suggestions and/or comments?
Don’t really sure what you are trying to do, but have a feeling
that the option you want is “proxyarp”.
-xtang
Matthew S. Blackburn <blackburnms@rapistan.com> wrote:
I do have proxyarp setup in the /etc/ppp/options file. When I look at the
syslog I see that proxyarp finds en1 but nothing about the ppp connection.
What I need to be able to do is to dial into the QNX node and then from a
Windows NT workstation be able to telnet to all the other computers on the
network (a mix of QNX and NT).
We need this ability so that we can remote access the NT computers via the
dialup on the QNX box.
OK. So you have a 192.168.1.x network, QNX is one them it,
you want another NT box dial into the QNX box, make a
192.168.1.x <-> 192.168.1.x ppp link, and then you want to
access anyone connect with QNX, right?
You need:
-
start the Sock[l]et on QNX with option -d forward to tell QNX box
act as a router.
-
you need proxyarp option for QNX side pppd.
-
make sure all the address (at both side of ppp link) are on
192.168.1.x
that’s it.
-xtang
“Xiaodan Tang” <> xtang@qnx.com> > wrote in message
news:96kmf8$p6l$> 1@nntp.qnx.com> …
Matthew S. Blackburn <> blackburnms@rapistan.com> > wrote:
We have a network that consists of about 10 computer on the 192.168.1.x
subnet. There are 2 QNX boxes, 2 Allen Bradley PLC5/40E’s, 7 NT’s, 2
RF.
The dialup is configured to issue an ip address on the 192.168.1.x
network
and uses an additional address for it’s side as well.
From a dialup connection using PPP we can ping the server, all IP
address’
assigned to it, just fine. But, we are unable to ping anything else
that
may need to be reached via it’s Ethernet car. I have tried using the
setting “Use Remote’s Default Gateway” on my dial up with no success as
well.
Any suggestions and/or comments?
Don’t really sure what you are trying to do, but have a feeling
that the option you want is “proxyarp”.
-xtang