Questions tagged [address]
71 questions
0
votes
2 answers
Session automatically resolving to secondary IP
I am using Debian 6 - 64-bit and this is what my /etc/network/interfaces file looks like
auto eth0
iface eth0 inet static
address PrimaryIP
gateway X.X.X.X
netmask 255.255.255.0
auto eth0:1
iface eth0:1 inet static
address…

Asad Moeen
- 437
- 3
- 11
- 22
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,…

Dirk de Boer
- 1
- 2
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…

user1013264
- 29
- 2
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
- 8
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,077
- 6
- 22
- 43
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…

Liudmil Mitev
- 103
- 2
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
- 418
- 3
- 6
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
- 7
- 21
0
votes
1 answer
MAC Address of VPN Client Keeps Changing
We have a desktop using Windows 10 at a remote location, and that pc has a printer connected to it. We use the Windows 10 VPN client to connect to the router of the local office (peplink 20) and once connected, the remote pc can access the local…

Barry
- 11
- 1
0
votes
0 answers
ipv6 address gets lost
I am running debian buster.
The machine has one network card and IPv4 is set static, whereas IPv6 is provided by DHCP.
To be honest, I am not sure in what file this is configured, as I configure it via the GUI of Openmediavault.
Unfortunately, from…

henfri
- 1
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