Networking :: WISPr Doesn't Work \ Run FreeRadius1.17 In RHEL5 Using PEAP Authentication?
Sep 5, 2010
I tried to run FreeRadius1.17 in RHEL5 using PEAP authentication.#radiusd -X Run fine.authenticating only one user.if "user" is authenticated and second user "user2" just looping and will not authenticated. Again if "user2" authenticated "user" is looping?here the logWaking up in 4.5 seconds.rad_recv: Access-Request packet from host 192.168.0.3 port 1028, id=239, length=219
User-Name = "user"
NAS-IP-Address = 0.0.0.0
Framed-MTU = 1488
[code]...
View 1 Replies
ADVERTISEMENT
Sep 20, 2010
So my university has two wireless servers that students can log into: VCU and VCU SafeNet. The regular VCU server works fine in most areas on campus but the library which I imagine I would be spending most of my time in between classes to do work and such. The connection quality for the unsecured server sucks ass there, and I do not use that term lightly. Other students have found success connecting in the library through the SafeNet server and the tech support man in the library was very nice in helping me setting up the security rules to connect to SafeNet in openSUSE.
However, I lack one little thing that would get me internet connection on crack at the library: GTC authentication for PEAP in WPA2. I did some research and found that GTC has not been implemented in the GUI of KNetworkManager even though it was implemented in NetworkManager. The guide that the tech support man printed out for me was for some earlier version of Ubuntu, so I know NetworkManager has had GTC support for a while now and KNetworkManager is still lacking this. I also found a patch for KNetworkManager, but have had no luck implementing it.
View 1 Replies
View Related
Aug 10, 2010
whenever my facebook client automatically logs off in pidgin i have to not only provide my password but a word authentication (where it shows you a picture with letters in it arranged in a strange way and theres 2 of them seperated by a space, but whenever i enter in the letters (i know that all of the letters entered into that text box are right) but for some reason it doesn't let me back in it just prompts me again to enter the words i see and still doesn't let me in
i had to uninstall it and re-install it to get it to come back up again
View 1 Replies
View Related
Oct 15, 2010
The collage I am going to has a secure wireless net work that we are suppose to be able to log into with a user name and password they give us. They have instructions on how to connect with windows and mac, but not for linux.There tech support has not been any help and I have tried quit a few different combinations but with no luck.
According to their instructions for windows their net work uses WPA-Enterprise for security type, and PEAP. They do not seem to use any root certification authorities, and they have you unchecked "validate server certificate".At [URL]there is some similar thing were you can see screen shots, but I cannot follow these because I do not know what "CA Certificate" to use. Is there a way to do it with out a "CA Certificate"?
View 1 Replies
View Related
May 24, 2010
I have a problem with new installed machine. i have installed RHEL5 2.6.18-92.el5xen kernel and configured 2 network cards.
DEVICE=eth0
BOOTPROTO=static
#HWADDR=xx:xx:xx:xx:xx:xx
ONBOOT=yes
NETWORK=192.168.6.0
NETMASK=255.255.255.0
[Code]...
View 3 Replies
View Related
Apr 23, 2009
I have this annoying problem since day one.I am testing out Red Hat RHEL5, everything is fine except DNS look up.If I ping www.google.com, it doesn't work, ping ip address it all works;if I bring up browser, put www.google.com it doesn't work, can't find the name, however, simply put ip address there it works.My DNS seeting seems ok, and the DNS works from Windows box.
View 2 Replies
View Related
Aug 25, 2009
Networking on Fedora 11 doesn't work for me on various machines. Fedora 10 does, but only if you don't do an update.Why does Fedora get worse the more you keep it up-to-date?
View 1 Replies
View Related
Jun 8, 2010
We have a lpr server for printing (not CUPS for compatibility with complicated domain/systems). We configured our linux systems -- RHEL4, RHEL5, and Ubuntu 10.04 -- so that lpr is one of the gtk print possiblities by adding 'gtk-print-backends = "lpr,pdf,file"' to gtkrc. This works great for several gtk-enabled applications like Acrobat Reader (acroread).
However, Firefox 3+ (tested 3.6.3 & 3.0.19) doesn't actually queue any lpr jobs until after quitting the application.
View 1 Replies
View Related
Feb 15, 2011
I have 2 guest machines on 1 VBox host installed : - one guest with hostname 'debian' is configured as follows and has IP Forwarding enabled to be able to route traffic from eht1 to eth0.
Code:
eth0 Link encap:Ethernet HWaddr 08:00:27:f1:ef:5f
inet addr:10.0.2.1 Bcast:10.0.2.255 Mask:255.255.255.0
inet6 addr: fe80::a00:27ff:fef1:ef5f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
[Code]....
View 2 Replies
View Related
Feb 26, 2010
I'm trying to troubleshoot some networking issues I'm having between my Linux servers connecting to a server at another location after a Cisco ASA firewall has been installed at my location. I can make the connection work if I lower the mtu on the NIC (ifconfig eth0 mth 1000) - however that supposedly can break the local network if I don't set everything else's mtu to match. Supposedly I can use the iproute package (debian etch) to lower the mtu on a per-route basis, but it doesn't seem to work for me.
Code:
ip route delete default
ip route add default via X.X.X.X mtu 1000
View 2 Replies
View Related
Mar 13, 2010
Hello.
I've openSUSE 11.2, 64-bit version, with GNOME desktop.
My hardware is a Conceptronic c150ru.
Well, I configured it with Ndiswrapper (http://en.opensuse.org/Ndiswrapper_howto), and I hadn't problems.
Then, I tried to enable Internet with the terminal. Firstly, I wrote iwconfig wlan0 mode managed. Well.
Secondly, I wrote iwconfig wlan0 essid (my essid). Well.
Then, I wrote iwconfig wlan0 key (my key wep). An error message appears. How can I write my key wep?
View 2 Replies
View Related
Jul 3, 2010
I have two simultaneous active mobile connections through my two mobile phones and USB data cables. Yet I can only send/receive with one connection.
Each of the phone modems have a node in /dev, namely ttyACM0 and ttyACM0. So the modems are detected correctly. After setting up two dial-up connections with the two modems I have two ip's. Ifconfig-a confirms this:
ppp0 Link encap:Point-to-Point Protocol
inet addr:10.10.219.60 P-t-P:10.6.6.6 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:15209 errors:0 dropped:0 overruns:0 frame:0
[Code]....
View 1 Replies
View Related
Feb 4, 2010
I'm using ubuntu 9.10 with kernel 2.6.33.I want to plot the cwnd of some tcp connections over the time.So I activate the module (as root) with:modprobe tcp_probeand after that I did:cat /proc/net/tcpprobe > test.log &And than I do a little bit surfing or other things, which use tcp - but the file test.log is empty
View 6 Replies
View Related
Sep 23, 2010
I've hp laptop pavilion dv2000,
i want to control display light but fn key do not work.
View 1 Replies
View Related
Mar 14, 2011
I am trying to traceroute to google.com
When i do it looks like this
Code:
It does this no matter what site I go to. also the 192.168.16.10 is the untangle server
The command does work for local Ips
Code:
View 2 Replies
View Related
Jun 9, 2010
I have recently installed ubuntu 10.04. After some days of trying I can say that ekiga doesn't work with 10.04. With the same computer I was perfectly able to use ekiga with ubuntu 8.1, the 10.04 gives me connections problems.... it simply say says "Could not register (Failed)".I'm trying to connect with my voip provider (12voip.com) but it seems that I can't. I have even tried other programs like empathy, Twinkle, QuteCom but with none of them I can connect with my voIP provider. I think there are some connection problems but I really don't know how to face them. We have to configure router in 10.04 for sip connection? Actually I can't phone at all.
View 4 Replies
View Related
Jul 27, 2010
I've tried to use netcat in the past and assumed it was my stupidity that was preventing it from working... but this is getting ridiculous. I'll execute nc -l 3333 on a server at 192.168.0.105 (after opening it on the firewall of course) then I run nc 192.168.0.105 3333 on my laptop (from 192.168.0.101). and nothing happens... i start typing and nothing comes up on the terminal.
I run nc -z 192.168.0.105 80 which should ideally do a port scan of port 80 on that server (of which I'm running a web server that clearly works) but it doesnt even give me any feedback. Nothing happens. Now when I use the verbose flag i see that I am indeed connecting to the specified port on the server successfully (so the port scan one is a success but only with the verbose flag... which shouldnt be the case I believe). But still once I have the server listening and the laptop connected... I type in both windows and nothing happens...
View 1 Replies
View Related
Aug 30, 2010
I have JVJ 3G modem,one from Singapore. I have try out as [URL]... But it doesn't work. Has anyone try it before?
View 4 Replies
View Related
Aug 31, 2010
I am networked to a Windows machine. I can see and open files across the network. I can see and add my HP 6000 printer (it is on the Windows machine). On my Ubuntu machine this printer has a check mark by "Enabled" and "shared" but I cannot set it as default (that option is ghosted) and when I try to print a test page it says "unable to connect to CIFS host" I downloaded the HP Linux setup program. That program cannot locate the networked printer at all.
View 7 Replies
View Related
Nov 15, 2010
I'm running Ubuntu 10.04 on my laptop. Up until about a week ago, my wireless worked fine, but now it rarely connects. Sometimes the connection indicator shows that I am connected, but when I click on it it doesn't show any active networks. Even when I use a wired connection it doesn't always work.
View 3 Replies
View Related
Dec 22, 2010
i have had my bluetooth keyboard and mouse working fine for a little while now, then one day.. seemingly out of the blue (no pun intended) it stopped. heres what i deduced:
Mouse works fine, always keyboard doesnt.
I'm using a logitech dinovo edge
and i can manually force the keyboard to connect by putting the keyboard into discoverable mode (press the button on the back of it) and using hidd:
Code:
hidd --connect XX-XX-XX-XX-XX-XX
but who the heck wants to do that on every reboot or resume from sleep! yikes..
firstly, i noticed that bluetoothd was segfaulting alot:
Code:
ec 22 17:26:09 hostname kernel: [21329.811149] usb 2-6.2: new full speed USB device using ohci_hcd and address 6
[Code]....
View 1 Replies
View Related
Jun 15, 2011
i've installed it on my parents old computer, mostly for downloading. But wired internet did work all the time but then i had to reset our router because of some problems and now it doesn't work anymore! But the strange thing is, if i put the cable on my own laptop with windows on it, then it works as normal.
So i guess its some kind of DNS problem, but i'm very new with ubuntu and also not so good with computers. Our network is simple just an modem connected to an router: Sitecome WL-341.
View 4 Replies
View Related
Jul 3, 2010
I have two simultaneous active mobile connections through my two mobile phones and USB data cables. Yet I can only send/receive with one connection.Each of the phone modems have a node in /dev, namely ttyACM0 and ttyACM0. So the modems are detected correctly.After setting up two dial-up connections with the two modems I have two ip's. Ifconfig-a confirms this:
ppp0 Link encap:Point-to-Point Protocol
inet addr:10.10.219.60 P-t-P:10.6.6.6 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
[code]....
View 1 Replies
View Related
May 31, 2011
my problem is following: I'm running a bridged OpenVPN on my Debian. If the service is running, everything works fine: local and Internet, ftp, mailing from in and outside etc. But, when stopping OpenVPN, sending mails from inside (LAN) fails: I cannot reach smtp (postfix) listening on port 465. And even reaching mailboxes using IMAP gets horribly slow eg. in Thunderbird. Here is my firewall.sh script.
Quote:
#!/bin/sh
echo "
IPTABLES FIREWALL inicializalasa - szures"
# Enter the designation for the Internal Interface's
INTIF="eth0"
[Code].....
View 9 Replies
View Related
Aug 20, 2009
I am trying to monitor a Centos 5.3 box using SNMP and I am having a lot of trouble getting the data that i need from it. Everytime I try to get information from the UCD-SNMP MIB it returns "End of MIB". It is my understanding that UCD-SNMP is a standard package when Net-SNMP is installed and should always be there. Then why can't I access it? I have tried removing the reinstalling Net-SNMP, but that hasn't worked. My server is update date on all it's patches as well. It is quite old hardware, but I don't believe that should affect SNMP from being gathered. Iptables is down, and I cant' even get it from the local machine.
View 1 Replies
View Related
May 10, 2011
in my vimrc I am sourcing the following: source $VIMRUNTIME/mswin.vim At first this file was missing, so I downloaded it from: http://ftp.twaren.net/vim/runtime/mswin.vim However when I try and open gvim I get: My first thoughts of the cause are: - version of mswin.vim incorrect? - version of vim incorrect?
Quote:
[09:12:05][root@host:/home]# gvim deploy.sh
Error detected while processing /usr/share/vim/mswin.vim:
line 46:
E121: Undefined variable: paste
E15: Invalid expression: paste#paste_cmd['i']
[Code]...
View 1 Replies
View Related
Feb 12, 2009
I installed F10 today. From live-usb wlan worked fine, but after installing it doesn't find any networks. I tried to google this problem, but everybody says wifi works out of the box. Not for me.
Solved: I disappled wireless networking and appled it again. It found all networks.
View 1 Replies
View Related
Dec 7, 2009
I have installed Fedora 12 on my laptop.Installing my Broadcom BCM 4312 wireless drivers works just fine, but after a reboot I have to reinstall them. modprobe wl, modprobe wlan0 etc doesn't work either. I need to reinstall them every time I reboot.
View 7 Replies
View Related
Nov 1, 2010
I'm runnig f 13 on my laptop, and it runs like a charm. But once in a while, the internet doesn't seem to work properly. It mostly works, but right now i am unable to reach certain pages such at google (which is annoying), whereas other pages like yahoo and this one works perfectly well.
View 2 Replies
View Related
Jun 27, 2011
how nobody else could have run into this in the meantime. [URL] Two friends of mine are having the same issue on Ubuntu-11.4-machines. In short: Connecting to the Cisco-VPN via shell-command "vpnc" works flawlessly, whereas NetworkManager just doesn't connect at all. We had this working in older versions of Fedora/Ubuntu about some months ago...
View 9 Replies
View Related