<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="0.92">
<channel>
	<title>FreeBSD India</title>
	<link>http://www.freebsdindia.com</link>
	<description>FreeBSD Community India</description>
	<lastBuildDate>Fri, 15 Jun 2007 21:04:27 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How to change IP address or setup new ip address to existing NIC in FreeBSD</title>
		<description>1) Use ifconfig command as follows:
ifconfig interface inet IP

Example(s):
ifconfig fxp0 inet 192.168.1.5

Note fxp0 is Ethernet interface name can be Obtained using ifconfig -a command.

2) To setup up ip permanently open file /etc/rc.conf ; add/modify network entries:
vi /etc/rc.conf

And setup values as follows:
hostname=”box1.freebsd.org.in”
ifconfig_fxp0=”inet 192.168.1.6 netmask 255.255.255.0″

Note ifconfig_fxp0 is Ethernet interface name can ...</description>
		<link>http://www.freebsdindia.com/2007/06/12/how-to-change-ip-address-or-setup-new-ip-address-to-existing-nic-in-freebsd/</link>
			</item>
	<item>
		<title>How to add multiple IP to a single NIC in FreeBSD</title>
		<description>FreeBSD allows you creat alias or assign multiple ip address to single NIC (network interface card)

My setup:
fxp0 - IP : 192.168.1.1/255.255.255.0
fxp0 alias - IP : 192.168.1.5/255.255.255.255

Note: Netmask must be diffrent otherwise you will get an error ifconfig: ioctl (SIOCAIFADDR): File exists

A) From command line use ifconfig command as follows:
# ifconfig ...</description>
		<link>http://www.freebsdindia.com/2007/06/12/how-to-add-multiple-ip-to-a-single-nic-in-freebsd/</link>
			</item>
	<item>
		<title>FreeBSD India Forums Launched</title>
		<description>We have now launched FreeBSD India Forum. You can visit our forums at

http://forums.freebsdindia.com

Please register yourself in forums and do post in it. </description>
		<link>http://www.freebsdindia.com/2007/06/10/freebsd-india-forums-launched/</link>
			</item>
	<item>
		<title>Installing a Proxy Server on FreeBSD - Privoxy</title>
		<description>Setting up proxy on a FreeBSD server is very easy and helps to create a secure environment for your network, and also allows your whole network to access internet using a single internet connection.
Privoxy is a good proxy server. It's very easy to use and worked well.

Installation
# cd /usr/ports/www/privoxy
# make ...</description>
		<link>http://www.freebsdindia.com/2007/06/09/installing-a-proxy-server-on-freebsd-privoxy/</link>
			</item>
	<item>
		<title>Setting Up VPN on FreeBSD using &#8220;mpd&#8221;</title>
		<description>1) Install "mpd" from ports:

 cd /usr/ports/net/mpd
make install

2)  Once it's done edit the sample configuration file in /usr/local/etc/mpd:

 cd /usr/local/etc/mpd
vi (or your favourite editor) mpd.conf

3) Add this to your mpd.conf:

 default:
load pptp1

pptp1:
new -i ng0 pptp1 pptp1
set iface disable on-demand
set iface enable proxy-arp
set iface idle 0
set iface enable tcpmssfix
set bundle ...</description>
		<link>http://www.freebsdindia.com/2007/05/31/setting-up-vpn-on-freebsd-using-mpd/</link>
			</item>
	<item>
		<title>Errors with mounting Directory using smbfs in FreeBSD with apache</title>
		<description>When trying to serve a directory mounted with mount_smbfs on FreeBSD with the Apache 2.0.x server, large files (over 100K or so) won’t transfer correctly. To fix this problem use the EnableSendfile off directive within your Global, Directory or VirtualHost config. </description>
		<link>http://www.freebsdindia.com/2007/05/30/errors-with-mounting-directory-using-smbfs-in-freebsd-with-apache/</link>
			</item>
	<item>
		<title>Using Portupgrade in FreeBSD</title>
		<description>To install portupgrade :
# cd /usr/ports/sysutils/portupgrade/
# make install distclean
Backup your package database before you start!
# cd /var/db
# tar cvfz var.db.pkg.tgz pkg
Fix Duplicate package or dependency:

     # /usr/local/sbin/pkgdb -F

Updating All Ports:

     # # /usr/local/sbin/portupgrade  -ra </description>
		<link>http://www.freebsdindia.com/2007/05/30/using-portupgrade-in-freebsd/</link>
			</item>
	<item>
		<title>Using portupgrade inside jails with readonly ports mounted</title>
		<description>The ports are mounted with mount_nullfs.

M=”/sbin/mount_nullfs -o rdonly /jailsata/PORTS/ports ”
$M /afs1/JAIL/Somejail1/usr/ports

In all jails there is a /etc/make.conf with in it
# jail
WRKDIRPREFIX    =       /var/tmp
PORTS_INDEX     =       /var/tmp/INDEX
DISTDIR       ...</description>
		<link>http://www.freebsdindia.com/2007/05/30/using-portupgrade-inside-jails-with-readonly-ports-mounted/</link>
			</item>
	<item>
		<title>Multiple Ip’s on FreeBSD 6.1-p3 jail</title>
		<description>There is a patch available, not official though, so use it at your own risk:

http://people.freebsd.org/~pjd/patches/jail_2006012001.patch

for more details please visit:

http://blog.cg.nu/?cat=5 </description>
		<link>http://www.freebsdindia.com/2007/05/30/multiple-ip%e2%80%99s-on-freebsd-61-p3-jail/</link>
			</item>
	<item>
		<title>Using portsnap to update ports</title>
		<description>If you have freebsd 4.x or lower, you need to first install portsnap from ports.

If you have freebsd 5.x or above, portsnap comes with the base, so you don’t need to install it.

If you are using portsnap for the first type

type

portsnap  fetch extract update

then after whenever you want to ...</description>
		<link>http://www.freebsdindia.com/2007/05/30/using-portsnap-to-update-ports/</link>
			</item>
</channel>
</rss>
