The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
3answers
60 views

Default route and backup default route

Hi everyone I am a newbie so be patient please. I am dealing with the following topology: I have an "ISP ROUTER" connected via fastethernet to a MAIN router. "ISP ROUTER" is also connected via serial ...
0
votes
1answer
85 views

Do I really need to configure my server with a public static IP address?

I'm setting a few sites up and many email accounts for a new company so I wanted to save some money as I already have a server running Windows Server 2008 R2. I have a static IP of 80.229.46.115 and ...
1
vote
2answers
59 views

Routing to a floating IP between 2 servers on different networks

I have two servers in two different network subnets, there is a heartbeat between the servers and they automatically select active / standby. the active server will have a floating IP assigned to one ...
0
votes
0answers
74 views

Nginx - Getting high request time for some static files

We recently moved to Nginx for serving static images for our website. The entry level server is easily able to handle the load with load avg mostly around 0 and low cpu usage. But when we logged ...
2
votes
2answers
52 views

Nginx Windows Proxy Cache server static content

Basically i am trying to setup nginx with apache but i want nginx to serve static content such as javascript, stylesheets, media files etc but i want php to be passed to apache listening on port 8080. ...
-1
votes
1answer
62 views

How can i build apache httpd statically?

I need to build an apache httpd server that will be able to run under multiple linux os (RH, SUSE, e.t.c.) The main problem is that httpd is using shared libraries: ldd httpd/bin/httpd ...
0
votes
2answers
115 views

Lighttpd as tomcat proxy with static content serving

How can I configure Lighttpd to serve static content on specified URL address (eg. www.my-domain.com/static) from specified directory (e.g. /var/www/my-domain/static) ? Rest of requests must be ...
-1
votes
1answer
66 views

Assigning a static IP to a VMWare ubuntu instance? [closed]

I run VMWare on my Mac laptop. What I'm trying to accomplish is that every time I start an Ubuntu virtual machine I created, the same static IP (e.g., 192.168.0.15) gets assigned to it by my Cisco ...
0
votes
2answers
68 views

Assigning a static IP address to DHCP network

I would like to add a static IP address to computer on a DHCP network. If I reserve an IP address for this computer does this result in a static IP address?
-2
votes
1answer
501 views

How does one set a dedicated IP address to a minecraft server on Windows Server 2008 R2? [closed]

So I bought a dedicated server from staminus.net just for running a Minecraft server. On Minecraft, the default port is 25565. I am wondering how one makes it so that there is no port on the IP ...
0
votes
1answer
53 views

Serving static directory on subdomain with assets

I have a html presentation which I would like to serve on a subdomain on my server. It just consists of some static html files and some assets (the Github is here). I'm trying to write an nginx ...
0
votes
1answer
65 views

IPv6 static NAT/PAT [closed]

Is it possible to configure Ipv6 static PAT on a Cisco Router? We would like to access our IPv6 devices from an IPv4 Network using the same IP, but a different Port, similar to static nat/pat in ...
8
votes
1answer
856 views

CentOS, two nics eth0 eth1 with different subnets aren't reachable outside VLAN/subnet

I am having an issue with a CentOS 6.3 box. We have two NICs (eth0 and eth1) in the server which each have an ip from a different subnet assigned, let's say eth0:192.168.1.2/24 (gateway 192.168.1.1) ...
0
votes
0answers
59 views

Static IP Configuration

We required a static IP for one of our servers to allow access from outside our network. Our ISP has provided this and pointed it to the internal IP address of the server. External access seems to ...
0
votes
0answers
41 views

How to setup static Ip on server behind Bridge

I am trying to forward traffic to my server which is on a network bridge router but I can't setup a static ip for the server as the network bridge router changes the MAC address so all the computers ...
-2
votes
1answer
115 views

Adding a wireless access point to the network with static IPs [closed]

I need help with setting the D-Link DAP-1150 Wireless Access Point. The situation is that I have a network with static IP assigned for every machine and proxy server running. Because of that, I only ...
1
vote
2answers
363 views

static route: why does a destination address needs a subnetmask [closed]

When I define a static route, why I have to define a subnet mask for the destination network? What would happen, when I have more than one gateway an the subnet masks of all destination networks are ...
2
votes
2answers
294 views

Routing through subnets, static routes

Topology: C1 --192.168.111.0/24 -- R1 -- 172.30.0.0/24 -- Switch -- C6 |-- R2 -- 172.30.10.0/23 -- C5 I am a newbie in networking and I have a ...
1
vote
1answer
218 views

Static route works on one computer, not the other

I have been struggling with this for a couple days now, maybe I just need some people with a fresh perspective to figure out what the issue is. Basically I have a bunch of computers that are being ...
0
votes
1answer
195 views

Weird routing issue

I am working on getting networking working correctly on a cluster of 14 virtual servers at a customer site. 11 of them work fine for routing and 3 don't work correctly for their administrative ...
2
votes
1answer
230 views

Nginx no static files after update [closed]

First, i must say that i am not expert in server administration, my site was setup by hosting admins (that i cannot contact anymore). Few days ago, i updated Nginx to latest version (admin told me ...
0
votes
0answers
235 views

Static Routing on PowerConnect 5524

I'm trying to set up a Dell PowerConnect 5524 switch. I have 5 vlans running on it. Each being also at the same time a seperate subnet. Now I'd like to add all vlans to the ipv4 routing table as route ...
0
votes
4answers
311 views

Is there a static, server-side vulnerability/virus/malware/BadThings™ scanner?

We run a shared hosting webserver with the usual LAMP stack. It is up and running since many years ago (uhm, Apache-1.3 and PHP-3 days?) and went through many iterations. We strive to have good ...
2
votes
1answer
108 views

Organizing and hosting static files (downloads) with Apache?

I am trying to re-organize our web server and segregate download-able files from the HTML/content of the site. I have setup a "data" directory like so: /data /public /pdf, /image, /audio, ...
1
vote
0answers
300 views

Static NAT with 2 ISPs on CISCO router

Our company has a block of real ip addresses 91.xxx.xxx.0/24 and have bgp sessions with 2 upstream ISPs. The problem I ran into is that we need to configure static nat on a cisco router, so that 2 ...
0
votes
1answer
323 views

Configuring static route in ubuntu

Number of NIC card of my desktop = 2. eth0: 10.255.2.191 netmask 255.255.255.0 default gateway 10.255.2.1 broadcast 255.255.255.0 I have bought a switch and want to provide Internet service to ...
3
votes
1answer
572 views

Is it worth running Nginx for static files of my Node.js app?

I'm currently writing a web app in Node.js and will soon be setting up my Linux server to make it live. I'm curious, is it worth running Nginx for my Node app's static files? Is it running Nginx to ...
2
votes
1answer
976 views

ASA Static NAT Understanding

I have an ASA configured as follows; Inside: 192.168.0.254/24 Outside: 10.0.0.1/29 (This is routed to the ASA) global (outside) 1 interface global (outside) 2 10.0.0.2 nat (inside) 1 0.0.0.0 0.0.0.0 ...
2
votes
2answers
377 views

How to serve a wget --mirror'ed directory of files with questionmarks in them

I'm trying to create a static mirror of a php application (an old php Gallery installation, specifically). The app produces URLs such as: view_album.php?set_albumName=MyAlbum wget downloads these ...
0
votes
1answer
1k views

Static route issue on Windows Server 2008 R2

There's a virtual machine with Windows Server 2008 R2 installed. There are two NICs connected to it: PROD & BUP. The BUP interface is configured without default gateway. After adding static route ...
5
votes
1answer
309 views

CCNA Case Study - Static Routes

I'm currently doing the CCNA (Cisco Certified Network Associate) course at school and am a bit stuck on my case study, so I was wondering if anyone could help. I have the following topology: I ...
2
votes
3answers
456 views

setting static ipv6 address in ubuntu

I'm trying to add an ipv6 address to an already existing interface, which previouosly only had ipv4. This is my config: auto lo iface lo inet loopback auto eth8 iface eth8 inet static address ...
0
votes
0answers
677 views

nginx static file serving

I want to serve my static files with nginx. But even though I have tried many times, I could not do it. This is my configuration file: server { listen 80; server_name sis; ...
0
votes
1answer
116 views

ISP public ip Router FIREWALL PUBLIC ip network && Private ip network [closed]

I have linux server that now it`s routing to private ips using iptables.(masquerade) I just got 32 public ips and i want them also to have internet access in paralell with the private ip class. I ...
0
votes
2answers
192 views

sshfs handling hangs

I have 2 servers (linux), one for PHP application, second for static files serving. I want to mount directory from static server in application directry so I could write / read files on static server ...
1
vote
1answer
168 views

Zeroshell ping time out & sometimes undetectable

I'm a newbie system administrator. I am currently managing the internet connection for a college and have decided to use zeroshell. My problem is that when I plug the zeroshell box into the ...
0
votes
1answer
277 views

Allow only 1 ip to connect mssql server 2008

i have a mssql server 2008 installed server. I want to connect only from my home pc (static ip) no one can connect with their machines. i have done to allow only my ip to connect the ftp but i cant ...
2
votes
1answer
625 views

Nginx Reverse Proxy Node.js and Wordpress + Static Files Issue

I have had quite a time trying to get nginx to serve static assets from my wordpress blog. Have a look at the config and let me know if you can help. ( https://gist.github.com/1130332 - to see the ...
1
vote
4answers
559 views

Fastest/scalable way to serve static files?

What options are there to serve static files very fast? Are there any options that allow caching the file in the memory of the server, etc? For example caching the js files in the memory. I know of ...
2
votes
6answers
3k views

Find device with static IP on different subnet

I bought an used Lantronix Spider and I cant seem to see it on my network (from my routers dhcp table). So my idea is that the device is not configured to use DHCP and assigned a static IP instead ... ...
1
vote
1answer
647 views

Linux Route All Internet Traffic through secondary interface

Given the following output from ifconfig, I would like all outgoing traffic to come from bond1:1 instead of the default bond1 interface, how would I go about accomplishing this? bond1 Link ...
0
votes
1answer
435 views

Configuring htaccess/mod_rewrite to serve static files with question mark in the URL

I've just taken on hosting of an ancient site that was converted from asp to static html, consisting of about 6,000 files. However, my server doesn't like the filenames, giving a 404 error. The URLs ...
1
vote
1answer
129 views

Seamless IP switch for dedicated server

I have a set of IP's for dedicated servers which I will be losing soon and have a new block of IP's that I need to assign. The plan is to use a cisco router with dhcp to assign new IP's by mac ...
0
votes
1answer
33 views

content-request fast but via website slow

we deliver all our static content (pictures, html, ....) with a proxy. if we request the direct URL in the browser, all the content is loaded very very fast. but if the same URL is build in a ...
1
vote
1answer
657 views

Serving static sites from S3 with nginx

I know that S3 can serve a simple index.html file if it's in the root of a bucket, but my need is to serve lots of simple static sites and S3 has a limit of 100 buckets per account, so I have to use ...
0
votes
1answer
132 views

Static content domain using nginx giving me an error while trying to access static files

as title says i'm trying to serve my static content form another domain hosted on the same server using nginx. This is my server config: server { listen 80; server_name ...
0
votes
1answer
305 views

Redirect nginx root dir to other url?

i server static file with nginx. what i want to do it, that when someone browses to http://foo.bar.com/ he gets redirected to http://bar.com but when i access the static file itself, it should ...
0
votes
4answers
4k views

How many users can Apache Handle?

I have a static site and an 8GB RAM Server. The site would have just some javascript and static content. I need to handle about 20,000 concurrent visitors. Will my 8GB Server able to handle this ? ...
2
votes
5answers
3k views

Fastest web server for serving static content

I'm optimizing our system for some faster static content delivery, and was wondering if anyone has any proper experience with the fastest web servers out there for such a purpose. From the three main ...
0
votes
1answer
708 views

nginx static files caching doesn't work

here is my conf file: usr/local/nginx/sites-available/default server { listen 80; server_name localhost; location / { root html; index index.php index.html index.htm; } # redirect server error pages ...

1 2