Hi! I've been playing with rtnet for a while, and now i was trying to use the NoMac policy. To use it i start the modules: > rtnet.ko rt_8139too.ko rtmac.ko nomac.ko
and then i attach each device to nomac: > nomaccfg rteth0 attach and after that i configure each device with the options that i need: > rtifconfig rteth0 up 10.0.0.102 netmask 255.255.255.0 promiscrtifconfig > rteth0 up 10.0.0.102 > netmask 255.255.255.0 promisc Result, when i try to ping i have the error: > # rtping 10.0.0.102 > Real-time PING 10.0.0.102 56(84) bytes of data. > ioctl: Inappropriate ioctl for device Any clues to start searching for the bug? Thanks in advance P.S.: BTW, i haven't got time to find out why my vnics don't ping between them. :(