Date: Mon, 8 Dec 2003 12:52:47 -0800 From: Clayton F <nospam@bitheaven.net> To: "joshua lokken" <joshlokken@hotmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Routing problem Message-ID: <7A71350B-29C0-11D8-8D30-000393C2C922@bitheaven.net> In-Reply-To: <BAY7-F18jiMjGNRPNTW00019a6c@hotmail.com> References: <BAY7-F18jiMjGNRPNTW00019a6c@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
This setup appears a little confusing. Does your ISP give you a static or dynamic IP address to the internet? It would also help to see the interface configuration info in your rc.conf file. generally speaking, your external interface should have the ip address assigned by your isp, not a private network address like you describe. You should also have a valid address to a dns server, rather than being referred to your dsl modem's private ip address. #my rc.conf (cable modem, with ip dynamically assigned - I'm using 192.168.1.0 as my private network range) gateway_enable="YES" defaultrouter="192.168.1.1" network_interfaces="fxp0 dc0 lo0" hostname="vesta.bitheaven.net" ifconfig_fxp0="DHCP" ifconfig_dc0="inet 192.168.1.1 netmask 255.255.255.0" If this doesn't help, send more info On Dec 8, 2003, at 12:22 PM, joshua lokken wrote: > Hello, > > Running 4.9-stable. Here is a brief overview of the network I'm > setting up. > > ***Internet*** > | > DSL modem (192.168.1.1, netmask 255.255.255.252, assigned by ISP) > | > FreeBSD gateway external (192.168.1.2, netmask 255.255.255.252, > assigned by ISP) > | > FreeBSD gateway internal (10.0.0.1, netmask 255.255.255.0) > | > LAN (clients, 10.0.0.x, netmask 255.255.255.0) > > > LAN clients can access boh gateway interfaces by hostname and IP. > Clients are > setup to use 192.168.1.2 for DNS, and 192.168.1.2 uses 192.168.1.1 for > DNS. > I cannot get any traffic to reach (let alone pass) the DSL modem from > the clients. > > I have tried this with the FreeBSD gateway, a Win2k gateway, and > Linksys router. > Under any setup, the result is the same. My ISP's support desk has > been > absolutely no help. Can anyone tell what the problem may be here? > Thanks in > advance for any help. > > > -- > Best Regards, > > Joshua Lokken > > _________________________________________________________________ > Wonder if the latest virus has gotten to your computer? Find out. Run > the FREE McAfee online computer scan! > http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7A71350B-29C0-11D8-8D30-000393C2C922>