Programming :: Apache Configuration To Connect To Network Adapter Via Web Application
Feb 15, 2009
I want to run snort through a web application with exec("snort -v -i eth0 ") php function.for example when start button was pressed snort should be run,but the execution failed with this error:but when I run snort command via command line as root it will execute successfully.I think this problem is for that apache user haven't access to network adapter, is my guess correct? I have no experience with apache, should I change apache configuration? what is the configuration for this problem.I think I should find a way to allow apache to access but I don't know how?
View 2 Replies
ADVERTISEMENT
Sep 3, 2010
I've created a application,i tried to deploy in JBoss application server..that application working fine.so i tried to run my allication in apache web server,i have done some configuration in apache & installed apache-tomcat connector also..its working fine.but i will try access next page its showing error.
View 1 Replies
View Related
Jan 7, 2010
I have a Belkin N150 USB Wireless Network Adapter and a Belkin N150 Wireless Router. I cannot seem to get NetworkManager to connect to the internet. I have blacklisted the 9.10 staging driver and associated rt files. I have downloaded and built the ralink 2.3.0.0 driver. The light flashes on the usb but I cannot connect to internet.
lsusb output:
jerry@jerry-desktop:~$ lsusb
Bus 002 Device 003: ID 413c:2105 Dell Computer Corp. Model L100 Keyboard
Bus 002 Device 002: ID 046d:c50e Logitech, Inc. MX-1000 Cordless Mouse Receiver
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 046d:09c2 Logitech, Inc.
Bus 001 Device 005: ID 050d:935b Belkin Components
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
lsmod output:
jerry@jerry-desktop:~$ sudo lsmod
Module Size Used by
rt2870sta 554908 1
iwconfig output:
jerry@jerry-desktop:~$ sudo iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
ra0 Ralink STA ESSID:"11n-AP" Nickname:"RT2870STA"
Mode: Auto Frequency=2.412 GHz Access Point: Not-Associated
Bit Rate:1 Mb/s
RTS thrff Fragment thrff
Encryption keyff
Link Quality=10/100 Signal level:0 dBm Noise level:-97 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
I am not sure what the ra0 is telling me but what about the Access Point: Not-Associated statement? Does that mean that the network adapter is not connecting to the router?
View 1 Replies
View Related
Aug 17, 2010
We need to fina a wireles adapter that works with Ubuntu.We have a netgear adapter but the OS doesn't recognize it when we plug it into the USB port and there isn't software to install so it will recognize it - only Windows documentation.My daughter loves this OS and wants to keep it but can't connect to our wireless network without an adapter.
View 7 Replies
View Related
Aug 31, 2010
I have an HP Pavilion dv5 1002nr laptop running Vista. I decided to install Ubuntu using the windows installer, which did install well, but I decided that it wasn't for me, and uninstalled it. Now, my wireless adapter which is a Atheros AR5007 802.11b/g can see the network, find networks by itself, and is supposedly installed correctly according to Vista, cannot connect to any networks at all despite being able to see them and acquire a signal strength. Up until installing Ubuntu I have never had an issue like this. Other devices have no trouble connecting to this network, and I am currently using a Netgear wireless usb dongle to connect to the very network that my Atheros can not connect to.
View 2 Replies
View Related
Apr 26, 2010
I felt the urge to build my own "Incredible PBX" system, and in the process downloaded pbxinaflash-i386-5.4.iso which is based on CentOS 5.4. The PC that I'm using is an old desktop, and the onboard ethernet adapter is not working, so I installed Trendnet PCI Adapter (te100-pciwn h/w : 2.2 R), which used to work greatly under Windows XP. Since my on-board ethernet adapater doesn't work, I disabled "eth0" device, and I modified eth1 device to load during boot. But, for whatever reasons, eth1 fails to get the IP address. I thought the driver that is part of CentOS 5.4 may not be working, so I thought of building the driver from the files provided in the CD (that came with TrendNet adapter box).. and unfortunately my attempts to build the driver have also failed.
Following files are attached in the zip file
- basedata.R3721 (info collected by ./getinfo.sh all )
- Directory 2.2.X has "te100.c, makefile, kern_compat.h copying.txt" (These files came with the Trendnet CD)
- errors (makefile errors when tried to build te100 driver)
From what I understand, TrendNet TE100-PCIWN is based on "Realtek Semiconductor Co., Ltd. RTL-8139" chipset. How to get my ethernet adapater (eth1) connected to internet.
View 8 Replies
View Related
May 9, 2009
I am doing network config of my laptop. I'm new to Fedora, so I'm not sure how it goes ...
I have an Ethernet device (eth0) and a wireless device, wlan0
Status in system->administration->network:
Tab devices:
eth0 : active
wlan0: inactive
Tab Hardware:
eth0: system
wlan0: configured (description: b43)
Double clicking on the wlan0 line gets you to Network Adapters Configuration, where adapter b43 grayed out) is associated with device wlan0. So far, so good (I did all the fwcutter stuff, so I assume this is the result). When I installed the system (from installcd, then update, then install broadcom-wl, ...) I configured it to be started up with network manager, automatically on startup. I managed to get it working exactly once in that session.
Problem is, it doesn't start up and the wireless is not even visible when you click the network manager icon. For that matter, eth0 does not start automatically either, but at least there is a button to start it in network manager. Coming back to the tab devices, clicking on wlan0 allows you to click on the activate button ... but there it says: Cannot activate network device wlan0! b43 device wlan0 does not seem to be present.
View 6 Replies
View Related
Feb 18, 2011
I am using Squeeze and all appears OK at first... I have a DHCP lease, PING to router works, apache servering fine in and outside the network, Epiphany seems to connects to default debian.org only, BUT I cannot connect to any other websites and apt will not connect to any servers. I installed once, tried to fix problem, gave up and reinstalled and still have the same problem.
I unistalled Network Manager thinking that was the problem, but still the same issue. Is there a default firewall blocking certain connections or am I missing something I'm supposed to know about? I installed some non-free firmware in the beginning of install and all worked... and I connected fine when downloading packages during install.
View 4 Replies
View Related
May 3, 2010
using this Azio Wireless PCI Adapter[URL] (Network controller: RaLink Device 0701)
View 11 Replies
View Related
Nov 13, 2009
I want to get the hardware information in linux. As in windows we can have API to get the network adapter information and all. But in linux why dont we have? i try to read network adapter info in /proc/bus/devices file.. but that file is very hard to parse.and i looked at the lspci source c ode. but unfortunately I dint undersatnd that code to get the network adapter information.
View 1 Replies
View Related
Apr 28, 2010
I haven't been able to get a working X11 environment on a Dell PowerEdge 1850. Using YaST without an X11 environment sucks particularly when you are trying to configure Apache. In addition, the Apache configuration files seem to have changed significantly since the last time I configured Apache on a SuSE Linux distribution. Where can I find good documentation on editing suseconfig files to ensure that I get the modules installed that I need for the collaboration tool that I'm installing?
View 2 Replies
View Related
Feb 20, 2009
How to give mulitple virtual host in apache. I want to access all my sites with ip 192.168.1.125
For ex :if i want to access dpm.net it should have the ip 192.168.1.230 with port 80 & for persur.net it should have the same ip 192.168.1.230 with port 80
After restarting the apache servers.I am unable to run both the applications in a single time.
For that i gave Include /etc/apache2/sites-enabled/[^.#]* in apache2.conf. But still its not working.
View 2 Replies
View Related
Mar 27, 2010
I have a Canon MX860 network printer but I cannot get it to connect with my openSUSE 11.2 computer
View 9 Replies
View Related
Aug 21, 2010
I have installed apache php and mysql on my pc during debian installation... some of my friends complain they cannot access my webserver from their home and it's available only within my local network... Please help regarding this...
View 6 Replies
View Related
Dec 23, 2008
I had return a driver for receiving and transmitting packets for the ethernet controller named rtl8139.I want to test it by writing an application program (socket programming).But I am unable to link it with the interface. Can anyone help in this regard?
View 1 Replies
View Related
Apr 9, 2011
I installed testing on my netbook with cd1. and too my suprise it didn't even include something as important as network manager. all i want to do is connect to my wired internet, install network manager, then install my driver for card. if i can just get wired working i will be homefree. the directions for installing my wire3less driver look super simple.
View 4 Replies
View Related
Aug 21, 2015
I installed a fresh Debian Desktop without the LAN cable connected. After that I got message when I put the cable in:
Code: Select allNetwork Interface
Connection New Wired Connection failed
I have tried to re-install everything once again with the cable in, but during the Debian installation there was no network detected.
However, I proceeded and re-installed Debian. But the problem persists. It continues to re-connect and than disconnect. There is a symbol showing re-connection. The network eth0 is visible to the machine.
I booted Mint Live disc and the same happens there.
View 14 Replies
View Related
Dec 24, 2010
Two nights ago I decided to switch from testing to unstable. Since then I am able to connect to the internet, but not to anything on my local network. I am unable to ping this computer from another one on the network. This computer is connected through wireless. I thought that something might have changed with iptables that was blockinghe localnetwork. I tried to "flush the iptables settings with "iptables -F". Since that didn't work I uninstalled iptables (which didn't work and I reinstalled iptables). In my browser I tried to connect to my router and that doesn't work either.I connect to this computer daily through ssh and connect to a NAS. Without ssh and my NAS I feel kinda lost
View 6 Replies
View Related
Aug 31, 2011
I have a laptop (running Arch Linux) and a desktop. Until recently my desktop computer ran Arch but I'm taking Debian for a spin now. At my home there is a wireless network with WPA2 encoding. I use the wicd gui to connect to this. I assume, that since I can see the SSID in the wicd window, all drivers are correctly installed and functioning. On my Arch computer, wicd reports this SSID as having WPA2 encoding, but on the Debian computer, it shows up as WEP. Even when I choose the correct encryption thing, WPA2 (preshared key), and put the correct password in, I can't get a connection up.
View 6 Replies
View Related
Jul 23, 2015
Since a recent update on Stretch, I have been unable to use the network-manager to connect to my home wireless network on my laptop. It was working fine before. I did not change any settings on the WLAN router. I can still connect to other wireless networks at work and university, just not this particular one at home. All other non-Debian devices in my household are still able to connect just fine.While figuring this out, I have tried connecting manualy with ifup but I don't really know how that works. Right now there is only the loopback entry in /etc/network/interfaces.
Below is the output of syslog, when gnomes network-manager is trying to connect, but fails.
Code: Select allJul 19 20:01:57 debian NetworkManager[6705]: <info>Â (wlan0): Activation: starting connection 'Affenbande'
Jul 19 20:01:57 debian NetworkManager[6705]: <info>Â (wlan0): Activation: Stage 1 of 5 (Device Prepare) scheduled...
Jul 19 20:01:57 debian NetworkManager[6705]: <info>Â (wlan0): Activation: Stage 1 of 5 (Device Prepare) started...
[code]...
View 14 Replies
View Related
Apr 17, 2016
Recently upgraded my PC and my WiFi Hotspot connection is refusing to connect. Running a dmesg returns this
Code: Select all[66529.184299] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[66530.762594] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
And the IPv6 configuration in the Hotspot is Ignore
View 1 Replies
View Related
Apr 20, 2010
i am searching for way to connect to my home network from any point only just if i have internet. i've heard about VPN and i think that this is right solution for my problem. can anyone point me to doc for beginners for setting up a VPN server? ps i've already searched for some articles and found two which were really for newbie, but it is interesting to find "best" how to for configuring vpn server.
View 1 Replies
View Related
Apr 10, 2011
I can't seem to get this to work without having to physically create connections as root. The "Available to all users" in the nm settings box remains uncheckable, despite completing the following tasks:
Ensuring NetworkManager.conf contains
[main]
plugins=keyfile
[code]...
View 3 Replies
View Related
May 5, 2011
I would like to connect from squeeze to my windows network. Do I need samba server, smbclient is already installed?
If I do a doubleclick -> Windows Network then get "Unable to mount location".
If I use -> Connect to Server -> Windows Share then it works well.
How to configure samba server that I can see Windows machines in "Windows Network"?
View 2 Replies
View Related
May 20, 2011
I bought a USB wireless adapter for my desktop. I finally got it to partially work using firmware-ralink as described [URL]sing network manager it will pick up my wireless network. However it will not connect to it.
The output of iwconfig is
wlan0 IEEE 802.11bg ESSID:"familyfarm"
Mode:Managed Frequency:2.437 GHz Access Point: 00:1C:DF:B6:EA:B9
[code]...
View 5 Replies
View Related
Jan 26, 2011
Suppose I have a bunch of web servers running on my internal network:
And I have a dyndns account, I was wondering:
How can I do this?
View 2 Replies
View Related
Jul 26, 2011
I'm attempting to use a network bridge to connect my virtual machine, like so:
[Code]...
The issue is that when I type the following command, I get the further following horrible error message that doesn't seem to really point me to anywhere and I can't seem to find any relevant information to my problem on the web:
root@darkstacks:~# qemu-system-i386 -hda test.img -m 128 -curses -net nic -net tap,ifname=tap0 warning: could not configure /dev/net/tun: no virtual network emulation
Does anyone have any idea what I need to do here? My processor does not have the vmx flag, as it's a 2.4GHz P4. I don't know if that might have something to do with it.
View 3 Replies
View Related
Feb 6, 2010
We are trying to define an appliance based on Suse for an application server and Web server Apache, so we would like to know configuration best practices for network and security, is there any paper/doc about best practices?
View 3 Replies
View Related
Dec 4, 2015
I try to connect my Debian Jessie to my Windows share
This is what I have done:
-> 1 - create an .smbcredentials file located in my /home directory (with account / password and domain)
-> 2 - implement /etc/fstab with information like that :
//192.168.x.x/Animes/media/Animes cifs uid=toto,dir_mode=0777,file_mode=0777,credentials=/home/.smbcredentials,iocharset=utf800
and when I try to go on my windows share, I have this message:
An error occurred while accessing 'Home', the system responded: mount: only root can mount //192.168.x.x/Audio-Video-01 on /media/Audio-Video-01
I think about one thing, if uid=toto is different in fstab than my current debian account session name, it is possible the problem came because of that?
(fstab, uid=toto and current session titi)
View 3 Replies
View Related
Apr 17, 2011
I upgraded from lenny to squeeze on a notebook and I can no longer connect to the wireless network. The computer is an LG notebook and the network card is ralink rt2860. I am using Gnome and NetworkManager. The wireless key is WEP hex. It was working fine with lenny till before the upgrade. After the upgrade, the network card stopped working. So, I checked
$ lspci|grep Network
08:00.0 Network controller: RaLink RT2860
Then I reinstalled the driver with apt-get install firmware-ralink wireless-tools Then the network manager tray started working again and saw the network, but cannot connect. It was trying to connect but timed out and kept asking for the password. It is the correct password. I tried deleting the old connection and recreated a new one in the nm. But still does not work.
[Code]...
View 7 Replies
View Related