Questions tagged [ip-aliasing]

38 questions
0
votes
1 answer

How this aliasing worked

I am trying to do ip aliasing on my ubuntu 12.04 guest and it was not working. host 11.x.11.2 guest 11.x.11.3 guest is using bridge networking with host. on guest specified auto eth0 iface eth0 inet static address 11.x.11.2 netmask…
Blue Gene
  • 635
  • 1
  • 5
  • 10
0
votes
1 answer

Open port iptables with ip alias

Added alias ip, creating eth0:0. network restarted, ngix is listened on alias ip: server { listen alias.ip:80; From server machine I can access www using # lynx http://alias.ip/ How to forward port/redirect(?) ?
zion
  • 51
  • 1
  • 3
0
votes
1 answer

IIS 7 and Windows 2008: only one ip address showing for IIS binding when multiple aliases exist?

In Windows 2003 I have multiple IP aliases setup on a single network card all bound to IIS 6. In Windows 2008 I have multiple IP aliases setup but only one shows up in IIS 7. What do I need to do to have the other IPs show up? It gives choices of…
Zachary Scott
  • 227
  • 2
  • 14
0
votes
1 answer

Using twice NATTing and dns_Alg

I am trying to use twice nat along with dns_alg to support a framework, and take its measurements. I have a private network 192.168.0.0/24 this network contains www,dns,dhcp etc for its own use.DNS,WWW are also used for global access. I have say eg.…
0
votes
1 answer

In Linux (Ubuntu 10.10 server), can I have a host alias for my IP address and its alias IP's?

I have a web server with realIP 192.168.1.1. Perhaps i'll give it IP aliases 10.1.1.1 and 20.1.1.1. I have 3 IP subnets in 1 physical network, 10.1.1.0/24, 20.1.1.0/24 and 192.168.1.0/24. Now what I want to to is I want the users from accross the 3…
user59623
0
votes
1 answer

On CentOS-8 Tried Adding Alias IP Addresses, Broke DNS

I am working to establish a CentOS-8 machine in a hosted cloud environment as part of an effort to migrate the operations of my company off local machines. I need to add 2 alias IP address to the interface defined by this script. [root@XXXXXXXX…
ZZR3556
  • 1
  • 1
0
votes
0 answers

iptables: setting specific rules to IP aliases

We run several game servers all using one port with the use of IP Aliasing, the game servers bind to a specific aliased IP that belongs to the main dedicated server. I've setup netplan already and it worked, however I wasn't able to setup…
-2
votes
1 answer

how to force OS using which alias ip address

i have a server running debian with 2 ip address : eth3 44.44.44.1 eth3:0 44.44.44.2 the problem is my outband request goes with second ip address "44.44.44.2" how can i force OS to use primary ip address ?
1 2
3