Date: Tue, 23 May 2000 13:07:37 -0400 From: "B. Carlson" <carls107@msu.edu> To: stable@FreeBSD.ORG Subject: One internet connection for many puters? Message-ID: <392ABAD9.9842D2A8@msu.edu>
next in thread | raw e-mail | index | archive | help
I'm trying to set up FreeBSD 4.0 so I can use more than one computer for the internet, I have a cable modem. I followed these steps: http://freebsd.lanfear.com/howtos/firewall.html This is my rc.conf file, I have two network cards, xl0 xl1, the first xl0 is hooked up directly to the net connection, the 2nd is hooked up to a hub. I recompiled my kernel just like the webpage said, Natd is running. linux_enable="YES" gateway_enable="YES" firewall_enable="YES" firewall_type="open" firewall_quiet="NO" natd_enable="YES" natd_interface="xl0" network_interfaces="xl0 xl1 lo0" ifconfig_xl0="inet 24.19.88.190 netmask 255.255.255.0" defaultrouter="24.19.88.1" sshd_enable="YES" hostname="nurdcave.com" ifconfig_xl1="inet 10.10.10.1 netmask 255.255.0.0" I'm trying to setup another BSD box behind the firewall, I specify it with an IP of 10.10.10.2 and tell it the gateway is at 10.10.10.1 with a netmask of 255.255.0.0 and still point it to the DNS server at 24.2.222.33, which is the server of the cable company. Is there any steps in here that I have missed? Am I sending it to the wrong spot? TIA B. Carlson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?392ABAD9.9842D2A8>