Date: Wed, 23 Oct 2002 21:22:54 +0200 From: Anton <FreeBSD@list.ru> To: freebsd-questions@freebsd.org Cc: Roman_Gudinov@p92.f1.n4613.z2.fidonet.org, Roman Gudinov <admin@pntu.pi.net.ua> Subject: troubles with gateway (Inet->FBSD->W2K) Message-ID: <1924634073.20021023212254@kot.poltava.ua>
next in thread | raw e-mail | index | archive | help
Hello everybody! I can't configure my FreeBSD 4.5R to act as dial-up gateway. I have two machines: FreeBSD and Windows 2000 Pro. I've read and learned the whole 'Pedantic PPP Primer' from www.FreeBSD.org but I can't get access to the Internet from my W2000 workstation. I can connect to my FreeBSD machine through ssh and my FreeBSD can connect to the Internet. Here is it my tracert protocol from W2000 workstation: //////////////////////////////////////////////////////////////// D:\>tracert www.yahoo.com Unable to resolve target system name www.yahoo.com. D:\>tracert 66.218.71.80 Tracing route to 66.218.71.80 over a maximum of 30 hops 1 <10 ms <10 ms <10 ms lizard [10.1.1.2] 2 * * * Request timed out. 3 * * * Request timed out. 4 * * * Request timed out. 5 * * * Request timed out. 6 * * * Request timed out. 7 * * * Request timed out. 8 * * * Request timed out. 9 * * * Request timed out. 10 * * * Request timed out. 11 * * * Request timed out. 12 * * * Request timed out. ... and so on //////////////////////////////////////////////////////////////// 66.218.71.80 - is the Yahoo IP 10.1.1 - is my LAN 10.1.1.2 - is my FreeBSD gateway 10.1.1.1 - is my W2K ws. I set primary gateway on my W2K ws as 10.1.1.2 (FBSD) Here it is part of my rc.conf: //////////////////////////////////////////////////////////////// # Net configuration hostname="lizard.home.domain" network_interfaces="lo0 ed0" ifconfig_lo0="inet 127.0.0.1" ifconfig_ed0="inet 10.1.1.2 netmask 255.0.0.0" gateway_enable="YES" kern_securelevel_enable="NO" sendmail_enable="YES" sshd_enable="YES" //////////////////////////////////////////////////////////////// While loading I see message: IP gateway = YES. Help me pleeease. PS Sorry if my problem is too silly Anton -- "DOOM shall never die, only the players." Ray Davis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1924634073.20021023212254>