i am using "SunOS opensolaris 5.11 snv_111b i86pc i386 i86pc Solaris".
The problem i am trying to fix is called "LVS: The ARP Problem",
http://www.austintek.com/LVS/LVS-HOWTO/HOWTO/LVS-HOWTO.arp_problem.html
(sorry if i am not allowed to post URL'S)
i have a load balancer which represents some se
you are right i should have said what is my goal.
i am using "SunOS opensolaris 5.11 snv_111b i86pc i386 i86pc Solaris".
i am not running a zone with the same IP address ,actually no zones are running
at all.
The problem i am trying to fix is called "LVS: The ARP Problem",
http://www.austintek.c
you are right i should have said what is my goal.
i am using "SunOS opensolaris 5.11 snv_111b i86pc i386 i86pc Solaris".
i am not running a zone with the same IP address ,actually no zones are running
at all.
The problem i am trying to fix is called "LVS: The ARP Problem",
http://www.austintek.c
you are right i should have said what is my goal.
i am using "SunOS opensolaris 5.11 snv_111b i86pc i386 i86pc Solaris".
i am not running a zone with the same IP address ,actually no zones are running
at all.
The problem i am trying to fix is called "LVS: The ARP Problem",
http://www.austintek.c
On Mon, Jul 05, 2010 at 12:07:30PM -0700, mongaron wrote:
> i have created an additional loopback interface for denying ARP reply for a
> certain ip, here are the commands i have run:
>
> ifconfig lo0:1 plumb
> ifconfig lo0:1 x.x.x.x -arp netmask 255.255.255.255 up
>
> secondly i need to make it
mongaron wrote:
i have created an additional loopback interface for denying ARP reply for a
certain ip, here are the commands i have run:
ifconfig lo0:1 plumb
ifconfig lo0:1 x.x.x.x -arp netmask 255.255.255.255 up
secondly i need to make it permanent , so i tried the following to insert into
Unless I misunderstand blackhole routing may be more what you are looking for?
route add -net x.x.x.x -netmask 255.255.255.0 interface_ip -blackhole
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@ope
> i have created an additional loopback interface for
> denying ARP reply for a certain ip, here are the
> commands i have run:
>
> ifconfig lo0:1 plumb
> ifconfig lo0:1 x.x.x.x -arp netmask 255.255.255.255
> up
>
> secondly i need to make it permanent , so i tried the
> following to insert into
i have created an additional loopback interface for denying ARP reply for a
certain ip, here are the commands i have run:
ifconfig lo0:1 plumb
ifconfig lo0:1 x.x.x.x -arp netmask 255.255.255.255 up
secondly i need to make it permanent , so i tried the following to insert into
the /etc/hostname.