Public bug reported:

Hi!

After severeal hours working every internet connections (firefox, skype etc.) 
are disconnected. After I restart my system, the network is working well.
What is strange:
- the router can be access from firefox. (192.168.1.1)
- the guest os in virtualbox isn't disconnected from the internet

virtualbox uses bridged network, not NAT.  Before I start virualbox, I
start this script.

#!/bin/bash
tunctl -t tap1 -u matyig
brctl addbr br0
ifconfig eth0 0.0.0.0 promisc
brctl addif br0 eth0
dhclient br0
brctl addif br0 tap1


so, the ip of the host is: 192.168.1.2 and the guest is: 192.168.1.3

These setting worked well in hardy and after upgrading interpid. The
problem comes since some days...

** Affects: ubuntu
     Importance: Undecided
         Status: New

-- 
disconnecting from internet strangely
https://bugs.launchpad.net/bugs/289532
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to