Comment 0 for bug 201240

Revision history for this message
Carlos RenĂª (slipttees) wrote :

#/bin/bug
echo "set up Static IP: 10.10.0.10 NetMask: 255.0.0.0 gateway: 10.10.0.1 DNS: 10.10.0.1"
echo "IP Static: 10.10.0.10 Work"
echo "Open Firefox@hef=ubuntu.com - work!"
echo "Open Pidgin Ok"
echo "reboot computer"
echo "Startup User"
echo "open Firefox" Don't open web page"
echo "open network-admin"
echo" change 'ONLY' IP to 10.10.0.11 and close settings"
echo" locate firefox and type f5 and open ubuntu.com now"
echo" wtf this? bug avahi ? ipv6 ? i don't know"

My Infos:

Linux ubuntu 2.6.24-12-386 #1 Mon Mar 10 14:33:58 UTC 2008 i686 GNU/Linux
PS: Kernel generic too don't work!
00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 91)

# >> /etc/network/interfaces
auto lo
iface lo inet loopback

iface eth0 inet static
address 10.10.0.10
netmask 255.0.0.0
gateway 10.10.0.1

# >> /etc/resolv.conf
nameserver 10.10.0.1

# >> cat /etc/hosts
127.0.0.1 localhost
127.0.1.1 ubuntu

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts