Post by scottIn OS/2 Warp, how does one define a default gateway?
There is a way throgh the GUI, in Warp 3 or 4: tcpcfg.exe (but
in the later versions of TCP/IP like 4.1 - 4.3, it's TCPCFG2).
Or, edit the SETUP.CMD file in \mptn\bin = look for these lines:
route add default 192.168.2.1 -hopcount 1
route add -net 192 192.168.2.1 -netmask 255.255.255.0 -hopcount 1
On my system, for example - the router on my local network is
192.168.2.1 (more complex situations, like multiple subnets,
require slightly more complex configuration).