<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: FreeBSD VLAN Configuration</title> <atom:link href="http://www.cyberciti.biz/faq/howto-configure-freebsd-vlans-with-ifconfig-command/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/howto-configure-freebsd-vlans-with-ifconfig-command/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Robin Garen Aaberg</title><link>http://www.cyberciti.biz/faq/howto-configure-freebsd-vlans-with-ifconfig-command/#comment-67623</link> <dc:creator>Robin Garen Aaberg</dc:creator> <pubDate>Fri, 27 Jan 2012 11:26:37 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-configure-freebsd-vlans-with-ifconfig-command/#comment-67623</guid> <description>Hei Macs R we.
VPN and Vlans are different concepts. VLAN is virtual LAN, or virtual broadcast domains.   If you have a switch with some ports on vlan 1 and others  on vlan 2 that setup is equivalent to having two physical switches.
VPN is Virtual Private Network, and is a tunneling concept that lets you be in a network through another network. All encrypted so it wont be eavesdropped.  To look for vpn configuration on free BSD, search for VPN or virtual Private Network. Not Vlan.
Best regards
Robin
Communica (http://komsys.org)</description> <content:encoded><![CDATA[<p>Hei Macs R we.<br
/> VPN and Vlans are different concepts. VLAN is virtual LAN, or virtual broadcast domains.   If you have a switch with some ports on vlan 1 and others  on vlan 2 that setup is equivalent to having two physical switches.</p><p>VPN is Virtual Private Network, and is a tunneling concept that lets you be in a network through another network. All encrypted so it wont be eavesdropped.  To look for vpn configuration on free BSD, search for VPN or virtual Private Network. Not Vlan.</p><p>Best regards<br
/> Robin<br
/> Communica (<a
href="http://komsys.org" rel="nofollow">http://komsys.org</a>)</p> ]]></content:encoded> </item> <item><title>By: Corebug</title><link>http://www.cyberciti.biz/faq/howto-configure-freebsd-vlans-with-ifconfig-command/#comment-56313</link> <dc:creator>Corebug</dc:creator> <pubDate>Mon, 14 Mar 2011 11:31:14 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-configure-freebsd-vlans-with-ifconfig-command/#comment-56313</guid> <description>It&#039;s also possible to do so in rc.conf:
cloned_interfaces=&quot; vlan666 &quot;
ifconfig_vlan2551=&quot;inet 172.16.0.1/30 vlan 666 vlandev em0 name SOME-VLAN-NAME&quot;
And it really helps to understand which vlan is connected to what.</description> <content:encoded><![CDATA[<p>It&#8217;s also possible to do so in rc.conf:</p><p>cloned_interfaces=&#8221; vlan666 &#8221;<br
/> ifconfig_vlan2551=&#8221;inet 172.16.0.1/30 vlan 666 vlandev em0 name SOME-VLAN-NAME&#8221;</p><p>And it really helps to understand which vlan is connected to what.</p> ]]></content:encoded> </item> <item><title>By: Vivek Gite</title><link>http://www.cyberciti.biz/faq/howto-configure-freebsd-vlans-with-ifconfig-command/#comment-42166</link> <dc:creator>Vivek Gite</dc:creator> <pubDate>Sun, 21 Jun 2009 15:53:36 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-configure-freebsd-vlans-with-ifconfig-command/#comment-42166</guid> <description>@Ted ,
Thanks for the heads-up.</description> <content:encoded><![CDATA[<p>@Ted ,</p><p>Thanks for the heads-up.</p> ]]></content:encoded> </item> <item><title>By: Ted</title><link>http://www.cyberciti.biz/faq/howto-configure-freebsd-vlans-with-ifconfig-command/#comment-41249</link> <dc:creator>Ted</dc:creator> <pubDate>Sat, 18 Apr 2009 18:02:15 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-configure-freebsd-vlans-with-ifconfig-command/#comment-41249</guid> <description>Just a heads up - there&#039;s a minor typo  - on the second line, you&#039;re missing a space between vlan and 5
&lt;code&gt;ifconfig vlan5 10.0.0.1 netmask 255.255.255.0 vlan5 vlandev em0&lt;/code&gt;
should be
&lt;code&gt;ifconfig vlan5 10.0.0.1 netmask 255.255.255.0 vlan 5 vlandev em0&lt;/code&gt;</description> <content:encoded><![CDATA[<p>Just a heads up &#8211; there&#8217;s a minor typo  &#8211; on the second line, you&#8217;re missing a space between vlan and 5<br
/> <code>ifconfig vlan5 10.0.0.1 netmask 255.255.255.0 vlan5 vlandev em0</code><br
/> should be<br
/> <code>ifconfig vlan5 10.0.0.1 netmask 255.255.255.0 vlan 5 vlandev em0</code></p> ]]></content:encoded> </item> <item><title>By: Macs R We</title><link>http://www.cyberciti.biz/faq/howto-configure-freebsd-vlans-with-ifconfig-command/#comment-40303</link> <dc:creator>Macs R We</dc:creator> <pubDate>Sun, 15 Feb 2009 01:59:53 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/howto-configure-freebsd-vlans-with-ifconfig-command/#comment-40303</guid> <description>Having tried these commands, it appears that what they achieve is to configure a VLAN server connection (if that is an accurate term).  I came here hoping to find a shell command set that would let me connect to an existing external VLAN a a client -- in other words, the command-line equivalent of defining a &quot;VPN (PPTP)&quot; connection in Internet Connect and connecting to it.  Background: I monitor a WISP LAN from off the physical LAN, using a VPN connection to gain access to the LAN IP addresses.  I need to have the VPN automatically connected at startup, plus devise a watchdog that will re-establish it when it drops.  For that, I need the shell-command equivalent of the &quot;Connect&quot; button in Internet Connect.</description> <content:encoded><![CDATA[<p>Having tried these commands, it appears that what they achieve is to configure a VLAN server connection (if that is an accurate term).  I came here hoping to find a shell command set that would let me connect to an existing external VLAN a a client &#8212; in other words, the command-line equivalent of defining a &#8220;VPN (PPTP)&#8221; connection in Internet Connect and connecting to it.  Background: I monitor a WISP LAN from off the physical LAN, using a VPN connection to gain access to the LAN IP addresses.  I need to have the VPN automatically connected at startup, plus devise a watchdog that will re-establish it when it drops.  For that, I need the shell-command equivalent of the &#8220;Connect&#8221; button in Internet Connect.</p> ]]></content:encoded> </item> </channel> </rss>
