RDzJohn,
Thanks for the help. At this point I'm thinking there must be something wrong with my routes. Here is what I have, hoping you can verify my thinking. For ETH1, 10.1.1.2 is the tunnel address. I'm not sure whether or not this address should show up when I do an ifconfig, but this is what I see.
tap0 Link encap:Ethernet HWaddr 5E:4E:9D:F8:0D:49 inet addr:10.1.1.1 Bcast:10.1.1.255 Mask:255.255.255.0 inet6 addr: fe80::5c4e:9dff:fef8:d49/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:12 errors:0 dropped:0 overruns:0 frame:0 TX packets:42 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:500 RX bytes:720 (720.0 b) TX bytes:6883 (6.7 Kb)
ETH2 is 192.168.1.149, which is the IP of z/OS. This is the IP I use to connect to it locally. For the routes, 192.168.1.1 is the DNS of the router, while 192.168.1.2 is where the router starts giving out IP's. The remaining ETH1 route is 10.0.0.0 simply because that's what's in the pdf's and I can't imagine my linux distro is any different :)
DEVICE PORTA MPCIPA LINK ETH1 IPAQENET PORTA HOME 10.1.1.2 ETH1 ; This second device is optional DEVICE PORTB MPCIPA LINK ETH2 IPAQENET PORTB HOME 192.168.1.149 ETH2 BEGINRoutes ; Destination SubnetMask FirstHop LinkName Size ROUTE 192.168.1.1 255.255.255.0 = ETH2 MTU 1492 ROUTE 10.0.0.0 255.0.0.0 = ETH1 MTU 1492 ROUTE DEFAULT 192.168.1.2 ETH2 MTU 1492 ENDRoutes
Is my thinking all wrong here?
Scott Pecnik
ClearBlade scottpecnik