Displaying 8 results from an estimated 8 matches for "79c970".
2011 Dec 20
8
Network config module won't work. -Mac address errors
...%>.mydomain.local
nameserver 10.180.0.2
nameserver 10.180.0.4
network.erb
------------------
NETWORKING=yes
NETWORKING_IPV6=no
HOSTNAME=<%= hostname %>.<%= environ %>.mydomain.local
GATEWAY=<%= gateway %>
ifcfg-eth0.erb
----------------
# Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
DEVICE=eth0
BOOTPROTO=static
IPADDR=<%= ipaddress %>
NETMASK=255.255.255.0
ONBOOT=yes
HWADDR=<%= macaddress %>
Gets kicked off using:
basehost {''basehostsetup'':
ipaddress => ''10.148.0.32'',
gateway => ''10.148.0.1&...
2013 Jun 06
8
memdisk and iso
On Wed, Jun 5, 2013 at 9:58 PM, upen <upendra.gandhi at gmail.com> wrote:
> I copied pxelinux.cfg/default to pxelinux.cfg/<IP to HEX> and it looks this
> step resolved the earlier error. Next I get failed to load com32 file
> vesamenu.c32 while that file exists in /tftplinux/linux-install.
Is vesamenu.c32 from 5.10?
--
-Gene
2007 Nov 01
1
Network issue after new kernel install
...o ifcfg-eth0.bak and writes a new ifcfg-eth0 that has
dhcpd with no IP info. Copying the ifcfg-eth0.bak to ifcfg-eth0 and
running /etc/init.d/network start or ifup eth0 brings my network back up.
This is an example of what one of my ifcfg-eth0 files looks like...
# Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
DEVICE=eth0
BROADCAST=69.x.x.x
#HWADDR=00:50:56:9C:19:7D
IPADDR=69.x.x.x
IPV6ADDR=
IPV6PREFIX=
NETMASK=255.255.255.0
NETWORK=69.x.x.0
ONBOOT=yes
Any ideas?
TIA,
--
Paul Norton
Systems Administrator
Neoverve - www.neoverve.com
Neoverve Blog - http://blog.neoverve.com/
2009 Aug 29
0
how to setup the ISPConfig
...am getting in the terrimal
# Marvell Technology Group Ltd. 88E8053 PCI-E Gigabit Ethernet Controller
DEVICE=eth0
BOOTPROTO=dhcp
HWADDR=00:16:E6:80:6D:5F
ONBOOT=yes
"/etc/sysconfig/network-scripts/ifcfg-eth0:0" 5L, 137C
where it should look like this
# Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]DEVICE=eth0:0BOOTPROTO=staticBROADCAST=192.168.0.255IPADDR=192.168.0.101NETMASK=255.255.255.0NETWORK=192.168.0.0ONBOOT=yesRegardsMike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20090830/24fa...
2013 Jun 06
0
memdisk and iso
...ualBox
>> > Graphics Adapter
>> > 00:04.0 System peripheral: InnoTek Systemberatung GmbH VirtualBox Guest
>> > Service
>> > 00:07.0 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08)
>> > 00:08.0 Ethernet controller: Advanced Micro Devices [AMD] 79c970
>> > [PCnet32
>> > LANCE] (rev 40) <----This is the one that is connected to Internal
>> > virtual
>> > switch on the server side.
>> >
>> > Client is also a Virtualbox guest.
>> > Intel UNDI - PXE-2.1
>> > 1997-2000 Intel c...
2013 Jun 06
0
memdisk and iso
...controller: InnoTek Systemberatung GmbH VirtualBox
> Graphics Adapter
> 00:04.0 System peripheral: InnoTek Systemberatung GmbH VirtualBox Guest
> Service
> 00:07.0 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08)
> 00:08.0 Ethernet controller: Advanced Micro Devices [AMD] 79c970 [PCnet32
> LANCE] (rev 40) <----This is the one that is connected to Internal virtual
> switch on the server side.
>
> Client is also a Virtualbox guest.
> Intel UNDI - PXE-2.1
> 1997-2000 Intel corporation
> Network adapter: Intel pro/1000 T server(82543GC)
>
> I don&...
2004 Dec 11
1
modprobe wcfxo causes fc3 box to crash
Hello everybody,
After going through multiple posts on Internet and trying different
things I can't seems get zaptel wcfxo loaded on the server correctly.
I run dual P3 500 Mhz box. After reading README.udev
I put a file 60-zaptel.rules /etc/udev/rules.d
# Section for zaptel device
KERNEL="zapctl", NAME="zap/ctl"
KERNEL="zaptimer",
2010 Apr 30
1
[SPAM] Xen bridge network issue
...qdisc pfifo_fast qlen
32
link/ether fe:ff:ff:ff:ff:ff brd ff:ff:ff:ff:ff:ff
---------------------------------------------------------------
#vi /etc/sysconfig/network-scripts/ifcfg-eth0 (ON Domain-0 --> 10.2.0.52)
--------------------------------------------
# Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
DEVICE=eth0
BOOTPROTO=none
BROADCAST=10.2.0.255
HWADDR=00:50:56:8b:3a:e4
IPADDR=10.2.0.52
NETMASK=255.255.255.0
NETWORK=10.2.0.0
ONBOOT=yes
GATEWAY=10.2.0.254
TYPE=Ethernet
---------------------------------------------
# arping -b -c 1 -I xenbr0 10.2.0.55 (to the Guest VM)
-------...