Date: Thu, 9 May 2013 10:34:30 +0200 (CEST) From: =?ISO-8859-1?Q?Trond_Endrest=F8l?= <Trond.Endrestol@fagskolen.gjovik.no> To: hrkesh sahu <hrisikeshsahu@gmail.com> Cc: FreeBSD questions <freebsd-questions@freebsd.org> Subject: Re: Fresh installation 9.1 Message-ID: <alpine.BSF.2.00.1305091019190.72982@mail.fig.ol.no> In-Reply-To: <CAMB42myZvcABC0p167RtDMxF=Qv0rXxpYi_B9EiVz9HQe-niDg@mail.gmail.com> References: <CAMB42mzLT_T7UEsCASZg6AvQ67=6QwVqrtWy_roWPohK4jO1bw@mail.gmail.com> <CAMB42myZvcABC0p167RtDMxF=Qv0rXxpYi_B9EiVz9HQe-niDg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --2055831798-958174725-1368088427=:72982 Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-1 Content-Transfer-Encoding: 8BIT Content-ID: <alpine.BSF.2.00.1305091033551.72982@mail.fig.ol.no> On Thu, 9 May 2013 12:18+0530, hrkesh sahu wrote: > > HI All, > > > I have a FreeBSD 9.1 Release installed with TWO NIC cards. I was trying to > make this FreeBSD machine as a router . > This is my rc.conf > -------------------------------- > ifconfig_rl0 = "inet 192.168.100.101 netmask 255.255.255.0" > ifconfig_re0="inet 192.168.200.101 netmask 255.255.255.0" > > gateway_enable = "YES" > ifconfig_rl0 = "DHCP" > ifconfig_re0 = "DHCP" > > defaultrouter = "192.168.100.1" > ipv6_activate_all_interfaces = "YES" > sshd_enable = "YES" > synchronous_dhclient="YES" > > Please help me to establish a IPv4 router. > Both the interfaces are connected to to different laptops with a static IP > address. You should place a # in front of the two lines: > ifconfig_rl0 = "DHCP" > ifconfig_re0 = "DHCP" Next, you probably shouldn't place spaces before and after the equal signs. > Laptop 1 = 192.168.100.102 ( connected to interface rl0) gateway - > 192.168.100.1 > > Laptop 2 = 192.168.200.102 ( connected to interface re0) > ping from Laptop1 -> rl0 is successful > but ping from Laptop1 -> re0 is not successful. > > After this I want to know also How to make this as IPv6 router? See http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-ipv6.html. You probably should create a ULA prefix or two, and assign these to your router interfaces. http://www.sixxs.net/tools/grh/ula/ might help you. Something along these lines might help you achieve what you want: ifconfig_rl0_ipv6="inet6 fd8f:d6d0:e6e7:100::1 prefixlen 64" ifconfig_re0_ipv6="inet6 fd44:13de:a366:200::1 prefixlen 64" ipv6_gateway_enable="YES" Finally you probably should configure and enable Router Advertisement and Host Auto Configuration as explained in section 32.11.6 of http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-ipv6.html. -- +-------------------------------+------------------------------------+ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gjøvik Technical College, Norway, | | tlf. mob. 952 62 567, | Cellular...: +47 952 62 567, | | sentralbord 61 14 54 00. | Switchboard: +47 61 14 54 00. | +-------------------------------+------------------------------------+ --2055831798-958174725-1368088427=:72982--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1305091019190.72982>