Вначале хочу сказать спасибо тому кто добавил в портеус TOR, надоело что все сайты заняты сбором информации о тебе...
Теперь вопросы от новичка в портеусе.
1. Существуют утилиты macchanger и ifconfig, позволяющие, напр., в убунте, менять мак адрес в локальной сети. запустить их в портеусе не получилось. Помогите!
2. Как сделать невидимой машину с портеусом в "сетевом окружении" виндовса? Т.е. чтобы остальные пользователи локальной сети не знали (не видели) мою машину (нигде и никак).
3. Как сделать команды оболочки (*.sh) запускаемыми при старте машины и с правами администратора? Т.е. выполнять п. 1, 2 автоматом при запуске?
Благодарю!
Невидимость в сети.
Moderator: Blaze
-
- White ninja
- Posts: 4
- Joined: 22 Sep 2015, 08:44
- Distribution: porteus
- Location: Russia
- francois
- Contributor
- Posts: 6497
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: Невидимость в сети.
1. Существуют утилиты macchanger и ifconfig, позволяющие, напр., в убунте, менять мак адрес в локальной сети. запустить их в портеусе не получилось. Помогите!
Пожалуйста, в вас прикреплять гиперссылку на Ubuntu пакетов, используемых.
Пробовали ли вы, чтобы начать эти пакеты с терминальном режиме? Если нет, пожалуйста, дайте нам сообщения об ошибках выход.
Пожалуйста, в вас прикреплять гиперссылку на Ubuntu пакетов, используемых.
Пробовали ли вы, чтобы начать эти пакеты с терминальном режиме? Если нет, пожалуйста, дайте нам сообщения об ошибках выход.
Prendre son temps, profiter de celui qui passe.
-
- White ninja
- Posts: 4
- Joined: 22 Sep 2015, 08:44
- Distribution: porteus
- Location: Russia
Re: Невидимость в сети.
1. Я частично решил вопрос про macchanger. Вот описание программы: http://www.ubuntugeek.com/macchanger-ut ... ility.html Вот здесь нашёл пакет: http://pkgs.org/download/macchanger
В самом porteus я конвертировал txz в xzm, успешно.
НО теперь для семены mac адреса надо отключить интерфейс. Знаю два решения - программа ifconfig но её для porteus не нашёл. http://pkgs.org/search/ifconfig
Второе решение подсказали здесь в комментариях http://www.ubuntugeek.com/macchanger-ut ... ility.html
sudo service network-manager stop && macchanger -r wlan0 && sudo service network-manager start
но это для ubuntu
для porteus сервиса нет, пробовал остановить апплет с таким именем но неудачно.
Жду следующей подсказки
В самом porteus я конвертировал txz в xzm, успешно.
НО теперь для семены mac адреса надо отключить интерфейс. Знаю два решения - программа ifconfig но её для porteus не нашёл. http://pkgs.org/search/ifconfig
Второе решение подсказали здесь в комментариях http://www.ubuntugeek.com/macchanger-ut ... ility.html
sudo service network-manager stop && macchanger -r wlan0 && sudo service network-manager start
но это для ubuntu
для porteus сервиса нет, пробовал остановить апплет с таким именем но неудачно.
Жду следующей подсказки

-
- Full of knowledge
- Posts: 2104
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Re: Невидимость в сети.
Hi alexander
If you are using XFCE (?), you can set a fake mac address in the Network Manager settings.
The command "ifconfig" is already there, but you have to be root to execute it.
If you are using XFCE (?), you can set a fake mac address in the Network Manager settings.
The command "ifconfig" is already there, but you have to be root to execute it.
-
- White ninja
- Posts: 4
- Joined: 22 Sep 2015, 08:44
- Distribution: porteus
- Location: Russia
Re: Невидимость в сети.
I am using LXQT (and I`m happy!)
I tried to execute the Ifconfig command in terminal, I acquired the rights of root but bash to me answered "there is no such team". I want to change automatically the address at each start, for this reason I wish to start this program.
I thank all for answers! I am not an expert in Linux therefore I ask that can be obvious to another.
I tried to execute the Ifconfig command in terminal, I acquired the rights of root but bash to me answered "there is no such team". I want to change automatically the address at each start, for this reason I wish to start this program.
I thank all for answers! I am not an expert in Linux therefore I ask that can be obvious to another.
-
- Full of knowledge
- Posts: 2104
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Re: Невидимость в сети.
ifconfig -- use su not sudo
Code: Select all
guest@porteus:~$ su
Passwort:
root@porteus:~# ifconfig
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
loop txqueuelen 0 (Local Loopback)
RX packets 12 bytes 600 (600.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 12 bytes 600 (600.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether xx:xx:xx:xx:xx:xx txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@porteus:~#
-
- White ninja
- Posts: 4
- Joined: 22 Sep 2015, 08:44
- Distribution: porteus
- Location: Russia
Re: Невидимость в сети.
I thank all for the help, I will try!