hh, add this "auto eth0"

/etc/network/interfaces:

# The loopback network interface
auto lo  #<= add this 
iface lo inet loopback

# The primary network interface
auto eth0  #<= add this
iface eth0 inet static
address 192.168.1.1
netmask 255.255.255.0
gateway 192.168.1.100

** Description changed:

  #/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 [EMAIL PROTECTED] - 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" Located firefox and type f5 and open ubuntu.com now"
  echo" Wtf this? bug avahi ? ipv6 ? i don't know"
  
  My Infos:
  
  Ubuntu hardy (development branch) \n \l
  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 
+ BUG FIXED!
+ ########################################
+ 
+ /etc/network/interfaces
+ 
+ # The loopback network interface
  auto lo
  iface lo inet loopback
  
+ # The primary network interface
+ auto eth0  <= add this to fixed Static IP problem! 
  iface eth0 inet static
- address 10.10.0.10
- netmask 255.0.0.0
- gateway 10.10.0.1
+ address 192.168.11.3
+ netmask 255.255.255.0
+ gateway 192.168.11.1
+ 
+ #########################################
  
  # >> /etc/resolv.conf 
- nameserver 10.10.0.1
+ nameserver 192.168.11.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

** Changed in: ubuntu
       Status: New => Confirmed

-- 
Static IP doesn't work when started!
https://bugs.launchpad.net/bugs/201240
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