Pierre Fortin wrote:
 
> Felix Miata wrote:

> > Pierre Fortin wrote:

> > > Felix Miata wrote:

> > > > My other machines still can't see the internet when st21s has active ppp.
> > > > netstat -arp on OS/2 shows the following first line:

> > > > Destination     Router          Netmask         Flags Metric Ref    Use Iface
> > > > default         192.168.0.54      0.0.0.0       UG    0      0       28 lan0

> > > This will work for internal communication...  this machine has only one way out
> > > and everything can go via a single default route.

> > If st21s (.54) isn't up, none of the other local machines can ping any
> > others. Seems like this should not be so. Also, the IP Masquerade mini
> > HOWTO says:
 
> If the above OS/2 output is typical, then st21s is required for local
> communication.  You should have an entry like this in those machines:
>   Destination     Router          Netmask         Flags Metric Ref    Use Iface
>   default         192.168.0.54      0.0.0.0       UG    0      0       28 lan0
>   192.168.0.0     0.0.0.0         255.255.255.0   U     0      0       NN lan0
>   ^^^^^^^^^^^^^^^^^^^...
> which will let these hosts communicate directly. No idea where to set this up in
> half-OS.

Is this not a functional equivalent to the following output from "netstat -arp"
(line 3. I see the flags difference) (issued without active ppp)?:

  destination             router                netmask     metric flags intrf
***********
default                192.168.0.54           0.0.0.0           0   UGP   lan0
127.0.0.1              127.0.0.1              255.255.255.255   0    UH     lo
192.168                192.168.0.51           255.255.255.0     0    UC   lan0

addr 127.0.0.1 Interface 9 mask 0xff000000 broadcast 127.0.0.1
Multicast addrs:
 224.0.0.1

addr 192.168.0.51 Interface 0 mask 0xffffff00 broadcast 192.168.0.255
Multicast addrs:
 224.0.0.1

no ARP table entries present
**********

Where does the multicast of 224.0.0.1 come from?

BTW, the setup is probably from \MPTN\BIN\setup.cmd:

route -fh
arp -f
ifconfig lo 127.0.0.1
ifconfig lan0 192.168.0.51 netmask 255.255.255.0 metric 1 mtu 1500
REM ifconfig sl0
route add default 192.168.0.54 -hopcount 1
ipgate off
-- 
A fool gives full vent to his anger, but a wise man keeps himself under
control.                Proverbs 29:11 NKJV

 Team OS/2

Felix Miata  ***  http://mrmazda.members.atlantic.net/


Reply via email to