dialup question ?

From: Roberto Pereyra (rjpereyra_at_gualeguaychu.gov.ar)
Date: 02/20/04

  • Next message: Sten Daniel Sørsdal: "RE: firewalling policy"
    Date: Fri, 20 Feb 2004 19:37:49 -0300
    To: freebsd-isp@freebsd.org
    
    

    Hi all !

    A question:

    I want to configure a simple dial-up server and have this ppp.conf

    --------------------------
    default:

    pap:
          set debug phase lcp chat
          set timeout 0 set debug phase lcp chat
          enable pap
          set ifaddr 192.168.0.1 192.168.0.101-192.168.0.104 255.255.255.0
          enable proxy
          accept dns
          set dns 192.168.0.1
          load server
          set radius /etc/radius.conf
    ------------------------------------

    My dial-up server (192.168.0.170) is not the internet gateway (192.168.0.1)

    The line:

      set ifaddr 192.168.0.1 192.168.0.101-192.168.0.104 255.255.255.0

    is right ? the first ip must be the system gateway or must be the dial-up server ip ?

    Thanks in advance

    roberto

    _______________________________________________
    freebsd-isp@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-isp
    To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"


  • Next message: Sten Daniel Sørsdal: "RE: firewalling policy"