| Re: Sub-interface In article <1073278404.92492@sj-nntpcache-3>, Haruki Sonehara wrote: > Hi, experts. > > I wonder if I could ask you a question. > I use IBM/T30 PC, which is installed VMware with FreeBSD 4.8 running. > > I tried to make sub-interface of lnc0, which is virual interface of FreeBSD > on VMware, but I did not know how to creat it though I looked > around tons of web-site. > > If you know how to create sub interface like solaris/Linux, > could you please show me? Sub interfaces? Things don't work that way with FreeBSD. If you want aliases, it is perfectly normal for a FreeBSD interface to have more than one ip address associated. So you can just add them: # ifconfig lnc0 add a.dd.re.ss/netmask Note that for an alias inside a subnet that is already represented on the machine you use netmask 32 (255.255.255.255) instead. -- j p d (at) d s b (dot) t u d e l f t (dot) n l . |