a pastebin project

Untitled

  1. dev:~# ifup eth1
  2. SIOCSIFADDR: No such device
  3. eth1: ERROR while getting interface flags: No such device
  4. SIOCSIFNETMASK: No such device
  5. eth1: ERROR while getting interface flags: No such device
  6. Failed to bring up eth1.
  7.  
  8. dev:~# dmesg |grep eth
  9. eth0: RealTek RTL8139 at 0xdc00, 00:00:e8:89:8c:11, IRQ 209
  10. eth0:  Identified 8139 chip type 'RTL-8139A'
  11. eth1: Broadcom 4400 10/100BaseT Ethernet 00:18:8b:7f:a2:5e
  12. eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
  13. eth0: no IPv6 routers present
  14.  
  15. dev:~# ifconfig |grep eth
  16. eth0      Lien encap:Ethernet  HWaddr 00:00:E8:89:8C:11
  17.  
  18. dev:~# cat /etc/network/interfaces
  19. # This file describes the network interfaces available on your system
  20. # and how to activate them. For more information, see interfaces(5).
  21.  
  22. # The loopback network interface
  23. auto lo eth0
  24. iface lo inet loopback
  25.  
  26. # The primary network interface
  27. allow-hotplug eth0
  28. iface eth0 inet static
  29.         address 10.10.1.254
  30.         netmask 255.255.255.0
  31.         gateway 10.10.1.249
  32.  
  33. iface eth1 inet static
  34.         address 10.10.1.230
  35.         netmask 255.255.255.0

advertising

Create a Paste

Please enter your new post below (or upload a file instead):





Please note that information posted here will not expire by default. If you want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords.

worth-right