|
From: John B. <sag...@gm...> - 2007-09-17 21:18:41
|
STILL NOT CONNECTING
Hi Fred,
Probably, from my limited ability to read /etc/init.d/firewall.rules I see
# stop some smurf attacks
echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts
# Stop ICMP redirect
for interface in /proc/sys/net/ipv4/conf/*/accept_redirects; do
echo "0" > ${interface}
done
In addition to ping, I tried to simply open pages with Mozilla and failed.
All I did was make sure my ethernet cards were supported and selected the
setup option configure as a 2 card firewall
Do I need to edit anything else?
Thanks,
Chip
On 9/17/07, Fred Frigerio <ffr...@lo...> wrote:
>
> If I remember correctly the firwall script (/etc/init.d/firewall.rules)
> blocks ICMP (ping). I am rolling my own using fwbuilder since neither of
> the templates provided directly work for me. Fwbuilder is free for
> linux, for Windows I think you have to pay.
>
>
> Fred Frigerio
> Locust USA
>
> This electronic message transmission contains information from Locust
> USA which may be confidential or privileged. The information is
> intended to be for the use of the individual or entity named above. If
> you are not the intended recipient, be aware that any disclosure,
> copying, distribution or use of the contents of this information is
> prohibited. If you have received this electronic transmission in error,
> please notify us by telephone (305-889-5410) or by reply via electronic
> mail immediately.
>
> -----Original Message-----
> From: dev...@li...
> [mailto:dev...@li...] On Behalf Of
> John Boden
> Sent: Monday, September 17, 2007 1:50 PM
> To: dev...@li...
> Subject: Re: [Devil-Linux-discuss] no NAT from newbie
>
> Hi Bruce,
>
> Thanks for the advise.
>
> after removing the router,
> with
> XP <--> DL <--> cable modem
>
> from DL: ping yahoo.com works
> ping 216.109.112.135 (aka yahoo) works
>
> from XP: ping DL (well ping 192.168.1.254) works
> ping outside addr ( 69.181.170.104) FAILS
> ping yahoo FAILS
> ping 216.109.112.135 (aka yahoo) FAILS
>
>
> >> I STILL NEED MORE HELP <<
>
> Thanks,
> Chip
>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Devil-linux-discuss mailing list
> Dev...@li...
> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss
>
|