|
Re: RE: RE: routing qnet packets
|
07/16/2008 10:54 AM
post10606
|
Re: RE: RE: routing qnet packets
Comments inline...
> From: Gary Faulkner [mailto:gary.faulkner@ucontrol.com]
>
> > First, i *was* using bind=mos0 because when qnet started up,
> > it complained that it was going to ignore that interface if
> > I only gave it the bind=ip.
>
> Assuming that mos0 is your (single?) ethernet interface,
> Specifying both bind=ip and bind=mos0 should start two
> L4's and allow you to talk to both routed machines
> and also machines only on your local network.
yes, this is correct; realistically, i'll never have hosts on my local network... so I can drop the bind=mos0.
> that can never work, sorry - you need a different hostname,
> not localhost.
So, if my actual ip address of the local node is 192.168.12.100, then a ls /net/192.168.12.100 would never work?
> It looks like a resolver problem. Assuming you are on
> "host1", do the following:
>
> # ping host2
>
> If that works, then "ls /net/host2" should work.
>
> --
> aboyd
So... give the network diagram that I have above, i have two hosts. Router 1 NATs host1, and router 2 NATs host2.
Internally, they both have the same actual IP address (192.168.12.100). But, they're external IP addresses are (of
course) different... one is at 192.168.99.166, and the other is at 192.168.99.232.
I can ping between them just fine.
However, I cannot get qnet to work between them.
Is there a specific port that qnet needs to have forwarded??
|
|
|