This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how configure routed network with pppoe?

hi all,

i'm use the isp titan-dsl.de and the dsl comes from german telekom (adsl, dial up).

i dial in with pppoe an get every dial in the ip 217.140 .81.218, and the internetprovider route the network 217.140.85.224/27 on this public ip.

the dialup is no problem, but how i configure the astaro and the network for this configuration?

e.g. i want the ip 217.140.85.225 for the lan interface of the astaro, 217.140.85.226 for the first server, 217.140.85.227 for the seceonder server and so on, but how i configurae this on the astaro?

many thanks for your help!


This thread was automatically locked due to age.
Parents
  • [ QUOTE ]
    ... the dialup is no problem, but how i configure the astaro and the network for this configuration?

    e.g. i want the ip 217.140.85.225 for the lan interface of the astaro, 217.140.85.226 for the first server, 217.140.85.227 for the seceonder server and so on, but how i configurae this on the astaro?
     

    [/ QUOTE ]

    Interface:
    Lan IP:       217.140.85.225
    Networkmask: /27
    def. GW:  leave blank because of PPP-if

    1. Server 
    IP: 217.140.85.226 
    Netmask: /27  
    def. GW: Astaro Lan IP = 217.140.85.225

    2. Server
    IP: 217.140.85.227
    etc.

    Don't forget FW Rule and do not masquerade on PPPoE Interface

    greetz
     Claus
Reply
  • [ QUOTE ]
    ... the dialup is no problem, but how i configure the astaro and the network for this configuration?

    e.g. i want the ip 217.140.85.225 for the lan interface of the astaro, 217.140.85.226 for the first server, 217.140.85.227 for the seceonder server and so on, but how i configurae this on the astaro?
     

    [/ QUOTE ]

    Interface:
    Lan IP:       217.140.85.225
    Networkmask: /27
    def. GW:  leave blank because of PPP-if

    1. Server 
    IP: 217.140.85.226 
    Netmask: /27  
    def. GW: Astaro Lan IP = 217.140.85.225

    2. Server
    IP: 217.140.85.227
    etc.

    Don't forget FW Rule and do not masquerade on PPPoE Interface

    greetz
     Claus
Children
  • [ QUOTE ]
    [ QUOTE ]
    ... the dialup is no problem, but how i configure the astaro and the network for this configuration?

    e.g. i want the ip 217.140.85.225 for the lan interface of the astaro, 217.140.85.226 for the first server, 217.140.85.227 for the seceonder server and so on, but how i configurae this on the astaro?
     

    [/ QUOTE ]

    Interface:
    Lan IP:       217.140.85.225
    Networkmask: /27
    def. GW:  leave blank because of PPP-if

    1. Server 
    IP: 217.140.85.226 
    Netmask: /27  
    def. GW: Astaro Lan IP = 217.140.85.225

    2. Server
    IP: 217.140.85.227
    etc.

    Don't forget FW Rule and do not masquerade on PPPoE Interface

    greetz
     Claus 

    [/ QUOTE ]

    It seemed I understood the question wrong. Since it is PPPoE your provider already knows that the range belongs to your public IP. So no multiple IPs on the external NIC necessary. The only thing you have to do is explained above. Below is a short explanation form the Knowledgebase.


    Summary:
        There is no need to create all IP addresses. However, on a PPPoE interface you can only specify one IP. The remaining IPs will be directed to Astaro Security Linux anyway, because PPPoE is a point to point connection.

        Using a PPPoE provider makes it unnecessary to assign the additional addresses to any interface. The respective Internet Service Provider is already forwarding all traffic that is destined for these addresses to the PPPoE interface that you have created. By the same token, the router (knowing of the PPPoE connection) will send any respective packets back down the pipe to the Internet Service Provider.

    Further Information:
        To forward traffic that is destined for a special IP:
        All you have to do is to define these addresses in your network definitions, one by one, and then configure the appropriate DNAT/SNAT Rules / Filter Rules using the previously defined public addresses. Although this instruction might sound unusual, it works by design of the point-to-point over Ethernet protocol.
  • Really a great job ! 

    Copy & paste seems to be your best friend....

    http://portal.knowledgebase.net/article.asp?article=111710&p=5956
  • coooool, it works. thanks a lot for your help all!