New Zealand ADSL Mailing List


Re: woosh and freebsd(linux) pppoe

From: Andrei Cheikhot <sheyh_at_xtra.co.nz>
Date: Fri, 5 Dec 2003 10:53:21 -0800
Message-ID: <14784680494.20031205105321@xtra.co.nz>

Hi,

Thanks for all replies I got.
I finally got it working.

Here is quick manual for those who will try to do it in future.

1. Register your modem on windows pc.
2. Restart the modem and connect it to your freebsd.
3. To activate my NIC I put these into /etc/rc.conf

network_interfaces="vr0 lo0"
ifconfig_rl0="media 10baseT/UTP up"

3. Reboot and check the nic status.
[sheyh@sheyh]% ifconfig vr0
vr0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet6 fe80::205:5dff:fee0:b482%vr0 prefixlen 64 scopeid 0x1
        ether 00:05:5d:e0:b4:82
        media: Ethernet autoselect (10baseT/UTP)
        status: active

Note: NIC must be in active status.
My problem was 'no carrier' status of my nic. That was CABLE problem.
I changed cable and it become active. So if you are getting 'no carrier'
check your cable.

4. Setup pppoe.
lines from /etc/ppp.conf

#########################################3
default:
 set log Phase Chat LCP IPCP CCP tun command

woosh:
  set device PPPoE:vr0
  set mode ddial
  set authname username@woosh.co.nz
  set authkey yourpassword
  set speed sync
  set mru 1458
  set mtu 1458
  set dial
  set login
  set ifaddr 0.0.0.0/0 0.0.0.0/0 255.255.255.0 0.0.0.0
  add default HISADDR
#####################################
        
Note: mtu 1458 is important for www to work. I couldn't get any website opened with
the default mtu. However any other network activity was fine.

5. Now you can check your connection with:

[root@sheyh]# ppp -ddial woosh

if everything fine you are connected now. Try to ping some hosts.

6. To activate woosh at startup put these lines in /etc/rc.conf

ppp_enable="YES"
ppp_mode="ddial"
ppp_nat="NO"
ppp_profile="woosh"

you may want to activate nat as well, but I don't really need it.

Some links:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pppoe.html

That's it :)
-------------------------------------------

Regards,
Andrei

===========================================
http://bsdzone.org

Wednesday, December 3, 2003, 4:10:53 PM, you wrote:

AC> Hello all,

AC> I'm having problem installing Woosh modem on FreeBSD and Linux as
AC> well. Modem works fine on windows(usb).

AC> First I tried just setting pppoe on FreeBSD like it said in the manual
AC> (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pppoe.html)
AC> but I couldn't connect and it looks like nic is not speaking with the
AC> modem at all.

AC> Then I installed linux(slackware) to check if it's gonna work or not.
AC> As the woosh support told me that the modem will work with 'Roaring
AC> Penguin' Ethernet client software, so I tried that and still got the
AC> same result (TIMEOUT message).

AC> How to make my NIC communicate with this modem on unix?

AC> Thanks in advance,
AC> Andrei

-- 
This message is part of the NZ ADSL mailing list. 
see http://unixathome.org/adsl/ for archives, FAQ, 
and various documents. 
To unsubscribe: send mail to majordomo@lists.unixathome.org 
with "unsubscribe adsl" in the body of the message 
 
Received on Fri Dec 5 10:51:47 2003

This archive was generated by hypermail 2.2.0 : Thu Nov 30 11:48:27 2006 EST