<?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: Setup VMWARE Host as router for Solaris, Linux, FreeBSD, and Windows XP Guest OS</title> <atom:link href="http://www.cyberciti.biz/tips/setup-vmware-host-as-router-for-solaris-linux-freebsd-and-windows-xp-guest-os.html/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips/setup-vmware-host-as-router-for-solaris-linux-freebsd-and-windows-xp-guest-os.html</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 10 Feb 2012 20:37:43 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Ludovic Kuty</title><link>http://www.cyberciti.biz/tips/setup-vmware-host-as-router-for-solaris-linux-freebsd-and-windows-xp-guest-os.html#comment-171164</link> <dc:creator>Ludovic Kuty</dc:creator> <pubDate>Thu, 05 May 2011 10:55:27 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/setup-vmware-host-as-router-for-solaris-linux-freebsd-and-windows-xp-guest-os.html#comment-171164</guid> <description>Great tutorial.
Note that the following commands are not strictly necessary:
iptables --append FORWARD --in-interface vmnet1 -j ACCEPT
iptables -A INPUT -i vmnet1 -s 192.168.2.0/24 -d 192.168.1.1 -j ACCEPT
There are just used if the box is secured and the default policy of the forward and input chains is not accept.</description> <content:encoded><![CDATA[<p>Great tutorial.</p><p>Note that the following commands are not strictly necessary:<br
/> iptables &#8211;append FORWARD &#8211;in-interface vmnet1 -j ACCEPT<br
/> iptables -A INPUT -i vmnet1 -s 192.168.2.0/24 -d 192.168.1.1 -j ACCEPT</p><p>There are just used if the box is secured and the default policy of the forward and input chains is not accept.</p> ]]></content:encoded> </item> <item><title>By: S!FE</title><link>http://www.cyberciti.biz/tips/setup-vmware-host-as-router-for-solaris-linux-freebsd-and-windows-xp-guest-os.html#comment-159981</link> <dc:creator>S!FE</dc:creator> <pubDate>Fri, 01 Oct 2010 16:43:29 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/setup-vmware-host-as-router-for-solaris-linux-freebsd-and-windows-xp-guest-os.html#comment-159981</guid> <description>can you put example for virtualbox because i tried but didn&#039;t success .</description> <content:encoded><![CDATA[<p>can you put example for virtualbox because i tried but didn&#8217;t success .</p> ]]></content:encoded> </item> <item><title>By: Rashmi Ranjan</title><link>http://www.cyberciti.biz/tips/setup-vmware-host-as-router-for-solaris-linux-freebsd-and-windows-xp-guest-os.html#comment-143441</link> <dc:creator>Rashmi Ranjan</dc:creator> <pubDate>Sat, 12 Apr 2008 07:28:53 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/setup-vmware-host-as-router-for-solaris-linux-freebsd-and-windows-xp-guest-os.html#comment-143441</guid> <description>The above discussion is helpful if we are trying to set up windos as guest and Linux as host. But my requirement is Windos XP is host and linux is guest. Please let me know how do I establish a connection between the machines.
A quick reply would be really very helpful.</description> <content:encoded><![CDATA[<p>The above discussion is helpful if we are trying to set up windos as guest and Linux as host. But my requirement is Windos XP is host and linux is guest. Please let me know how do I establish a connection between the machines.</p><p>A quick reply would be really very helpful.</p> ]]></content:encoded> </item> <item><title>By: nixcraft</title><link>http://www.cyberciti.biz/tips/setup-vmware-host-as-router-for-solaris-linux-freebsd-and-windows-xp-guest-os.html#comment-39954</link> <dc:creator>nixcraft</dc:creator> <pubDate>Fri, 08 Dec 2006 10:42:52 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/setup-vmware-host-as-router-for-solaris-linux-freebsd-and-windows-xp-guest-os.html#comment-39954</guid> <description>Peter,
You need to add 1 to /proc/sys/net/ipv4/ip_forward (file name is not correct)
Appreciate your post!</description> <content:encoded><![CDATA[<p>Peter,</p><p>You need to add 1 to /proc/sys/net/ipv4/ip_forward (file name is not correct)</p><p>Appreciate your post!</p> ]]></content:encoded> </item> <item><title>By: Peter Burkholder</title><link>http://www.cyberciti.biz/tips/setup-vmware-host-as-router-for-solaris-linux-freebsd-and-windows-xp-guest-os.html#comment-39858</link> <dc:creator>Peter Burkholder</dc:creator> <pubDate>Fri, 08 Dec 2006 05:22:17 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/setup-vmware-host-as-router-for-solaris-linux-freebsd-and-windows-xp-guest-os.html#comment-39858</guid> <description>I got this to work once I remembered:
echo 1 &gt; /proc/sys/net/ipv4/ip_foward
P.</description> <content:encoded><![CDATA[<p>I got this to work once I remembered:</p><p> echo 1 &gt; /proc/sys/net/ipv4/ip_foward</p><p>P.</p> ]]></content:encoded> </item> <item><title>By: nixcraft</title><link>http://www.cyberciti.biz/tips/setup-vmware-host-as-router-for-solaris-linux-freebsd-and-windows-xp-guest-os.html#comment-33735</link> <dc:creator>nixcraft</dc:creator> <pubDate>Fri, 24 Nov 2006 09:31:29 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/setup-vmware-host-as-router-for-solaris-linux-freebsd-and-windows-xp-guest-os.html#comment-33735</guid> <description>There are many ways to disable su. Simple and easy solution is remove su command or put it to /root directory.
Other solution would be remove executable permission for rest of the world.</description> <content:encoded><![CDATA[<p>There are many ways to disable su. Simple and easy solution is remove su command or put it to /root directory.</p><p>Other solution would be remove executable permission for rest of the world.</p> ]]></content:encoded> </item> <item><title>By: inam</title><link>http://www.cyberciti.biz/tips/setup-vmware-host-as-router-for-solaris-linux-freebsd-and-windows-xp-guest-os.html#comment-33517</link> <dc:creator>inam</dc:creator> <pubDate>Fri, 24 Nov 2006 00:36:16 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/setup-vmware-host-as-router-for-solaris-linux-freebsd-and-windows-xp-guest-os.html#comment-33517</guid> <description>can root disable the su command on a system</description> <content:encoded><![CDATA[<p>can root disable the su command on a system</p> ]]></content:encoded> </item> </channel> </rss>
