<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi. I have Fedora running as a server. It's working 
real good. I have 2 ethernet cards on it. One is a 10/100 and the other a 
10/100/1000 What I would like to do is Bridge them. I like to plug my main PC in 
to the 1000 NIC and my LAN into the 100 NIC like it is now. I just don't know 
how to set it up. A ifconfig on the 2 NIC I get this:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>eth0      Link 
encap:Ethernet  HWaddr 
00:0C:F1:97:98:6E<BR>          inet 
addr:192.168.101.10  Bcast:192.168.101.255  
Mask:255.255.255.0<BR>          UP 
BROADCAST RUNNING MULTICAST  MTU:1500  
Metric:1<BR>          RX 
packets:207880844 errors:0 dropped:0 overruns:0 
frame:0<BR>          TX 
packets:118334357 errors:0 dropped:0 overruns:0 
carrier:0<BR>          collisions:0 
txqueuelen:1000<BR>          RX 
bytes:2494787937 (2379.2 Mb)  TX bytes:1064255721 (1014.9 
Mb)<BR>          Interrupt:5 Base 
address:0xb400 Memory:ff8ef000-ff8ef038</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>eth1      Link 
encap:Ethernet  HWaddr 
00:07:E9:3E:C3:83<BR>          inet 
addr:192.168.100.50  Bcast:192.168.100.255  
Mask:255.255.255.0<BR>          UP 
BROADCAST MULTICAST  MTU:1500  
Metric:1<BR>          RX 
packets:354284112 errors:0 dropped:0 overruns:0 
frame:0<BR>          TX 
packets:514821395 errors:0 dropped:0 overruns:0 
carrier:0<BR>          collisions:0 
txqueuelen:1000<BR>          RX 
bytes:2622181163 (2500.7 Mb)  TX bytes:3227626141 (3078.1 
Mb)<BR>          Base 
address:0xb800 Memory:ff8c0000-ff8e0000</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I like to set it up like this because my PC has a 
1000 NIC in it too. This way I can do Ethernet fast from my PC to the sever. But 
I still like to be on my LAN too.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I did this:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV>brctl addbr mybridge</DIV>
<DIV>brctl addif mybridge eth0</DIV>
<DIV>brctl addif mybridge eth1</DIV>
<DIV>ifconfig eth0 192.168.101.10</DIV>
<DIV>ifconfig eth1 192.168.100.50</DIV>
<DIV>ifconfig mybridge up</DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>But a brctl show says under enabled 
no.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I did not have a monitor, mouse, or keyboard on it. 
When I started to do this I could not get to it any more. So I put a monitor, 
mouse and keyboard on it. But I still can't connect to it with Ethernet 
now.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I hope some one can help.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>It was working before by using IP tables. But I 
could not FTP to some things on my LAN then. This is why I like to try and 
bridge it.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>-Raymond Day</FONT></DIV>
<DIV> </DIV></BODY></HTML>