LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 11-14-2006, 03:05 AM   #1
kwlim27
LQ Newbie
 
Registered: Aug 2006
Posts: 9

Rep: Reputation: 0
Problems with setting Wireless Testbed in FC6


I am trying to set my computer as an Access point, so I could test multi-hop situations and routing, using this computer as a testbed.
However, other computers cannot recognize the wireless card of my computer. I have tried with the FC4, and it worked fine there. The problem is trying to set it with FC6.

What I did was try the same routine I did with FC4 to FC6. I hope that someone can tell me where I got it wrong.

First I installed the FC6, then I downloaded the wi-fi driver to set my wireless card. The computer had no problems recognizing the driver and the wireless card.

Then I set the /etc/sysconfig/network-scripts/ifcfg-ath0 using vi editor.

DEVICE=ath0
ONBOOT=yes
TYPE=wireless
#BOOTPROTO=dhcp
ESSID="Mesh Test"
RATE=auto
IPADDR=192.168.1.1
GATEWAY=192.168.1.1

Then with the vi editor, I set the /etc/sysconfig/network.

NETWORKING=yes
FORWARD_IPV4=yes

Then I set the DHCP. In FC4, I set the dhcpd, but in FC6, I set it to dhcdbd.

subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.2 192.168.1.60;
default-lease-time 86400;
max-lease-time 86400;
option routers 192.168.1.1;
option ip-forwarding on;
option broadcast-address 192.168.1.255;
option subnet-mask 255.255.255.0;
}

Then I changed the /etc/rc.d/init.d/dhcdbd

/sbin/route add -host 255.255.255.255 dev ath0

Then I set the /etc/sysconfig/dhcdbd

DHCPDARGS=ath0

Then I started the dhcdbd again.
After that, I set the iptables to what I need and restarted that.

After all this, the other computers cannot recognize my coomputer as an access point.
In FC4, instead of setting all the dhcdbd, I set it to dhcpd, because that is the file name in FC4. But in FC6, it is dhcdbd instead, so all my file name is like that as well.
I think my explanation is very vague, but I hope someone can help me with this.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Wireless Card Not working FC6 Malachai.77 Linux - Laptop and Netbook 5 01-05-2007 10:19 PM
HP Printer Setup (Wireless) in FC6 wc5b Fedora 2 11-13-2006 08:24 PM
FC6 and wireless card rtrice81 Fedora 1 10-25-2006 11:25 PM
Problems setting up wireless usb adapter colly Linux - Hardware 1 07-09-2006 06:56 AM
Repartitioning HDD to add a testbed for new distro Dralnu Linux - General 1 05-14-2006 12:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 12:45 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration