We have several websites (with several public IP addresses) running on a web server. In IIS, the IP address are internal IP addresses (192.168.xxx.xxx). How do I figure out which public IP address matches which internal IP address? My goal is to change some public IP addresses. The particular web server is running IIS 6 on a Windows 2003…
I Have a VPS.And i on my vps installed vmware workstation version 9.now i have 3 valid ip's:
XXX.152.193.66
XXX.152.193.101
XXX.152.193.103
Gateway:
XXX.152.193.65
now tow ip's set in host and i want to 1 ip set on vm. network vm is bridge and set ip on vm but this ip from out of internal network not ping and in vm not ping to gateway.
…
Hello I'm running a web application on port 8000. When I access it from the host server localhost:8000 it responds ok, 127.0.0.1:8000 also works, but 192.168.1.7:8000 does not work. 192.168.1.7 is the ip of my server.
Also if i try to go to another web application running on port 80 it works 192.168.1.7
I enabled ufw firewall and set…
Hello. I have a file of IP addresses called "IPs". When I parse a new IP from my logs, I'd like to see if the new IP is already in file IPs, before I add it. I know how to add the new IP to the file, but I'm having trouble seeing if the new IP is already in the file.
!/usr/bin/python
from IPy import IP
IP = IP('192.168.1.2')
…
Using PHP I'd like to compare an actual ip address to part of one, and see if it matches.
For example I want to see if the address matches 12.34..
<?php
$rem_address = getenv('REMOTE_ADDR');
$temp = substr ($rem_address,0,6)
if ($temp == "12.34.") echo "It's a match";
?>
Is there an easier/better way to do this?
I bricked my Linksys WRT54GS router when trying to change the firmware on it from dd-wrt to open-wrt. In order to unbrick it, I need to be able to do an ftp transfer to it.
The problem is that it isn't using DHCP addressing and I can't just use the default ip address of 192.168.1.1. I have to use the ip address it was set at…
I bricked my Linksys WRT54GS router when trying to change the firmware on it from dd-wrt to open-wrt. In order to unbrick it, I need to be able to do an ftp transfer to it.
The problem is that it isn't using DHCP addressing and I can't just use the default ip address of 192.168.1.1. I have to use the ip address it was set at…
If several computers with local addresses (192.168.0.#) are connected to a router and each computer opens a web browser and requests a page over HTTP, when these TCP:80 packets are sent out, the router switches the local address with the static IP of the router (i.e. Provider given IP) so the server can reply to the…
My problem is..
1) I'm using laptop at school.
2) In school, the default gateway for ethernet is 192.168.1.1.
3) I want to connect to a pptp vpn server. The gateway over the vpn connection is also 192.68.1.1. (The VPN server assigns 192.168.100.1 to my laptop and I confirmed that it is not used in school.)
In this…
I would like to setup an binding from an IP address to a MAC address using netsh.
Goal is to bond an IP address which is a multicast address (224.224.x.y) to a given MAC address (which is NOT the calculated one from the multicast IP address : 01:00:5e:X:Y:Z
It used to work with Windows XP (was it a bug that used to…
I across some websites that offer change of our IP addresses. It says, we can surf net anonymously, including changing our IP address and location. Most of the softwares are not free, so I have not try it out yet. But my question is, so, IP addresses will no longer be unique or valid for identify which computer were…
I would like to ask if it is possible to set up two static IPs from same subnet through one gateway? and How if it is?
What I am interested in is described here Routing for multiple uplinks/providers, but in my case I have two IP addresses from one provider, both are on same subnet and off course I have internet…
I want to be able to ban users by IP. My idea is to keep a list of IP's as rows in an BannedIPs table (the IP column would be an index).
To check users' IP's against the table, I will keep a session variable called $_SESSION['IP'] for each session. If on any request, $_SESSION['IP'] doesn't match…
I currently have my Cisco ASA 5505 firewall configured to forward port 80 from the outside interface to a host on my dmz interface. I also need to allow clients on my inside interface to access the host in the dmz by entering the public ip / dns record in their browsers. I was able to do that by…
Hi,
I have set up a Gmail account with the intention of having it function as a mail hub, meaning it should forward every mail item to all of its contact list, in this case my friends and me.
I created a simple filter for all incoming items (from:*), but the 'Forward it to' field will only allow…
I have a Draytek Vigor 2820 router which is connected to our ADSL provider (British Telecom, BT).
We currently have one static IP address which is accessible from anywhere outside of our network and points at a simple web server on port 80.
We have just been given 5 more static IP addresses…
In my Apache config I want to set an environment variable if I see that the visitor comes from an specific IP range. Currently I do it this way:
SetEnvIfNoCase Remote_Addr "^194\.8\.7[45]\." banned=spammer-ip
SetEnvIfNoCase Remote_Addr "^212\.156\.170\." banned=spammer-ip
What I would prefer…
I have got 4 subnets (calculated using online calculators)
The major network is: 172.16.0.0/16
The students subnet having the highest IP requirement /22 mask gets 172.16.0.1 - 172.16.3.254 as assignable IP's
Staff subnet /23 mask gets 172.16.4.1 - 172.16.5.254 as assignable IP's
…
I have a problem with setup VPN server on my Ubuntu VPS, here is my server environments:
Ubuntu Server 12.04 x86_64
xl2tpd 1.3.1+dfsg-1
pppd 2.4.5-5ubuntu1
openswan 1:2.6.38-1~precise1
After install software and configuration:
ipsec verify
Checking your system to see if IPsec…
I have a problem with setup VPN server on my Ubuntu VPS, here is my server environments:
Ubuntu Server 12.04 x86_64
xl2tpd 1.3.1+dfsg-1
pppd 2.4.5-5ubuntu1
openswan 1:2.6.38-1~precise1
After install software and configuration:
ipsec verify
Checking your system to see if IPsec…
Please bare with my long explanation but this is important to explain the actual problem. Please also pardon my knowledge with PFsense as i am new to
this.
I have single PFSense box with 3 Ethernet adapter. Before moving to configuration for these, i want to let you know i have…
ASA Spoke to Spoke Communication
I have been looking at spke to spoke comms or "hairpining" for months and have posted on numerouse forums but to no avail.
I have a Hub and spoke network where the HUB is an ASA Firewall version 8.2
* I basicaly want to allow 2 spokes to be…