General :: Creating A VM Access Point?

Jul 9, 2011

Is it possible to run a Linux AP using a VM with a USB adapter passed through to it?

What distro should I try? Is there a Live CD with hostapd pre installed?

View 1 Replies


ADVERTISEMENT

Fedora Networking :: Creating Wireless Access Point

Mar 19, 2009

OK, what I want to do, I think is possible but I dont kno name of it or how 2 do it under even windows for that matter. I have my current PC connected via Ethernet directly to my house router. Now on this Motherboard, I also have a wireless nic that I have no plans on usin. Can I turn it in2 an access point/wifi for other devices like iPods, Wii, Labtops, ect?Also, how would I do it if not Wifi, use the other Ethernet port to plug up say a labtop. In which the labtop uses the net I am getting from the router?

View 1 Replies View Related

Hardware :: Atheros AR6000 Creating Access Point/ad Hoc?

Dec 9, 2010

I have a ARM Linux based cell phone with an Atheros AR6000 wifi chipset inside. I want to use it to share my internet connection, but never mind about that. Does anyone know if it's possible to either create an Access Point or create an Ad-Hoc connection so I can connect to it with my laptop? If so, how? I looked up iwconfig, trying 'iwconfig wlan0 mode Master essid "Access_Point"', but that didn't work. I don't mind recompiling the kernel or drivers, just tell me if it's possible at all

View 9 Replies View Related

General :: Creating A New User In A Mount Point Other Than /

Oct 20, 2010

In my machine, there are 2 mount points - / and /userdata. From the root user, I want to create an oracle user at the /userdata mount point, i.e the home of the oracle user should be mounted on /userdata.

View 7 Replies View Related

General :: Creating A Open Fuse Mount Point?

Jul 27, 2010

I have a program that can create a fuse. For that i have to specify a mount point , like mono ccfs /mount. But how will I make /mount to be a fuse mount point? I donno whether my question sounds right or makes sense. But I want to create a fuse mount basically to provide it to the program. I dont hv any device or fs to mount initially .

View 2 Replies View Related

General :: Connect To An Access Point Using IWCONFIG

May 19, 2011

I have done the follow steps.

sudo ifconfig wlan0 up
sudo iwlist wlan0 scan (I see my access point without problem)

then...

sudo iwconfig wlan0 essid MY_ESSID key s:MY_PASSWORD

I get the follow error:

Error for wireless request "Set
Encode" (8B2A) :
SET failed on device wlan0 ; Invalid argument.

I used s: because I want to pass and ASCII password.

View 1 Replies View Related

General :: Connect A Wireless Router To Another Access Point?

Aug 19, 2011

I have a complicated situation due to my goals and network structure. I have in mind a potential solution, a bridge, but I do not know whether it is feasible or what hardware it will require.

The network:

My apartment community provides residents with free Internet access through an ancient T1 line. We do not have the option of other Internet providers, so having a router and modem in the home are not an option. The T1 line is split among some 24 switches, one for each building, and each switch has one port per floor. At each floor, there is a D-link WAP, and each has a separate SSID and WEP key. Additionally, they control access at the switch level using Access Control.

My goals:

I'm used to being in control of my networked environment. I like to have friends over often, and most of them have a laptop, a smart phone, or both, which makes Access Control a pain. I don't want to have to think ahead and get their MAC addresses to the IT consultant while he's here during business hours. My wife and I have 6 devices, two of which require an Ethernet connection.
I use a few applications for streaming that utilize UDP (I'm not sure if the WAPs are smart enough to even handle this) and I don't like having my traffic muddled with my neighbors.

I should note that I tried extending the network with my Airport Extreme router, which apparently only works with other Apple devices. I've also looked into WDS, but that seems to require an unlikely amount of cooperation from the IT consultant on site.

The potential solution: a Linux server that acts as a router. Ideally, it could act as a webserver for a small static site as well, but let's focus on the routing. I'd like to bridge two NICs and use masquerading (Internet Connection Sharing). The public interface would connect to the WAP using WEP. The private interface would allow up to 8 devices to connect to the server.

It seems easy enough to configure the public interface, and even to bridge the connections. What I've never done before is purchase a wireless card that can accept multiple clients. Maybe they can all do this?

View 2 Replies View Related

General :: How To Prevent Access To Unmounted Mount Point?

Jan 10, 2010

I'm using some software that using mount point such as truecrypt. I also mount shared folder on other machine (fileserver) and publish it using ftp. The problem is when the truecrypt volume dismounted or the shared folder mount point loosing connection to the fileserver, user can write to the mount point without knowing that they actually not writing to the truecrypt volume or to the shared folder.

My question is, when sometime the server reboot and truecrypt volume is not mounted yet, how to prevent write to the mount point? I dont run truecrypt mount automatically for security reason.Some question for shared folder, if fileserver restart and the shared folder mount point got disconnected, how to prevent write to the mount point?

View 2 Replies View Related

Ubuntu :: Creating System Restore Point?

Apr 23, 2011

How can I create a system restore point in Ubuntu, and when I do so am I able to restore to a point before installing Ubuntu?

View 2 Replies View Related

General :: Use Ralink RT2501 / RT2573 As WiFi Access Point In Debian

Jan 4, 2011

I have a fit-PC server with Debian GNU/Linux (Lenny). I would like to use it as a wifi access point since my Linksys WRT54GS has become unstable.I have a USB Ralink wifi NIC. When I insert the card to USB I can see this with lsusb: Bus 001 Device 002: ID 148f:2573 Ralink Technology, Corp. RT2501/RT2573 Wireless Adapter.I have tried following various HOWTOs on using wifi card as AP in Linux, however, it seems that the card cannot go into monitor mode. I believe this is because I must use a newer driver or upload non-free firmware or something like that.I have tried installed wicd, but it does not help.

I bought this wifi adapter because I was told that it is one of the most common used Linux supported wifi cards that can be used as access point and a lot of other stuff.How do I set up this USB wifi card as wireless access point in Debian Lenny?

View 2 Replies View Related

General :: Find Out What Computers Are Connected To An Access Point/router Using Terminal?

Feb 10, 2011

I would like to determine what computers are currently connected to my access point/router via the command line in Linux.

View 2 Replies View Related

Ubuntu Servers :: Creating A Static Cdrom Automount Point?

Mar 14, 2011

I have an Ubuntu server running Samba and I would like to share out the cdrom drive to the network. I made a share of the /media directory and it seems to work fine when I insert USB drives and I am able to browse and work with files. However, when I insert a cdrom it automatically mounts to /media/<volume name> and I get a permission denied error when I attempt to access it over the network. I am assuming this is happening because the permissions do not include the execute bit and being a read only file system I can not change this. I made the directory /media/cdrom and manually mounted the cdrom to it and I can successfully access it over the network just like the USB drives. So my question is: Is there a way to make the cdrom automatically mount and unmount to /media/cdrom when I insert and eject disks instead of to /media/<volume name>? Or maybe just have the permissions automatically set so Samba users can open it instead of just see it.

View 1 Replies View Related

Ubuntu :: Error Creating Moint Point : No Such File Or Directory?

Apr 19, 2011

I just bought a USB flash drive. Whenever i click it to open its contents it gives me the error " Unable to mount USB20FD " then under that it says "Error creating moint point: No such file or directory " (btw it does say moint point and not mount point, which is kind of weird.i can use the flash drive i just bought.

View 6 Replies View Related

General :: Machine Act As Both A Wireless Client And Access Point Simultaneously Using A Single Physical WLAN Interface?

Jun 23, 2010

If I have only 1 physical WLAN interface, is there some hackery that can be done so that it can be a client of an existing access point and at the same time also act as an access point for other clients? I have an existing 802.11g ADSL router, and I'm going to be building an HTPC which will have 802.11n. My laptop also has 802.11n, but at the moment it only connects at 54Mbps because thats what the AP supports. I'd like to be able to have the HTPC be a client of my ADSL router, but have my laptop be a client of the HTPC, so copying files to it will be faster.

View 1 Replies View Related

General :: Get Internet Access Via Firefox On MachineB By Creating A Series Of SOCKS Proxy Via SSH?

Apr 8, 2010

I've been doing some security testing in a lab environment that does not have direct internet access. From home to connect to my lab machine, I

1. SSH to machineA.
2. SSH from machineA to machineB

where machineB is my actual lab machine. neither machineA or machineB allow anything other than SSH, and machineB is only accessible from machineA. However, I really need to run yum on machineB.I have managed to get internet access via Firefox on machineB by creating a series of SOCKS proxy via SSH.

1. machineB: ssh -L 12345:localhost:12345 user@machineA
2. machineA: ssh -D 12345 user@machineC
3. machineB: configure firefox to use socks proxy, localhost, 12345

where machineC has internet without limits placed. This is the only way I have managed to get internet working. I tried using ssh -L all the way from machineB->machineA->machineC but it didn't work (even when setting Firefox to use http proxy). I tried using ssh -D all the way, but again that doesn't work either. I do have access via Firefox using socks proxy. However, yum update fails to retrieve mirror list, and from what I have found I don't believe yum supports socks proxy directly. Instead, it uses http_proxy / ftp_proxy.how to get yum to go out over the SOCKS proxy I created (same one using in Firefox)? It seems like since Firefox can access the internet and everything without issues, i should be able to get yum to tunnel through the same connection to access everything.... I tried

>export http_proxy="http://localhost:12345"
(yum.conf) proxy="http://localhost:12345"

View 8 Replies View Related

General :: Networking - Network Card - Connected To Network - Given Access Point - No Connection?

Apr 3, 2010

I installed the driver for my network card. iwconfig and ifconfig are all responsive to connecting to the network, I'm given an access point address. Then, I try to connect to a website and no dice. ping www.google.com yields no result. What gives?

View 2 Replies View Related

Fedora Hardware :: "Error Creating Mount Point: Transport Endpoint Is Not Connected"

Jun 18, 2011

when i am trying to plug in my usb flash (16 GB kingstone) the fedora 15 give me the following error

"Error creating mount point: Transport endpoint is not connected" i don't know the reason for that

View 7 Replies View Related

Debian Hardware :: Using Wireless NIC As Access Point

Aug 15, 2010

So theres this project I'm going to try working on during my free time and part of it includes using a wireless NIC as an access point. The way I see it, if a wireless NIC can send and receive wireless signals to a wireless router/WAP, why can't it be treated like one as a router/WAP? A router is a specialized computer after all.From what I heard this idea is possible but I'm having trouble finding results, since search engines don't know exactly what I'm talking about. Does anybody have any idea how I can accomplish this?

View 5 Replies View Related

OpenSUSE Wireless :: Access Point Not Recognized?

Sep 19, 2010

I decided to change my DSL internet connection to cable and WiFi. So far so good, and under Windows, the system is very well working.

I use openSuse 11.1 but I can't establish contact between my computer and the new Wireless N acces point.

I have a Ralink network card, which functions under Windows.

/usr/bin/lsusb gives this result : bus 001 device 006 ID 148f:2573 Ralink Technology, Corp. RT2501 Wireless adapter

dmesg | less gives (amongst others !) - so my card is recognized :

usb 1-1.2: configuration #1 chosen from 1 choice
usb 1-1.2: New USB device found, idVendor=148f, idProduct=2573
usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0

[Code]....

The wireless access point I bought from the cable company is a D-Link Model DIR-615 which should be capable of IEEE 802.11 b/g/n. I have its MAC ID.

When in YAST, I want to make my computer hook on to my D-Link router (my new access point), I go to YAST Manage Network Wireless and I want to fill in BSSID, I get stuck.

View 9 Replies View Related

Ubuntu Networking :: Use Router As Access Point?

Jul 7, 2010

I have a wireless network in my house through a Zyxel P-320W router, and I've noticing that the signal strength isn't very good in the basement. Now I have this old D-Link-624+ router lying around for a long time and I've been hoping to get it to work as an access point, that way I can move freely around the house without changing which router I'm connected to.

View 3 Replies View Related

Ubuntu Networking :: Studio 10.10 Access Point Not Associated?

May 21, 2011

i'm using stuido 10.10 and am trying to get wireless to work. i've used Network Settings to enable the wireless connection with correct ESSID and Network Password, though when i type iwconfig it says Access Point: Not-Associated.how do i associate with the AP?

View 2 Replies View Related

Debian :: Wifi Access Point (and Internet Some Day)?

Jul 7, 2010

First time poster, some time Linux user. I've been reading and trying to create a wifi access point on my debian server. that is {intenet-router} <-> {server + usb-wifi} <-> {network users}

I've opted for this configuration as the server will become a firewall, traffic monitoring (sick of my windows machine getting hacked). I've spent a lot of time and I don't seem to have any un-clicked links in google left. I've read quite a few howtos and threads on this site and others ... I'm definitely missing something. Running: Debian Lenny (no gui)

[Code]...

I've also installed hostapd, and attempted a few things in there. Long run I want to allow wifi users to access the net. But will probably need iptables etc but just want to pass this step. I've see a few howtos seem to use ath0. It's probably only a minor issues.

View 2 Replies View Related

Networking :: Connecting To Static Ip Access Point?

Feb 2, 2010

i have a problem with connecting to AP with static IP. i have set the IP, netmask, and gateway manually thru network manager but still no luck. the status is connected but i cant even open a webpage. ifconfig command output not showing the IP address i entered.

View 1 Replies View Related

Networking :: Viewing WEP Key Of Saved Access Point

Aug 11, 2010

About two years ago, my church set up a wireless access point. They gave it a WEP encryption, and wrote all the keys down on a piece of paper and taped it to the router, which was in full view, and reachable for anyone to get what they need and connect. I used it once, saved all the settings to the default network manager applet on my laptop (running Fedora Core 12), and put it back. Earlier this year, the front hall (where the router and paper with encryption keys was stored), was completely redone, and the router put up in the drop ceiling.

Mistake. Now the darn thing is sitting on top of Fiberglass insulation, and impossible to get to. There are people who need to connect, but since it's a church, and they don't really understand, they went and buried that router WITH all the encryption keys. So long story short, I need to get these people connected, but need to find the key... preferably without Hacking in. Is there a way, on the default "Network Manager" Applet, or in the terminal to VIEW saved keys?

View 1 Replies View Related

Slackware :: Wifi Access Point Security

Apr 2, 2011

Whilst my office is decorated I have to move my computer. To make this as easy as possible I have setup my first ever wifi. An access point (wired to adsl router). It is working by using wicd and I am wireless at the moment. What security should I put in place (wicd says unsecured). I am probably quite safe as the nearest road or house is 200m away but I would like to learn what I need to do as this is the first time in over 20 years of computing that I have gone wireless.

View 8 Replies View Related

Fedora Networking :: Laptop As A Router/Access Point?

Apr 12, 2009

I'm sure that some of us techies have found the need from time to time to have a portable wireless bridge (see ascii art below) on our jaunts into the big bad user-woods, and I am here to ask the question of HOW to pull this off, with the least installation/configuration possible, as my tech lappy is also my main computer. What I want to do is this:

Code:
(ISP) -> (wlan0 - [MyLappy] - eth0) -> (Client computer)
Basically, thats a mess, so i'll explain it further:
wlan0 grabs the netz, and a computer connected to eth0 via switch/router/crossover cable can access those netz.

1. No configuration on the client would be prime choice rib for me.

2. Client should be any OS/Arch.

Any grand ideas out there? Currently using FC10, with various extra repos enabled.

Oh, and N00by alert, I'm learning quick, and am not shy to try new/complicated things, just bear with me!

View 4 Replies View Related

Fedora Networking :: Connecting Via Wireless Access Point

Jul 16, 2009

i ahve just installed fedora 11 kde edition and i used to use fedora 10 after finish installation i edit the connectons to connect to my network im in lan network but i connect my cable to an access point to free using my laptop anywhere after adding every thing (wep key ,static ip's,) as i used to do and i have the connected sign at the system tray.i open the browser but no internet connection pinging the gateway returns "Destination Host Unreachable".

View 1 Replies View Related

Fedora Networking :: How To Create Wireless Access Point?

Dec 11, 2009

I am looking for help on how to create a wireless access point using fedora core 12.I have done some searching and have not found anything.

View 1 Replies View Related

Fedora Networking :: Unable To Connect To Access Point Using WEP?

Feb 18, 2010

Install Fedora 12 on my laptop and having problem connecting to access point using WEP . I complied with wireless setup with key but will not connect. Works with security disable, the router is a Westell 327W from what was Bellsouth.

View 1 Replies View Related

Fedora Networking :: Wireless Access Point / Repeater

Aug 23, 2011

I have a laptop with Fedora installed and an iPad.The only connection to internet in my house is wireless router. It has strong signal to catch it with laptop in every corner in my house, but not strong enough for an iPad..Since my iPad is mostly near my laptop, I'd like make my laptop to be turned to wireless repeater or that serves as access point so I can connect to network with an iPad.How can I do that from my Fedora machine?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved