Re: [osol-discuss] setting a second permanent loopback interface

2010-07-09 Thread mongaron
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

Re: [osol-discuss] setting a second permanent loopback interface

2010-07-09 Thread mongaron
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

Re: [osol-discuss] setting a second permanent loopback interface

2010-07-09 Thread mongaron
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

Re: [osol-discuss] setting a second permanent loopback interface

2010-07-07 Thread mongaron
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

Re: [osol-discuss] setting a second permanent loopback interface

2010-07-07 Thread Will Fiveash
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

Re: [osol-discuss] setting a second permanent loopback interface

2010-07-07 Thread Brian Ruthven - Solaris Network Sustaining - Oracle UK
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

Re: [osol-discuss] setting a second permanent loopback interface

2010-07-07 Thread Andre Lue
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

Re: [osol-discuss] setting a second permanent loopback interface

2010-07-07 Thread Richard L. Hamilton
> 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

[osol-discuss] setting a second permanent loopback interface

2010-07-05 Thread mongaron
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.