Re: default routing question ZIPB ADSL PPPoA

2005-11-08 Thread Ahnjoan Amous
On 24 Oct 2005 09:22:34 -0400, Lowell Gilbert 
[EMAIL PROTECTED] wrote:

 Ahnjoan Amous [EMAIL PROTECTED] writes:

  The short : I believe the problem I am having is due to routing. A DHCP
  server sends me IP A.B.C.D with a default route of A.B.C.D. dhclient
 isn't
  handling this well and I don't know how to fix it. Windows as well as
 Linux
  DHCP clients do not have a problem with this and I am at my wits end
 trying
  to figure out what combination of route commands will fix my issue.
 
  The long : I have a CellPipe ADSL router/bridge from Lucent. This device
 is
  provided by our ISP. I am exploring the ZIPB functionality of the device
 to
  allow my FreeBSD host to own the public IP. The basics of the
 configuration
  for those unfamiliar is as follows. PPPoA is established by the device
 and
  the the (public) IP acquired through the previous process is delivered
 to a
  host behind that CellPipe via DHCP. After DHCP the device acts as a
  bridge, allowing the internal device to use the public IP as its own.
 I'm
  sure this description is vague but I don't know any other way to
 explain.
 
  Info : After dhclient acquires its info the ethernet interface looks
 like
  this
  ifconfig ethernet interface √ inet A.B.C.D netmask
  255.255.255.255 http://255.255.255.255http://255.255.255.255/
 
  When I connect a windows or Linux host they seem to treat the interface
 as
  the default route and work as expected. With FreeBSD I have tried
 removing
  all routes for the device after assignment, and then adding default
 route
  based on -interface flag for route command. I have also tried opening up
 the
  netmask on the ethernet interface and adding a default route destined
 for
  what I know the PPPoA connections end point is.
 
  Nothing I have tried seems to work. I don't consider myself an expert by
 any
  means but this is clearly beyond my knowledge.
 
  I'm happy to provide any information you need it you have an idea.

 Sounds like it's really an unnumbered interface.
 Did you try the -iface option to route(8)?


  Lowell - The -iface option worked for me. In the short term I have
mutilated the dhclient-script and manually added the -iface option to each
route default line. Not at all pretty but works for now. Thank you again
for the help, it is much appreciated.
 Ahnjoan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: default routing question ZIPB ADSL PPPoA

2005-10-24 Thread Lowell Gilbert
Ahnjoan Amous [EMAIL PROTECTED] writes:

 The short : I believe the problem I am having is due to routing. A DHCP
 server sends me IP A.B.C.D with a default route of A.B.C.D. dhclient isn't
 handling this well and I don't know how to fix it. Windows as well as Linux
 DHCP clients do not have a problem with this and I am at my wits end trying
 to figure out what combination of route commands will fix my issue.
 
 The long : I have a CellPipe ADSL router/bridge from Lucent. This device is
 provided by our ISP. I am exploring the ZIPB functionality of the device to
 allow my FreeBSD host to own the public IP. The basics of the configuration
 for those unfamiliar is as follows. PPPoA is established by the device and
 the the (public) IP acquired through the previous process is delivered to a
 host behind that CellPipe via DHCP. After DHCP the device acts as a
 bridge, allowing the internal device to use the public IP as its own. I'm
 sure this description is vague but I don't know any other way to explain.
 
 Info : After dhclient acquires its info the ethernet interface looks like
 this
 ifconfig ethernet interface √ inet A.B.C.D netmask
 255.255.255.255http://255.255.255.255/
 
 When I connect a windows or Linux host they seem to treat the interface as
 the default route and work as expected. With FreeBSD I have tried removing
 all routes for the device after assignment, and then adding default route
 based on -interface flag for route command. I have also tried opening up the
 netmask on the ethernet interface and adding a default route destined for
 what I know the PPPoA connections end point is.
 
 Nothing I have tried seems to work. I don't consider myself an expert by any
 means but this is clearly beyond my knowledge.
 
 I'm happy to provide any information you need it you have an idea.

Sounds like it's really an unnumbered interface.
Did you try the -iface option to route(8)?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: default routing question ZIPB ADSL PPPoA

2005-10-24 Thread Martin Alejandro Paredes Sanchez
El Dom 23 Oct 2005 20:22, Ahnjoan Amous escribió:
 The long : I have a CellPipe ADSL router/bridge from Lucent. This device is
 provided by our ISP. I am exploring the ZIPB functionality of the device to
 allow my FreeBSD host to own the public IP. The basics of the configuration
 for those unfamiliar is as follows. PPPoA is established by the device and
 the the (public) IP acquired through the previous process is delivered to a
 host behind that CellPipe via DHCP. After DHCP the device acts as a
 bridge, allowing the internal device to use the public IP as its own. I'm
 sure this description is vague but I don't know any other way to explain.

Looks like you are using PPPoA over a modem bridge. How do you connect your 
modem to your PC? (ethernet, usb, ???)

 Info : After dhclient acquires its info the ethernet interface looks like
 this
 ifconfig ethernet interface – inet A.B.C.D netmask
 255.255.255.255http://255.255.255.255/


Send the result of this command, if you want to keep your privacy, change the 
net address.

ifconfig
netstat -rn

Also, I don't understand, what is your problem?

I have a PPPoE connection and the ifconfig give somenthig like this

% ifconfig tun0
tun0: flags=8051UP,POINTOPOINT,RUNNING,MULTICAST mtu 1500
inet 216.136.204.21 -- 204.152.186.171 netmask 0xff00 
Opened by PID 918

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


default routing question ZIPB ADSL PPPoA

2005-10-23 Thread Ahnjoan Amous
The short : I believe the problem I am having is due to routing. A DHCP
server sends me IP A.B.C.D with a default route of A.B.C.D. dhclient isn't
handling this well and I don't know how to fix it. Windows as well as Linux
DHCP clients do not have a problem with this and I am at my wits end trying
to figure out what combination of route commands will fix my issue.

The long : I have a CellPipe ADSL router/bridge from Lucent. This device is
provided by our ISP. I am exploring the ZIPB functionality of the device to
allow my FreeBSD host to own the public IP. The basics of the configuration
for those unfamiliar is as follows. PPPoA is established by the device and
the the (public) IP acquired through the previous process is delivered to a
host behind that CellPipe via DHCP. After DHCP the device acts as a
bridge, allowing the internal device to use the public IP as its own. I'm
sure this description is vague but I don't know any other way to explain.

Info : After dhclient acquires its info the ethernet interface looks like
this
ifconfig ethernet interface – inet A.B.C.D netmask
255.255.255.255http://255.255.255.255/

When I connect a windows or Linux host they seem to treat the interface as
the default route and work as expected. With FreeBSD I have tried removing
all routes for the device after assignment, and then adding default route
based on -interface flag for route command. I have also tried opening up the
netmask on the ethernet interface and adding a default route destined for
what I know the PPPoA connections end point is.

Nothing I have tried seems to work. I don't consider myself an expert by any
means but this is clearly beyond my knowledge.

I'm happy to provide any information you need it you have an idea.

Thanks

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

default routing question ZIPB ADSL PPPoA

2005-10-22 Thread Ahnjoan Amous
 The short : I believe the problem I am having is due to routing. A DHCP
server sends me IP A.B.C.D with a default route of A.B.C.D. dhclient isn't
handling this well and I don't know how to fix it. Windows as well as Linux
DHCP clients do not have a problem with this and I am at my wits end trying
to figure out what combination of route commands will fix my issue.

The long : I have a CellPipe ADSL router/bridge from Lucent. This device is
provided by our ISP. I am exploring the ZIPB functionality of the device to
allow my FreeBSD host to own the public IP. The basics of the configuration
for those unfamiliar is as follows. PPPoA is established by the device and
the the (public) IP acquired through the previous process is delivered to a
host behind that CellPipe via DHCP. After DHCP the device acts as a
bridge, allowing the internal device to use the public IP as its own. I'm
sure this description is vague but I don't know any other way to explain.

Info : After dhclient acquires its info the ethernet interface looks like
this
ifconfig ethernet interface – inet A.B.C.D netmask
255.255.255.255http://255.255.255.255

When I connect a windows or Linux host they seem to treat the interface as
the default route and work as expected. With FreeBSD I have tried removing
all routes for the device after assignment, and then adding default route
based on -interface flag for route command. I have also tried opening up the
netmask on the ethernet interface and adding a default route destined for
what I know the PPPoA connections end point is.

Nothing I have tried seems to work. I don't consider myself an expert by any
means but this is clearly beyond my knowledge.

I'm happy to provide any information you need it you have an idea.

Thanks

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

RE: ADSL PPPoA

2005-06-16 Thread Stephan Weaver

Config stuff.
rc.conf
--
#FireWall Stuff
#---

inetd_enable=NO
sendmail_enable=NO
sendmail_submit_enable=NO
sendmail_outbound_enable=NO
sendmail_msp_queue_enable=NO
check_quotas=NO

gateway_enable=YES
ipnat_enable=YES
ipnat_rules=/etc/ipnat.rules

ipfilter_enable=YES
ipfilter_flags=
ipfilter_rules=/etc/ipf.rules
ipmon_enable=YES
ipmon_flags=-Dsn

#vr0 Connects to DSL MODEM
ifconfig_vr0=inet 192.168.0.1  netmask 255.255.255.0
#---
--
mpd.conf
default:
   load adsl

adsl:
   new -i ng0 adsl adsl
   set bundle authname USER**
   set bundle password PASS***[changed]
   set bundle disable multilink

   set link no pap acfcomp protocomp
   set link disable chap
   set link accept chap
   set link keep-alive 30 10

   set ipcp no vjcomp
   set ipcp ranges 0.0.0.0/0 0.0.0.0/0

   set iface route default
   set iface disable on-demand
   set iface enable proxy-arp
   set iface idle 0

   open

-

mpd.links
--
adsl:
   set link type pptp
   set pptp mode active
   set pptp enable originate outcall
   set pptp self 192.168.0.1
   set pptp peer 192.168.0.254



192.168.0.1 = vr0 interface [ firewall ]
192.168.0.254 = dsl modem/router.



From: fbsd_user [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: Stephan Weaver 
[EMAIL PROTECTED],freebsd-questions@freebsd.org

Subject: RE: ADSL PPPoA
Date: Wed, 15 Jun 2005 13:36:36 -0400

you could help your cry for help by posting your ppp.conf, ppp.log
and firewall rules

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Stephan
Weaver
Sent: Wednesday, June 15, 2005 12:38 PM
To: freebsd-questions@freebsd.org
Subject: ADSL PPPoA


Hello Friendly FreeBSD people.

Let me get straight to the point.

I am implimenting a FreeBSD Based Firewall.

I have an ADSL Speedtouch 5200 Modem/Router, Currently Plugged into
my
Switch.

I want to connect the modem to my FreeBSD Firewall;
So that the FreeBSD Firewall will be creating a PPP connection to my
ISP.
Eg, my xl0 interface will have a PUBLIC Internet Address (IF
Possible?).

My Isp Uses PPPoA, i used the instructions from the handbook, to
setup
'mpd'.
I put the router in 'bridge' mode and connect the Ethernet cable
from the
Dsl Router/Modem to my FreeBSD Firewall.

But i have little success getting the results i want. [The Firewall
dosent
connect to my ISP]

Anyone willing to give me a clue?



Regards,
Stephan Weaver.

[EMAIL PROTECTED]

_
Express yourself instantly with MSN Messenger! Download today it's
FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

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



_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


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


ADSL PPPoA

2005-06-15 Thread Stephan Weaver

Hello Friendly FreeBSD people.

Let me get straight to the point.

I am implimenting a FreeBSD Based Firewall.

I have an ADSL Speedtouch 5200 Modem/Router, Currently Plugged into my 
Switch.


I want to connect the modem to my FreeBSD Firewall;
So that the FreeBSD Firewall will be creating a PPP connection to my ISP.
Eg, my xl0 interface will have a PUBLIC Internet Address (IF Possible?).

My Isp Uses PPPoA, i used the instructions from the handbook, to setup 
'mpd'.
I put the router in 'bridge' mode and connect the Ethernet cable from the 
Dsl Router/Modem to my FreeBSD Firewall.


But i have little success getting the results i want. [The Firewall dosent 
connect to my ISP]


Anyone willing to give me a clue?



Regards,
Stephan Weaver.

[EMAIL PROTECTED]

_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


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


RE: ADSL PPPoA

2005-06-15 Thread fbsd_user
you could help your cry for help by posting your ppp.conf, ppp.log
and firewall rules

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Stephan
Weaver
Sent: Wednesday, June 15, 2005 12:38 PM
To: freebsd-questions@freebsd.org
Subject: ADSL PPPoA


Hello Friendly FreeBSD people.

Let me get straight to the point.

I am implimenting a FreeBSD Based Firewall.

I have an ADSL Speedtouch 5200 Modem/Router, Currently Plugged into
my
Switch.

I want to connect the modem to my FreeBSD Firewall;
So that the FreeBSD Firewall will be creating a PPP connection to my
ISP.
Eg, my xl0 interface will have a PUBLIC Internet Address (IF
Possible?).

My Isp Uses PPPoA, i used the instructions from the handbook, to
setup
'mpd'.
I put the router in 'bridge' mode and connect the Ethernet cable
from the
Dsl Router/Modem to my FreeBSD Firewall.

But i have little success getting the results i want. [The Firewall
dosent
connect to my ISP]

Anyone willing to give me a clue?



Regards,
Stephan Weaver.

[EMAIL PROTECTED]

_
Express yourself instantly with MSN Messenger! Download today it's
FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

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

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


RE: ADSL PPPoA

2005-06-15 Thread Stephan Weaver
i used the mpd config exzactly from the freebsd handbook except changing the 
(4) Values needed to change.




From: fbsd_user [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: Stephan Weaver 
[EMAIL PROTECTED],freebsd-questions@freebsd.org

Subject: RE: ADSL PPPoA
Date: Wed, 15 Jun 2005 13:36:36 -0400

you could help your cry for help by posting your ppp.conf, ppp.log
and firewall rules

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Stephan
Weaver
Sent: Wednesday, June 15, 2005 12:38 PM
To: freebsd-questions@freebsd.org
Subject: ADSL PPPoA


Hello Friendly FreeBSD people.

Let me get straight to the point.

I am implimenting a FreeBSD Based Firewall.

I have an ADSL Speedtouch 5200 Modem/Router, Currently Plugged into
my
Switch.

I want to connect the modem to my FreeBSD Firewall;
So that the FreeBSD Firewall will be creating a PPP connection to my
ISP.
Eg, my xl0 interface will have a PUBLIC Internet Address (IF
Possible?).

My Isp Uses PPPoA, i used the instructions from the handbook, to
setup
'mpd'.
I put the router in 'bridge' mode and connect the Ethernet cable
from the
Dsl Router/Modem to my FreeBSD Firewall.

But i have little success getting the results i want. [The Firewall
dosent
connect to my ISP]

Anyone willing to give me a clue?



Regards,
Stephan Weaver.

[EMAIL PROTECTED]

_
Express yourself instantly with MSN Messenger! Download today it's
FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

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



_
Don't just search. Find. Check out the new MSN Search! 
http://search.msn.com/


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