I don't want to use access point but only my eth cable.
Internet provider has the list of MAC's and I changed my MAC in the PI with the following command:
Code: Select all
sudo ifconfig eth0 down hw ether XX:XX:XX:XX:XX:XX
Code: Select all
iface etho inet dhcp
hwaddress ether XX:XX:XX:XX:XX:XX
It works often but not always after reboot in the command line mode (not in the desktop mode).
Then I see my IP address and the ping command works.
But the following command doesn't works correctly. It builds the dependency tree with the success and also downloads few files
but next returns the "Failed to fetch" message because of some reasons. ( Size mismatch, No address associated with hostname)
Code: Select all
sudo apt-get install motion
I have PPPoE internet whit the login and password.
How can I use it on my PI with eth cable with my own changed MAC address.
How can i Iog in and make use of PPPoE internet connection on the PI?