In my effort to make a bootimage work with netwoeking I have entered
a new problem.
I have a motherbord mounted tulip-circuit implementing my
ethernet-connectivity.
When trying to mount this in my bootimage with the command:
io-net -v -dtulip -pttcpip
if=en0:180.180.45.20:255.255.255.0,
route=180.180.45.0:255.255.255.0:180.180.45.0,
verbose=2
I constantly get answers
“sendto: No route to host” when pinging myself (180.180.45.20) or other
computers.
But when pinging myself as 127.0.0.1, it succeeds.
I have tried a number of variations as specified in help-files with and
without sub-masks, route-tables…
Always the same answer
What do I wrong? Has someone any solutions?
/Gunnar