I have the same problem with my ISP even it's not chello. I have wrote script to post-boot file. something like this:
#!/bin/sh
ifconfig eth0 hw ether XX:XX:XX:XX:XX:XX down
sleep 1
ifconfig eth0...
Type: Posts; User: Nassir
I have the same problem with my ISP even it's not chello. I have wrote script to post-boot file. something like this:
#!/bin/sh
ifconfig eth0 hw ether XX:XX:XX:XX:XX:XX down
sleep 1
ifconfig eth0...