Barry Treahy <[EMAIL PROTECTED]> wrote:
>
> > The masq box can't send anything out its own interface, directly?
> > Ethernet card failure? Does "arp -an" show the mac address of your
> > DSL modem? Does ifconfig down/up on eth0 reset the card and make it
> > work again?
>
> I will try both suggestions on the next occurance. Since the DSL
> circuit is at my home, I can't do it from work when it fails and if I
> do it now while it is working, I'm not sure it will do anything except
> disconnect me when I do the ifconfig down... :-0
Not to mention that if the system were failing, you wouldn't be able to
telnet in from work... right?
I also think you should consider this seriously:
> Can you log the packets using input rules, and show that you see the
> pings coming in your eth0, and the replies going out?
In other words, log ICMP traffic to and from your system, to demonstrate
whether it is working or not. These rules ought to do the trick:
ipfwadm -I -a accept -o -W eth0 -P icmp
ipfwadm -O -a accept -o -W eth0 -P icmp
This will log any ICMP packet that comes in or goes out your eth0
interface. If your system fails, and your ISP claims that they are
pinging you, check your "dmesg" output to see if the pings are really
reaching your system or not.
--
[EMAIL PROTECTED] (Fuzzy Fox) || "Nothing takes the taste out of peanut
sometimes known as David DeSimone || butter quite like unrequited love."
http://www.dallas.net/~fox/ || -- Charlie Brown
_______________________________________________
Masq maillist - [EMAIL PROTECTED]
http://tiffany.indyramp.com/mailman/listinfo/masq
Admin requests can be handled by web (above) or [EMAIL PROTECTED]