|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
freebsd 5.2.1RC and router => accessing inet
Hi,
I just installed the latest freebsd release, everything is fine except for internet. I have an ADSL (24/7) connection (PPPoE), a zyxel router and a switch (to share the connection between 2 PCs). The ethernet interface (vr0) is detected on boot. The router is on 192.168.1.33 and the freebsd box should be on 192.168.1.2 Here's my /etc/ppp/ppp.conf: Code:
adsl: set device PPPoE:vr0 set mode ddial set authname ********* set authkey ******** set speed sync set mru 1492 set mtu 1492 set ifaddr 192.168.1.2 192.168.1.1-192.168.1.199 255.255.255.0 # add default HISADDR # add 0 0 HISADDR # add 0 0 127.0.0.1 enable dns nat enable yes # ppp -ddial adsl Working in ddial mode Using interface: tun3 but doing a ping, every packet is lost. Then I tried with dhcp (adding 'ifconfig_vr0="DHCP"' to /etc/rc.conf), but I still can't access to the internet. please help ![]() |
|
#2
|
|||
|
|||
|
Hi,
You say that you have a router?? and a 24/7 dsl connection. Not sure if trying to config ppp on your BSD box is the way to go. Why not get your router/modem to do the connection and then point the BSD at the router??? defaultrouter="192.168.1.33" Hope this helps ........ Lupus |
|
#3
|
|||
|
|||
|
I just installed 5.2.1 too, and had some problems with my ADSL. I'm using a D-Link router.
It worked when I started 'named'. Got my IP from DHCP. |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > BSD Help > freebsd 5.2.1RC and router => accessing inet |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|