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 permanent , so i tried the following to insert > into > the /etc/hostname.lo:1 but without any success after rebooting > > plumb x.x.x.x -arp netmask 255.255.255.255 up > > can anybody tell me what is the right syntax?
Here's what I use to add another virtual interface (10.0.0.1/28) to a physical network device automatically when booting (/etc/hostname.nge0): 129.153.128.101 netmask + broadcast + up addif 10.0.0.1/28 up Hope that helps. -- Will Fiveash Oracle Note my new work e-mail address: will.five...@oracle.com http://opensolaris.org/os/project/kerberos/ Sent using mutt, a sweet text based e-mail app: http://www.mutt.org/ _______________________________________________ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org