Linux bridge és z/OS

Sziasztok,

Hercules emulátorral futtatok egy z/OS 1.5 (guest) oprendszert amelyet szeretnék elérni a hálózat bármely gépéről.

Info:
Hálozat: 192.168.1.0/255.255.255.0
router : 192.168.1.1
host : 192.168.1.10 (eth0) (linux 2.6 oprendszer, ezen fut az emulátor)
zOS : 192.168.1.11 (tap0)

IPL után így néznek ki a fontosabb paraméterek:


ifconfig (host): 
eth0      Link encap:Ethernet  HWaddr 00:1a:4d:57:b4:38  
          inet addr:192.168.1.10  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::21a:4dff:fe57:b438/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:259576 errors:0 dropped:0 overruns:0 frame:0
          TX packets:267575 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:127924739 (127.9 MB)  TX bytes:189166714 (189.1 MB)
          Interrupt:251 Base address:0x4000 
lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:108287 errors:0 dropped:0 overruns:0 frame:0
          TX packets:108287 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:42546385 (42.5 MB)  TX bytes:42546385 (42.5 MB)

tap0      Link encap:Ethernet  HWaddr 8e:4a:a3:5f:4b:4d  
          inet6 addr: fe80::8c4a:a3ff:fe5f:4b4d/64 Scope:Link
          UP BROADCAST RUNNING  MTU:1500  Metric:1
          RX packets:1 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:500 
          RX bytes:64 (64.0 B)  TX bytes:398 (398.0 B)

netstat -rn (host):
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
192.168.1.11    0.0.0.0         255.255.255.255 UH        0 0          0 tap0
192.168.1.0     0.0.0.0         255.255.255.0   U         0 0          0 eth0
169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 eth0
0.0.0.0         192.168.1.1     0.0.0.0         UG        0 0          0 eth0

ping, ftp (from host):
gabor@quad ~ $ ping 192.168.1.11
PING 192.168.1.11 (192.168.1.11) 56(84) bytes of data.
64 bytes from 192.168.1.11: icmp_seq=1 ttl=64 time=1.48 ms
64 bytes from 192.168.1.11: icmp_seq=2 ttl=64 time=1.32 ms
^C
--- 192.168.1.11 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 1.329/1.407/1.485/0.078 ms
gabor@quad ~ $ ftp 192.168.1.11
Connected to 192.168.1.11.
220-FTPD1 IBM FTP CS V1R5 at p390.svo.dfw.ibm.com, 09:39:26 on 2009-08-07.
220 Connection will close if idle for more than 5 minutes.
Name (192.168.1.11:gabor): 


routing info (zOS):
- 03.40.36           d tcpip,,net,rout
EZZ2500I NETSTAT CS V1R5 TCPIP       FRAME LAST   F      E   SYS=P390
DESTINATION      GATEWAY          FLAGS     REFCNT  INTERFACE
DEFAULT          192.168.1.1      UGS       000000  ETH1
127.0.0.1        0.0.0.0          UH        000003  LOOPBACK
192.168.1.0      0.0.0.0          US        000000  ETH1
192.168.1.11     0.0.0.0          UH        000000  ETH1
4 OF 4 RECORDS DISPLAYED

Jelenleg a host gépről elérem a zOS-t és vissza. Hogyan tudom a 192.168.1.11 címet más gépekről is láthatóvá tenni? Nem tudom, hogy ez a bridge-el megoldhato-e.

Köszi,
Gábor

Hozzászólások