# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet dhcp
If it were Gentoo, I'd be rocking already, and in some ways I am, I
can do transfers across the gigabit segment of my net at great speed,
even with this problem, but I would really prefer things to work
correctly. I'm just not as comfortable with the ubuntu-server network
setup as I am with Gentoo.
Thanks in advance,
James
ifconfig -a
eth0 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
inet addr:192.168.1.7 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:55927713 errors:0 dropped:0 overruns:0 frame:0
TX packets:61424990 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1447437214 (1.4 GB) TX bytes:3170178790 (3.1 GB)
Interrupt:23 Base address:0x2000
eth1 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:40386 errors:0 dropped:0 overruns:0 frame:0
TX packets:3956 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:13980573 (13.9 MB) TX bytes:485676 (485.6 KB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8092 errors:0 dropped:0 overruns:0 frame:0
TX packets:8092 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4139514 (4.1 MB) TX bytes:4139514 (4.1 MB)
Collin