Yes, we did restart apache and even reboot the server but the IP addresses outside the range still can access into our intranet. One thing we just wonder if the format "Allow from 192.168.10.130-.245" is correct. Thanks Noway2 for the suggestion.
Greetings,
We would like to limit some IP addresses (from .130 to .245) to access our Intranet by editing our httpd.conf:
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
Allow from 192.168.10.130-245
</Directory>
However, we didn't...
Greetings,
I have set up and run MediaWiki (index.php) on my Linux Apache webserver at DocumentRoot "/var/www/wiki". Now I just want to know if or how I can set up for another application (also run index.php) on the same webserver. Please advise if it is possible, thanks very much.
Thanks IRudebwoy. I checked and certainly have local_enable=YES in my vsftpd.conf. The problem happens even when I run "ftp localhost". I logged into FTP as a Linux user and somehow the FTP could not authenticate the username and password.
Greetings,
I set up vsftpd (version 2.0.5-10.el5) on my Linux RHEL5 box but when I tried to log in as a user with a correct password, I got the error:
530 Login incorrect.
Login failed.
Please help me out, thanks!
Hello,
In my RHEL4 box, when I run the command "java -version" I got the answer:
Java version "1.4.2"
gcj (GCC) 3.4.6 20060404 (RedHat 3.4.6-8)
but when I updated the latest jre into the box and run the command "rpm -qa |grep jre" I got:
jre-1.5.0_13-fcs
My problem is that I...
Greetings,
I have a Linux server with Redhat Enterprise 4 and two workstations, PC1 with Redhat Linux 9 and PC2 with Redhat Enterprise 4. When I do the following on both of my workstations:
xhost +
ssh PC1 (or PC2)
export DISPLAY=PC1:0.0 (or PC2:0.0)
then I want to load a graphical text...
For more information, the following are the only options that I got from my router:
Router(config-line)# transport input ?
all All protocols
lapb-ta LAPB Terminal Adapter
none No protocols
pad X.3. PAD
rlogin Unix rlogin protocol
telnet TCP/IP Telnet...
Greetings,
I tried to enable ssh on my router that run 12.3 but could not. I think the version 12.3 supports ssh as I read the books or Cisco web site. Please tell me why. thanks!
Greetings,
My network is set up as follow:
Internet
|
|
Router
| 10.10.10.1 (Router INSIDE)
|
| 10.10.10.2 (Pix OUTSIDE)
PIX 515E
| 192.168.3.1 (Pix INSIDE)
|
|
PCs(192.168.3.xxx)
I can ssh to Pix INSIDE from PCs with 192.168.3.xxx. Now I want to ssh through Pix to...
Hi,
I added all NAT statements that you recommended but it still did not work.
To test the setup, I added a Linux box with Apache running in DMZ with 192.168.7.3(Real IP)-->10.10.10.4 (first NAT'ed to PIX OUTSIDE)--> 66.45.102.xx2(second NAT'ed to Router OUTSIDE:Public IP address), then added...
Hi Voltron1011,
I tried your recommendation by:
access-list acl_inside_nat0 permit ip 192.168.3.0 255.255.255.0 host 192.168.7.2
nat (inside) 0 access-list acl_inside_nat0
but it still did not work. Is there any error in my statements? Thanks.
Thanks for all of your responses.
To F1lby's question: No, I cannot ftp 192.168.7.2 from INSIDE machines with 192.168.3.xxx. Any where else is working fine.
To KiscoKid: I'll post my PIX cfg soon.
To Voltron1011: Please teach me what specific command that I need to enter, thanks.
Please help! I have the same problem but my web and FTP servers are behind both Cisco router and PIX firewall. Basically my server configuration is:
PIX Firewall:
INSIDE 192.168.5.xxx
OUTSIDE 10.10.10.xxx
DMZ 192.168.3.xxx
Router:
INSIDE 10.10.10.xxx
OUTSIDE 66.208.150.xxx
My webserver is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.