Re: Hercules networking problem...again
| Newsgroups | gmane.comp.emulators.hercules390.general |
|---|---|
| Message-ID | <[email protected]> |
I use this in my .CNF file:
# network (guest OS) (your PC)
0E20.2 LCS -n 192.168.0.120 192.168.0.122
Some other snippets for TCPIP parms, lots of other lines missing:
DEVICE LCS1 LCS 0E20
LINK ETH1 ETHERNET 0 LCS1
HOME
192.168.0.120 ETH1
ROUTE 192.168.0.0 255.255.255.0 = ETH1 MTU DEFAULTSIZE
ROUTE DEFAULT 192.168.0.254 ETH1 MTU DEFAULTSIZE
WHy do you have your HOME set to 192.168.1.120?
Shouldn't that 1 be a 0?
Try removing these as well:
DEVICE VDEV1 VIRTUAL 0
LINK VLINKA VIRTUAL 0 VDEV1
DEVICE IUTSAMEH MPCPTP
LINK EELINK MPCPTP IUTSAMEH
START IUTSAMEH
HOME 192.168.1.121 VLINKA
I don't think you need them.