Пожалуйста, обратите внимание, что пользователь заблокирован
Question: Do you want broadcast like that ? Normal is to use like : broadcast 10.0.2.255 and broadcast 10.154.154.255I have this configuration:
....
Kali Interface:
eth0:
sudo ifconfig eth0 inet 10.0.2.140 netmask 255.255.255.0 broadcast 10.0.2.1
sudo ip route
sudo ip route add default via 10.0.2.1
sudo ip route add 10.0.2.0/24 via 10.0.2.1
Whonix Interface:
eth1:
sudo ifconfig eth1 inet 10.154.154.13 netmask 255.255.255.0 broadcast 10.154.154.1
sudo ip route
isudo p route add default via 10.154.154.1
sudo ip route add 10.154.154.0/24 via 10.154.154.1
sudo systemctl restart networking
After i disable the eth1 and up the eth0 this dont get the internet from VMnet0
How do I solve this problem
or to to work both interface , to have both active ?
and if i want get tor internet to put down the eth0 , and if i want vpn internet to put down eth1
Also, check error in sudo command.