BinTec - netGW

Theme: Netcs/Netgw - BinTec (DOS/UNIX)

Configuration example - BIANCA/DOS:
-----------------------------------
(also valid for the BinTec - UNIX - solution)
--------------------------------------------------------------------------------

NETCS on a RS6000   netGW   BIANCA/DOS 1.4
+ TCP/IP (IBM) L TCP/IP-router in host I ISDN + PCTCP
  A   S  
xip0: 200.0.0.2 N   D  
(host local - netGW)     N  
en0: 1.0.0.70   ip: 200.0.0.1   ip: 200.0.0.100



BinTec:
-------------------------------------------------------------------------------
C:\BIANCA\SERVICES (UNIX: /usr/isi/config/services)
----------------------------------------------------
* tcp/ip 0070002 T.70;X.75
* tcp/ip2 0070002 NOL3;X.75
* tcp/ip3 0070002 NOL3;X.75(connmode=8)
* tcp/ip4 0070002 NOL3;NOL2

ANNOTATION:
-----------
tcp/ip3 could only be used with the UNIX solution!

C:\BIANCA\IP (UNIX: /usr/isi/config/ip)
---------------------------------------------
INET 200.0.0.100 ISDN bintec,tcp/ip2 # own ip address (interface of the ISDN
# transfer network) <-> this entry only
# makes sense with BIANCA/DOS
INET 200.0.0.2 ISDN netGW,tcp/ip2 # take the xip0 address!

ATTENTION:
----------
Do not use the ip address of netGW (here: 200.0.0.1), because the TCP/IP
connection would only work in one direction: right to left.
If a ping arrives from the netGW side, the source address will be 200.0.0.2
-> this address has to be configured!

/usr/isi/config/ipif (only UNIX)
---------------------------------------------
NET is0 TYPE isdn ADDR 200.0.0.100 # own ip address <-> only makes sense
# with the UNIX solution

C:\BIANCA\HOSTS (UNIX: /usr/isi/config/hosts)
------------------------------------------------
bintec 49.911.795960.
netGW 49.911.730906.

The following encapsulation should work:

netGW   BinTec    
L2 L3 L2 L3  
         
LAPB T70 X.75 T.70 =tcp/ip 2
LAPB TRANS X.75 NOL3 =tcp/ip2 (preferred protocol!)
UIFRAME TRANS X.75 (conmode=8) NOL3 =tcp/ip3 (only UNIX)
HDLC TRANS NOL2 NOL3 =tcp/ip4


netGW:
-------------------------------------------------------------------------------
GENERAL {
IPADDR = 200.0.0.1 # IP address of the netGW
...
}

DRIVERS {
ISDN {
...
L2 = LAPB # use LAPB protocol
L3 = TRANSPARENT # no additional layer 3 protocol
...
}
}

INTERFACES {
local {
...
IPDEST = 200.0.0.2
...
INIT = "xip0"
...
}

...
bintec {
DRIVER = ISDN
IPDST = 200.0.0.100 # destination IP address
IPSRC = 200.0.0.1 # overwrites the IPADDR from the section GENERAL

SERVICES = defaultports
L2 = LAPB # use LAPB protocol - overwrites the section
# DRIVERS - ISDN
L3 = TRANSPARENT # no additional layer 3 protocol
CALL = "009119673262" # destination ISDN address (outgoing)
LISTEN = "09119673262" # incoming ISDN address (CLI)
}
}

 

Wichtige Links

FAQ-Indexseite