<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.0.4630.0">
<TITLE>Help with wireless bridge</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT FACE="Times New Roman">Hi<BR>
Can anyone either help or tell me a better place task for it. I need help setting</FONT><FONT COLOR="#000000" FACE="Times New Roman"> up a </FONT><A HREF="http://www.experts-exchange.com/Networking/Linux_Networking/Q_20957382.html"><FONT COLOR="#000000" FACE="Times New Roman">wireless</FONT></A><FONT COLOR="#000000" FACE="Times New Roman"> bridge on my Fedora Core 1 </FONT><A HREF="http://www.experts-exchange.com/Networking/Linux_Networking/Q_20957382.html"><FONT COLOR="#000000" FACE="Times New Roman">server</FONT></A><FONT COLOR="#000000" FACE="Times New Roman">. This </FONT><A HREF="http://www.experts-exchange.com/Networking/Linux_Networking/Q_20957382.html"><FONT COLOR="#000000" FACE="Times New Roman">Windows XP</FONT></A><FONT COLOR="#000000" FACE="Times New Roman"> PCs. I want to extend this network wirelessly to my Dell Centrino portable.<BR>
<BR>
I reconfigured the kernel with wireless and bridge support and installed a generic 8180 wireless card using ndiswrapper. I have configured it so:<BR>
iwconfig wlan0 channel 1<BR>
iwconfig wlan0 mode Ad-Hoc<BR>
iwconfig wlan0 essid any<BR>
ifconfig wlan0 192.168.1.10 broadcast 192.168.1.255 netmask 255.255.255.0. I have</FONT> <FONT FACE="Times New Roman">copied the output from ifconfig and iwconfig below. The portable now detects its presence so the card must be working OK.<BR>
<BR>
I think I want a simple bridge which just sends/receives packets from eth0 to wlan0, no fancy tricks. But if I create a bridge like this:<BR>
Brctl addbr br0<BR>
Brctl addif br0 etho<BR>
Brctl addif br0 wla0<BR>
<BR>
then it doesn’t work and the network stops. What do I need to do?  (I know I need to add encryption and change the ESSi later for securit reasons<BR>
</FONT>

<BR><FONT FACE="Times New Roman">Thanks in advance Andrew</FONT>
<BR>

<BR><FONT FACE="Times New Roman">IFCONFIG<BR>
<BR>
eth0 Link encap:Ethernet HWaddr 00:04:E2:0E:02:8A<BR>
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0<BR>
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1<BR>
RX packets:3388 errors:0 dropped:0 overruns:0 frame:0<BR>
TX packets:3009 errors:0 dropped:0 overruns:0 carrier:0<BR>
collisions:0 txqueuelen:1000<BR>
RX bytes:480517 (469.2 Kb) TX bytes:956396 (933.9 Kb)<BR>
Interrupt:12 Base address:0xd000<BR>
<BR>
eth1 Link encap:Ethernet HWaddr 00:40:F4:5F:04:1A<BR>
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1<BR>
RX packets:547 errors:0 dropped:0 overruns:0 frame:0<BR>
TX packets:577 errors:0 dropped:0 overruns:0 carrier:0<BR>
collisions:0 txqueuelen:1000<BR>
RX bytes:226238 (220.9 Kb) TX bytes:67785 (66.1 Kb)<BR>
Interrupt:3 Base address:0x5000<BR>
<BR>
lo Link encap:Local Loopback<BR>
inet addr:127.0.0.1 Mask:255.0.0.0<BR>
UP LOOPBACK RUNNING MTU:16436 Metric:1<BR>
RX packets:0 errors:0 dropped:0 overruns:0 frame:0<BR>
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0<BR>
collisions:0 txqueuelen:0<BR>
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)<BR>
<BR>
ppp0 Link encap:Point-to-Point Protocol<BR>
inet addr:61.9.182.4P-t-P:61.9.128.251 Mask:255.255.255.255<BR>
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1<BR>
RX packets:483 errors:0 dropped:0 overruns:0 frame:0<BR>
TX packets:514 errors:0 dropped:0 overruns:0 carrier:0<BR>
collisions:0 txqueuelen:3<BR>
RX bytes:211688 (206.7 Kb) TX bytes:54418 (53.1 Kb)<BR>
<BR>
wlan0 Link encap:Ethernet HWaddr 00:40:F4:5E:62:D2<BR>
inet addr:192.168.1.10 Bcast:192.168.1.255 Mask:255.255.255.0<BR>
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1<BR>
RX packets:0 errors:0 dropped:0 overruns:0 frame:0<BR>
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0<BR>
collisions:0 txqueuelen:1000<BR>
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)<BR>
Interrupt:5 Memory:ea000000-ea0000ff<BR>
<BR>
IWCONFIG<BR>
<BR>
wlan0 IEEE 802.11b ESSID:"any" Nickname:"wire"<BR>
Mode:Ad-Hoc Frequency:2.412GHz Cell: 02:E0:8E:7D:9C:80<BR>
Bit Rate=11Mb/s Tx-Power:20 dBm Sensitivity=0/3<BR>
RTS thr=2432 B Fragment thr=2432 B<BR>
Encryption key:off<BR>
Power Management:off<BR>
Link Quality:100/100 Signal level:-95 dBm Noise level:-256 dBm<BR>
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0<BR>
Tx excessive retries:0 Invalid misc:0 Missed beacon:0<BR>
</FONT>
</P>

</BODY>
</HTML>