Discussion:
[hercules-390] Windows CTCI configuration question
reichmanjoe@gmail.com [hercules-390]
2017-03-05 19:54:16 UTC
Permalink
Hi


I upgrading all the software in my new machine


My default gateway on my router is 10.0.0.1


I have made a static entry for my machine of 10.0.0.6 (This my Windows TCP/IP address)


I was looking at the documentation for enabling TCP/IP via Hercules and one of the steps


was to add a "Fake" TCP/IP which would be the Hercules TCP/IP


This would be via route add command


I cut and paste the example on the Hercules TCP/IP documentation page


route add 192.168.200.0 mask 255.255.255.0 10.1.2.1 metric 1


and this took ?


I thought the first three entries I.e. 10.0.0 had to be the same, that's what the subnet mask is about


I did a route print


IPv4 Route Table
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 10.0.0.1 10.0.0.6 291
10.0.0.0 255.0.0.0 On-link 10.0.0.6 291
10.0.0.6 255.255.255.255 On-link 10.0.0.6 291
10.255.255.255 255.255.255.255 On-link 10.0.0.6 291
127.0.0.0 255.0.0.0 On-link 127.0.0.1 331
127.0.0.1 255.255.255.255 On-link 127.0.0.1 331
127.255.255.255 255.255.255.255 On-link 127.0.0.1 331
192.168.200.0 255.255.255.0 10.1.2.1 10.0.0.6 36
224.0.0.0 240.0.0.0 On-link 127.0.0.1 331
224.0.0.0 240.0.0.0 On-link 10.0.0.6 291
255.255.255.255 255.255.255.255 On-link 127.0.0.1 331
255.255.255.255 255.255.255.255 On-link 10.0.0.6 291
===========================================================================
Persistent Routes:




192.168.200.0 is there


Can somebody please explain


Thanks
Vince Coen vbcoen@gmail.com [hercules-390]
2017-03-05 20:13:26 UTC
Permalink
Normally the mask should be 225.255.255.0

Assuming that the address range is say (in your case) 10.0.0.1

Here I use a localhost setting with 192.168.1.n so maintain the above
mask throughout my various systems.

This allows me to go in to the Hercules host o/s, using any platform
including Linux, Windows (rarely), OSX & Android (for tablet) as well as
a m/f.

Works for me and that is with Linux also running a BBS, http, ftp Mysql,
Oracle and other rdbms system.
Post by ***@gmail.com [hercules-390]
Hi
I upgrading all the software in my new machine
My default gateway on my router is 10.0.0.1
I have made a static entry for my machine of 10.0.0.6 (This my Windows TCP/IP address)
I was looking at the documentation for enabling TCP/IP via Hercules and one of the steps
was to add a "Fake" TCP/IP which would be the Hercules TCP/IP
This would be via route add command
I cut and paste the example on the Hercules TCP/IP documentation page
route add 192.168.200.0 mask 255.255.255.0 10.1.2.1 metric 1
and this took ?
I thought the first three entries I.e. 10.0.0 had to be the same,
that's what the subnet mask is about
I did a route print
IPv4 Route Table
===========================================================================
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 10.0.0.1 10.0.0.6 291
10.0.0.0 255.0.0.0 On-link 10.0.0.6 291
10.0.0.6 255.255.255.255 On-link 10.0.0.6 291
10.255.255.255 255.255.255.255 On-link 10.0.0.6 291
127.0.0.0 255.0.0.0 On-link 127.0.0.1 331
127.0.0.1 255.255.255.255 On-link 127.0.0.1 331
127.255.255.255 255.255.255.255 On-link 127.0.0.1 331
192.168.200.0 255.255.255.0 10.1.2.1 10.0.0.6 36
224.0.0.0 240.0.0.0 On-link 127.0.0.1 331
224.0.0.0 240.0.0.0 On-link 10.0.0.6 291
255.255.255.255 255.255.255.255 On-link 127.0.0.1 331
255.255.255.255 255.255.255.255 On-link 10.0.0.6 291
===========================================================================
192.168.200.0 is there
Can somebody please explain
Thanks
Loading...