PDA

View Full Version : Problem with netowork when install Open Vswitch



Yszty
2015-11-10, 14:09
Hey,

I try to install open vSwitch on my kali linux but when i write some commends whos editing netowork connection internet on wifi and cable was missing i guess restart will help cuz i change adress ussing ifconfig but its not help and now i didnt see wifi gui to connect and system don responding if i connect cable. Please help me ;/

I used this web page: http://www.dannykim.me/danny/openflow/57620?ckattempt=1

root@server:~# ovs-vsctl add-br br0
root@server:~# ovs-vsctl add-port br0 eth0
root@server:~# ifconfig eth0 0 up
root@server:~# ifconfig br0 192.168.1.20 netmask 255.255.255.0 up

How get back my config?

grid
2015-11-10, 15:20
I think your best option is to uninstall the software, and see if that fixes the problem.

Personally, I always use apt-get install...as installing software from outside the Kali repos scares me.

Yszty
2015-11-12, 06:58
its dont work when i write ifconfig i have lo, vmnet8, vmnet1

grid
2015-11-13, 13:26
Anything helpful in the logs (dmesg, etc)?

If not, you're probably better off reinstalling Kali.