Questions tagged [address]

69 questions
0
votes
5 answers

Moved IP addresses to other server, no network internally anymore

I have had this server set-up: serverA ip 200.200.200.100 ip 200.200.200.101 ip 200.200.200.102 ip 200.200.200.103 Due to circumstances, I had to move away ip 200.200.200.102 and 200.200.200.103 to serverB, this worked out fine. Unfortunately,…
0
votes
2 answers

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?
0
votes
3 answers

MAC Address Changed?

I was wondering if the following MAC address is a valid one? 00:13:74:00:00:00 We have an automated network registration on the system whereby users can plug in their computers and register on the network with a given username/password. Anytime they…
0
votes
2 answers

Local Network Windows Port Address Translation

We have many legacy applications that can only send reports via printing. We have an application called RPM that can receive these print jobs and convert them to a more useful medium (e.g. PDF attachment in e-mail). The legacy applications can only…
obsidian
  • 194
  • 1
  • 7
0
votes
2 answers

Setting http://domain and http://ip to show different directories

Can someone tell me what httpd.conf settings I need to acomplish this? When in browser I access http://IP I want to show: /var/www/html/ And when I access http://domain I want to show /var/www/html/_domains/domain But I don't know how the (or…
adrianTNT
  • 1,007
  • 5
  • 21
  • 41
0
votes
1 answer

How to enable DHCP address release with dhclient

We have a subnet with a couple of hundred virtual machines that: boot up do some short heavy computational task and shut down. The average life of a vm here is about 20 minutes. It's critical that we make sure we never run out of dhcp leases, so…
0
votes
1 answer

Postfix connection cache / address verification probes

Is Postfix connection cache also applicable for address verification probes? My setup of 2 frontends with 1 backend sometimes runs into trouble under high load. Frontends verify recipients on the backend before accepting mail. Both positive and…
riha
  • 398
  • 2
  • 5
0
votes
2 answers

Postfix is sending mail with wrong domain

I've managed to setup a simple mail server that is working on every level but with one exception: when I'm sending email to an external email address, the receiver is seeing it as coming from blabla@example.com (that is literally the domain that…
Progenitura
0
votes
1 answer

Forward Application IP/host to localhost (windows)

I'm working on a windows XP / win 7 environment and i have an application (game) that connects to an static hostname and ip. It does have a connection to 2 ports (ports 5000TCP&UDP and 6000TCP). I have a local server running on same 2 ports…
0
votes
2 answers

Mac address changed after windows automatic update?

My computer and that of a collegue have a changed their adress when booting up this morning. The only thing I can think of right now is the windows automatic update which has kicked in tonight to deliver and install KB2286198, which doesn't really…
BartV
0
votes
1 answer

Using numerous IP addresses in a browser in linux

I own a dedicated server than runs Debian Linux. I have 64 IP addresses configured on the machine. I am looking to open a page (just has to access it with lynx or anything to read) with one of the non-default 64 IP addresses, besides just the…
ParoX
  • 302
  • 1
  • 6
  • 21
0
votes
1 answer

How can I set a specific IP range for NFS exports file?

For example, I want to set an allowed IP range from 192.168.0.12 to 192.168.0.20. Would it require me to input all the IP addresses on that one line? Or is there an easier way to set this specific range?
0
votes
2 answers

Sieve: Filter Rules

I want to implement a rule as follows: If "To" comprises only addresses having "*@example.com" -> discard Otherwise -> keep In other words: If "To" comprises at least one address different to "*@example.com" -> keep Otherwise -> discard The…
Ralph
  • 1
0
votes
1 answer

Connecting Computers accross different subnets or IP addresses

I have a setup that involves: Cable modem/router at 192.168.10.1 Wireless Router 1 at 192.168.20.1 Wireless Router 2 at 192.168.30.1 The wireless router are connected to the Cable Modem via the WAN port. Singly they work great, but the problem…
Chris
  • 1
0
votes
2 answers

Static public IP address + OpenVPN + Setup

Grettings, I'm trying to figure out a way to make things work. Basically, my coworker needs an access to our client's backend dashboard and to get access they need to whitelist our public IP. Since we can't get a static IP from our ISP, it could be…