My new EtherNec works fine on my Falcon with TOS and Sting. Now I would like to run it with MiNT.
I already have a full FreeMiNT system with an ext2 partition. I copied the EtherNec driver and SOCKDEV.XDD to the MINT folder. I've modified /etc/resolv.conf and /etc/hosts. I've added these lines to /etc/rc.net:
ifconfig ne0 addr 192.168.0.2 netmask 255.255.255.0 up
route add default ne0 gw 192.168.0.1
When I ping my card (192.168.0.2) it is Ok, but I can't ping my router (192.168.0.1). What's wrong with my config? I have surely forgotten a file or a command, but which one?