Displaying 20 results from an estimated 2000 matches similar to: "Unable to Access Inet via HostAP"
2003 May 09
3
Windows 2000 Profiles Through Freeswan VPN
Hello,
I have setup a samba server at my office as a PDC it stores the profiles
on the server fine. I can access the profiles from any computer in the
office just fine. My problem is that I work from home 4 days a week and
need to access my work profile. I currently VPN into the office network
via freeswan. I can log into the the domain from the vpn'd connection
and I can access the samba
2009 Sep 01
3
Simple question about error on CSV import
I have a substantial CSV to import but can't seem to import even the
simplest CSV.
I'm running the latest stable REvolution R on OS X if that is pertinent.
Here's the contents of a simple test2.csv CSV file:
#,Status,Project
5842,New,Test
> snortalerts = read.table( "/Users/lcox/Documents/test2.csv", header=TRUE,
> sep=",", row.names="#")
Error
2009 Sep 15
2
best method to format output of frequency table
I have some security alert log data that I'm parsing and doing some stats on.
One of the fields is the "Classtype" which is the enumerated value of the
type of alert found.
classtypes = factor( alerts$Classtype )
fclass_types = table( classtypes )
fclass_types gives me a frequency table of the intrusion types:
fclass_types
classtypes
2009 Sep 17
3
Simple as.Date question dealing with a timezone offset
I've been trying to understand the as.Date functionality and I have a date
and time stamp field that looks like this:
"Tue Sep 15 09:22:09 -0600 2009"
and I need to turn it into an R Date object for analysis.
Simple date conversions I have down, no problem:
> adate = c("7/30/1959")
> as.Date(adate,"%m/%d/%Y")
[1] "1959-07-30"
>
But when it
2004 Sep 20
2
problem with R CMD build (PR#7240)
Hello,
This may not be a bug--but I'm not sure. I have R 1.91 installed on a
machine that's running Windows XP. In Cygwin, when I attempt to use the
"build" command it tells me that TMPDIR is set to an invalid directory.
See the results below:
stat20:/cygdrive/d/dirk/bands/implementation -> which r
/cygdrive/d/Programs/R/rw1091/bin/r
2007 Apr 18
1
[Bridge] Problem COnnecting AP from Mobile Node
I am having problem in ping or connect AP from Mobile Node(essid & channel
is the same,maybe routing did
not set properly but i fail to configure with route add default gw
192.168.3.4,its alway said
network is unreachable ),My Mobile Node is using acx100 as driver while
AP(redhat 9.0) is using
HOSTAP 0.1.3.Any one can help? I heard How-To said we not need to set
address on eth0 & wlan0
2004 May 04
1
rpart question
Wondered about the best way to control for input variables that have a
large number of levels in 'rpart' models. I understand the algorithm
searches through all possible splits (2^(k-1) for k levels) and so
variables with more levels are more prone to be good spliters... so I'm
looking for ways to compensate and adjust for this complexity.
For example, if two variables produce
2013 Nov 08
1
Wireless problems
Hi guys, I have a problem with my Centos 6.4.
I am experiencing a Wireless Disconnects, some time ago I had them
constantly each 2-3minutes. After upgrading to new kernel (and other
software from "Software Update" I am still exepriencing disconnects but
every 10-15 minutes. It makes me angry because I am doing a lot of work
with ftp servers.
Card:
*Atheros Communications Inc. AR9285
2004 Oct 25
1
Virtual interfaces shaping
I am using hostap driver as an Access Point and want to shape on this
wireless interface.
The thing with hostap driver (and others i think) is that it creates new
virtual interfaces (wlanxxx) for every node that associates with it.
Lets say i want to limit all outgoing traffic on wlan0 at 512 Mbits.
The problem is that i cannot apply an htb configuration on wlan0,
beacause some traffic is handled
2016 Sep 10
0
Recommendation about an usb wireless adapter to use it as HostAP
On Fri, Sep 9, 2016 at 3:40 AM, C. L. Martinez <carlopmart at gmail.com> wrote:
> Hi all,
>
> I would like to install/test CentOS 7.X as a hostap for my home. I am thinking to use an Alfa (http://www.alfa.com.tw) usb wireless adapter or TP-Link.
>BUt there is not much information in Alfa's or TP-Link's web sites about which of them can run as a HostAP.
I would suggest
2016 Sep 10
1
Recommendation about an usb wireless adapter to use it as HostAP
On Sat, September 10, 2016 12:12 pm, Arun Khan wrote:
> On Fri, Sep 9, 2016 at 3:40 AM, C. L. Martinez <carlopmart at gmail.com>
> wrote:
>> Hi all,
>>
>> I would like to install/test CentOS 7.X as a hostap for my home. I am
>> thinking to use an Alfa (http://www.alfa.com.tw) usb wireless adapter
>> or TP-Link.
>>BUt there is not much information in
2016 Sep 09
3
Recommendation about an usb wireless adapter to use it as HostAP
Hi all,
I would like to install/test CentOS 7.X as a hostap for my home. I am thinking to use an Alfa (http://www.alfa.com.tw) usb wireless adapter or TP-Link. BUt there is not much information in Alfa's or TP-Link's web sites about which of them can run as a HostAP. If I can find any adapter that supports ac with a throughput of 150 Mbps/300Mbps, it would be great.
Any recommendation?
2008 Jan 08
0
Hostap
Hi All
Is there an easy way to add hostap support to centos 5 without
recompiling the kernel,
although I have a prism 2.5 card the stock install doesn't seem the
allow this to be setup as an AP
thanks in advance for the advice
Robb
2009 Oct 05
1
Hostap Shorewall and lld2l
None of my systems can use lld2d to map the network when connected via
wireless, but it works fine over the wireful network. the wireless is
client -> hostapd -> ath5k -> bridge -> kernel with shorewall handling
the bridge and kernel, as best I can explain it. on the bridge is also
a wired device and a bunch of other PCs. the wired PCs can all map
using lld2d just fine.
lld2d
2007 Apr 18
1
[Bridge] Problem loading bridge.o
Hello, I want to add wireless capability to my Gentoo-linux based
firewall/router at home, so I bought a Netgear MA311 PCI and installed
the hostap package. I load the hostap_pci module and the wlan0 interface
comes up fine. I can detect the signal from a wireless enabled laptop.
Now I'm thinking I'm going to bridge the wlan0 interface and the eth1
interface, and run the firewall with br0
2007 Apr 18
1
[Bridge] Misbehaving bridge...
I'm trying to bridge a wired network and a wireless network, but I'm
having some trouble. No traffic seems to be passing through the
bridge. When I issue a "showmacs" command to brctl, I am able to see
MAC addresses from both networks. I am also able to ping both networks
from the bridge machine. When I issue a "showstp" command to brctl, the
wireless access
2015 Sep 24
3
OT: adding a wifi adapter to openvswitch
Hi all,
Finally, I have installed openvswitch from source to two CentOS hosts:
one 6.x and other 7.x.
I will do some tests using openvswitch bridges to my KVM machines. One
of these tests is to add a wlan0 adapter from comandline but only when
this wlan0 is associated with a ssid without assign an IP.
Is this posible? Do I nees to add some ebtables like, for example,
Debian's wiki
2007 Apr 18
6
[Bridge] bridge wlan-eth
Hi!
I have some problems with an bridge between wlan0 and eth0 device...
It works and I can from both sides ping the router with the bridge device but
I cant ping the devices from other net so I cant ping wlan devs from eth net
and other way around
the wlan card is an atmel usbw11 from linksys and eth is a intel e100
10/100mbit nic
I have configured the bridge according to the how to and
2016 Aug 13
0
[CentOS6] Manually configured Firewall (WLAN-AP plus Router)
Hello
I've got this Mini-PC
https://www.zotac.com/product/mini_pcs/zbox-ci323-nano
everything is fine -> latest 6.8 kernel works;
both Ethernet-Interfaces work and also the WLAN-Interface works;
the two Ethernet-Interfaces are eth0 and eth1
the WLAN-Interface is wlan0
eth1 is connected on ISP side
eth0 is connected on my LAN side to a switch;
and wlan0 shall also be on my LAN side f?r
2010 Jul 27
2
Wifi not working
Hello,
I have the AR9285 wireless adaptor on an HP DV6-2128ca notebook. I can
see it. it comes up in NetworkManager but never gets an IP. the router
is a linksys using WPA/PSK security. Would/could someone please help me
out trying to get this to work? Output of several commands follows:
dmesg:
ath: EEPROM regdomain: 0x69
ath: EEPROM indicates we should expect a direct regpair map
ath: