Re: multi-homing in freebsd

2013-03-16 Thread Daniel Nebdal
On Sat, Mar 16, 2013 at 5:00 PM, Gary Palmer wrote: > On Sat, Mar 09, 2013 at 01:29:27PM +0100, Daniel Nebdal wrote: >> Going by Zaphod's recommendation of using a /32 for each IP, how about this? >> >> ifconfig arge0 inet 192.168.1.100/32 >> ifconfig arge0 alias 192.169.1.100/32 >> >> I wouldn't

Re: multi-homing in freebsd

2013-03-16 Thread Gary Palmer
On Sat, Mar 09, 2013 at 01:29:27PM +0100, Daniel Nebdal wrote: > Going by Zaphod's recommendation of using a /32 for each IP, how about this? > > ifconfig arge0 inet 192.168.1.100/32 > ifconfig arge0 alias 192.169.1.100/32 > > I wouldn't recommend 192.169, though - only 192.168.x.x is reserved >

Re: multi-homing in freebsd

2013-03-09 Thread Zaphod Beeblebrox
On Sat, Mar 9, 2013 at 8:57 AM, Yasir hussan wrote: > i want to have differnet ips`s and each should have different interface, > it could be a virtual interface. like u can made it like > > *ifconfig arge0.1 create* > > but each ip should able to access from differnet machine > > This is linux-sp

Re: multi-homing in freebsd

2013-03-09 Thread Daniel Nebdal
Oh, you specifically need them to have different interfaces? That's a bit more complicated. I guess you could rig something with netgraph (ngctl and such), but I'm not familiar with it... -- Daniel Nebdal On Sat, Mar 9, 2013 at 2:57 PM, Yasir hussan wrote: > i want to have differnet ips`s and ea

Re: multi-homing in freebsd

2013-03-09 Thread Yasir hussan
i want to have differnet ips`s and each should have different interface, it could be a virtual interface. like u can made it like *ifconfig arge0.1 create* but each ip should able to access from differnet machine On Sat, Mar 9, 2013 at 7:29 AM, Daniel Nebdal wrote: > Going by Zaphod's recommen

Re: multi-homing in freebsd

2013-03-09 Thread Daniel Nebdal
Going by Zaphod's recommendation of using a /32 for each IP, how about this? ifconfig arge0 inet 192.168.1.100/32 ifconfig arge0 alias 192.169.1.100/32 I wouldn't recommend 192.169, though - only 192.168.x.x is reserved for private networks, and 192.169 is a valid IP-routable prefix, assigned to

Re: multi-homing in freebsd

2013-03-09 Thread Erich Dollansky
Hi, On Sat, 9 Mar 2013 03:04:00 -0500 Yasir hussan wrote: > i just want to run multiple IPs for single network card in freebsd it should work with alias of ifconfig Erich > > On Sat, Mar 9, 2013 at 2:55 AM, Yasir hussan > wrote: > > > Hi, > > > > Does any

Re: multi-homing in freebsd

2013-03-09 Thread Yasir hussan
Kindly will u give me example with cammand line, which can test on my freebsd machine, i want two ips 192.168.1.100 and 192.169.1.100 to be work on single network interface, my default interface for network is arge0 On Sat, Mar 9, 2013 at 3:08 AM, Zaphod Beeblebrox wrote: > On Sat, Mar 9, 2013 a

Re: multi-homing in freebsd

2013-03-09 Thread Zaphod Beeblebrox
On Sat, Mar 9, 2013 at 3:04 AM, Yasir hussan wrote: > i just want to run multiple IPs for single network card in freebsd > > OK. A better question. About the only caution I can give here (assuming you don't mean something more interesting like vlans and whatnot) is that if both IP addresses are

Re: multi-homing in freebsd

2013-03-09 Thread Zaphod Beeblebrox
On Sat, Mar 9, 2013 at 2:55 AM, Yasir hussan wrote: > > Does anyone know usage of multi-homing in freebsd, if YES kindly guid me > how i can test it on my own PC. > > This question seems almost so simple as to be a trick question. By definition, put two ethernet cards in your F

Re: multi-homing in freebsd

2013-03-09 Thread Yasir hussan
i just want to run multiple IPs for single network card in freebsd On Sat, Mar 9, 2013 at 2:55 AM, Yasir hussan wrote: > Hi, > > Does anyone know usage of multi-homing in freebsd, if YES kindly guid me > how i can test it on my own PC

multi-homing in freebsd

2013-03-08 Thread Yasir hussan
Hi, Does anyone know usage of multi-homing in freebsd, if YES kindly guid me how i can test it on my own PC. Thanks ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to