Date: Thu, 9 May 2013 12:18:36 +0530 From: hrkesh sahu <hrisikeshsahu@gmail.com> To: freebsd-questions@freebsd.org Subject: Re: Fresh installation 9.1 Message-ID: <CAMB42myZvcABC0p167RtDMxF=Qv0rXxpYi_B9EiVz9HQe-niDg@mail.gmail.com> In-Reply-To: <CAMB42mzLT_T7UEsCASZg6AvQ67=6QwVqrtWy_roWPohK4jO1bw@mail.gmail.com> References: <CAMB42mzLT_T7UEsCASZg6AvQ67=6QwVqrtWy_roWPohK4jO1bw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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. 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? Regards Hrisikesh > Regards > Hrisikesh >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMB42myZvcABC0p167RtDMxF=Qv0rXxpYi_B9EiVz9HQe-niDg>