Hi there. I am unable to get routing working between the Linux
host and the VM/ESA running..
The 192.168.200.1 cannot be pinged from the linux, and the
192.168.200.2 cannot be pinged from the VM.
Here is what I did:
PROFILE TCPIP D:
DEVICE CTCDEV1 CTC E20??? ?
LINK???? CTCLINK1 CTC 0 CTCDEV1
HOME????? 192.168.200.1 CTCLINK1
GATEWAY????????????????????????????????????????????????????????????????
?
? 192.168.200.2?? =?????????????? CTCLINK1? 1500??
HOST?????????????????? ??
? DEFAULTNET 192.168.200.2 CTCLINK1??? DEFAULTSIZE 0
START CTCDEV1
On the Linux side:
hercules.cnf:
0E20.2 CTCI
192.168.200.1 192.168.200.2
$ ?ifconfig
tun2
tun2: flags=81<UP,POINTOPOINT,RUNNING> ?mtu 1500
???????inet 192.168.200.2 ?netmask 255.255.255.255 ?destination
192.168.200.1
???????inet6 fe80::7a48:85e6:4f27:6c6d ?prefixlen 64 ?scopeid
0x20<link>
???????unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
?txqueuelen 500 ?(UNSPEC)
???????RX packets 0 ?bytes 0 (0.0 B)
???????RX errors 0 ?dropped 0 ?overruns 0 ?frame 0
???????TX packets 228 ?bytes 19120 (18.6 KiB)
???????TX errors 0 ?dropped 1815 overruns 0 ?carrier 0
?collisions 0
$ route
-n|grep tun2
192.18.200.0 ???0.0.0.0 ????????255.255.255.0 ??U ????0
?????0 ???????0 tun2
192.168.200.1 ??0.0.0.0 ????????255.255.255.255 UH ???0
?????0 ???????0 tun2
192.168.200.2 ??0.0.0.0 ????????255.255.255.255 UH ???0
?????0 ???????0 tun2
I'm sure I'm missing
something.. but what :)
Many thanks! -t