Re: Strange PPPoE behaviour -- Need help to avoid fees

2003-06-06 Thread Christian Sauer

Adam said:
> I just got a call from my ISP telling me that my DSL has been
> disconnecting and reconnecting every 3 minutes for the past few months,
> and that this is putting a heavy load on their servers. They're
> considering charging me for all this extra bandwidth, as they're certain
> that the problem is on my end.
>
> I don't notice the disconnections here, but maybe the ppp process is
> doing some weirdness that is transparent to me. Here's my ppp.conf:
>
> default:
>  set log Phase Chat LCP IPCP CCP tun command
>  ident user-ppp VERSION (built COMPILATIONDATE)
>
> openweb:
>  set authname [EMAIL PROTECTED]
>  set authkey 
>  set device PPPoE:dc0
>  enable dns
>  enable lqr
>  add default HISADDR
>  set dial
>  set login
>  set mru 1492
>  set reconnect 3 6000
>

according to the man page ... by default the PPP connection times out
after 3 mins.  It suggests using "set timeout 0" to disable it.  try
adding that to the ppp.conf file.

>
> Does anyone see anything suspicious in my configuration that might be
> causing the problem? I'm going to try switching my GNet modem with a
> Daewoo, but I'm thinking that the problem probably lies in my ppp.conf
> settings.
>
> Thanks,
> --
> Adam <[EMAIL PROTECTED]>

-Christian

-- 
Van Buren: "He probably thought a 9mm divorce would be cheaper"
Briscoe: "..And less bloody"

-Law & Order: Season 9 _Formerly Famous_

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How to configure Wireless access with WEP on a laptop AND use DHCPin/etc/rc.conf

2003-06-04 Thread Christian Sauer

John Merryweather Cooper said:
[- snip -]
>
> So, currently, my configuration line looks like:
>
> ifconfig_wi0="inet 10.0.0.1 netmask 255.255.255.0 ssid some-ssid wepmode
> on wepkey some-128-bit-key"
>

put the "ifconfig wi0 ssid some-ssid wepmode on wepkey some-128-bit-key"
command into /etc/start_if.wi0

> And it works fine, provided I run dhclient manually.  But I can't just
> replace the dummies with DHCP (been there, it doesn't work).

and then in /etc/rc.conf, you can go back to ifconfig_wi0="dhcp"

> How should I do this?
>
> jmc
>

-Christian

-- 
Van Buren: "He probably thought a 9mm divorce would be cheaper"
Briscoe: "..And less bloody"

-Law & Order: Season 9 _Formerly Famous_

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"