|
Blue Forest http://www.lslnet.com at 20:18 on April 6, 2006
Freebsd structures of the dhcp server vlan vlan routing methods as +freebsd Long ago as a freebsd vlan more than the three-tier exchange experiment, but always dhcp suddenly broken through 10 bpf limited, while only 10 vlan monitor the dhcp request is cut did not expect it to be in a mainframe wiretapping of so many virtual network adapter, very quickly online today areas. I found bound, first irrigation line first, in order to avoid missing, haha, I used to take your precious ground a long time time to try it
[code]
# Cd /usr/ports/net/isc-dhcp3-server
# Make patch
Now, 1976 work/dhcp-3.0.1rc12/common/discover.c
Line at 138 or so there should be "char buf[2048]"
Change into for example 16384 2048.
Build # make install
Assuming you are building on your gateway.
[/code] |
Freebsd structures of the dhcp server vlan vlan routing methods as +freebsd In truth, "a three-tier exchange freebsd as many vlan experiment" :)
Share your experiences and information? I also wanted to present a similar experiment. . . . |
Freebsd structures of the dhcp server vlan vlan routing methods as +freebsd I used to like here before
Host : The first adjustments that switch port for connecting freebsd trunk, so that information can vlan
The second step : the translation core, add the following :
[code]pseudo-device Vlan 64 # IEEE 802.1Q VLAN Support[/code]
Vlan that which is your number 64, I was here so much, (because so much, must amend dhcp), but not specified as 5.0 version of the future can determine. I do not remember very clearly, we try!
Third step : distribution vlan actually very simple, we can use the same card in rc.conf ifcofnig configuration directives like inside, but personal Bijiaolan customary in rc.local inside alley, although bsd rc.local give up, but I still like
Vi rc.local
[code]
Ifconfig vlan0 vlan 101 vlandev fxp0
Ifconfig vlan1 vlan 102 vlandev fxp0
#fxp0 Is the NIC (network interface card), 101 who is vlan
Ifconfig vlan0 192.168.101.254/24
Ifconfig vlan1 192.168.102.254/24
# Everyone should be able to understand right and does not look at the man on ifconfig
[/code]
In rc.conf, you can also
[code]
Cloned_interfaces= "vlan0"
Ifconfig_vlan0= "inet 192.168.101.254 netmask 255.255.255.0 vlan 101 vlandev fxp0"
Ifconfig_fxp0= "up"
[/code]
The specific allocation of 5. X 4.X and a little different, we can try it, and the allocation of the role I have here is that once the cisco6506 was stolen, or a flood, etc. (Note : dual redundant backup is bad unlikely, huh, huh), I can guarantee the freebsd network orders. |
Freebsd structures of the dhcp server vlan vlan routing methods as +freebsd You have made a similar article? Very practical sense! Ha ha
BSD do the routing between the VLANs with Layer 3 switches and routers, or is there a reason to do basically? A few days ago I would also like to take Taiwan in 1900 to simulate what such an environment! I never thought that first step, whether you!
A full copy of the allocation process?
Might give me a yes, free of haste, even when no reference!
I E-MAIL:wc717@163.com
I think that this article should be added to the cream |
Freebsd structures of the dhcp server vlan vlan routing methods as +freebsd Also, I imagine the BSD environment is not the mainframe to play a DHCP server, do not know whether the environment should be simpler! I think the whole experiment is the key to a virtual network adapter card and IP more to designated to a different VLAN. |
Freebsd structures of the dhcp server vlan vlan routing methods as +freebsd Basically all of the above configuration, I do last year, many of the details are fuzzy, but they are still well-functioning machine now, in the standby state, as dhcp服务 device
Dhcp服务 if we do not do it, then use the machine for other, more needs to be done to the same virtual network adapter, while the monitoring of multiple network interface then, it seems like cisco freebsd is not transmitted every three switches like the dhcp request vlan |
Freebsd structures of the dhcp server vlan vlan routing methods as +freebsd Not like an ordinary card, you use a network adapter supports 802.1q the bar, heard such expensive card, a piece of meters? |
Freebsd structures of the dhcp server vlan vlan routing methods as +freebsd I freebsd machines are equipped with a network adapter intel, HP servers with the kind of
Freebsd intlel the NICs for the best, and are generally not recommended to use the rtl dlink or NIC, in a very poor performance below freebsd |
Freebsd structures of the dhcp server vlan vlan routing methods as +freebsd [quote][i] Note from the original "jiamars" [/i] released :
Basically all of the above configuration, I do last year, many of the details are fuzzy, but they are still well-functioning machine now, in the standby state, as dhcp服务 device
Dhcp服务 if we do not do it, then use the machine for other, more needs to be done to the same virtual network adapter, he? . . . . . . . . . [/quote]
Locate ZP I do, if not many nodes, then no need DHCP. |
Freebsd structures of the dhcp server vlan vlan routing methods as +freebsd DHCP server network adapter must support the premise 802.1Q agreement. 8) |
Freebsd structures of the dhcp server vlan vlan routing methods as +freebsd Please landlord to sort out, I set up for the essence of a good thing. . . |
| |