Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

alias ip very slow problem

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
debigokan
Posts: 48
Joined: 2016-09-03 15:54

alias ip very slow problem

#1 Post by debigokan »

Hello
I have two IP addresses. It responds very quickly with Primary.
The second is unfortunately very slow. What could be the reason for this.

Config:
# device: eth0
auto eth0
iface eth0 inet static
address x.x.x.x
netmask 255.255.255.192
gateway x.x.x.x
# default route to access subnet
up route add -net y.y.y.y netmask y.y.y.y.y gw y.y.y.y eth0

auto eth0:1
iface eth0:1 inet static
address x.x.x.x
netmask 255.255.255.248

Post Reply