Quantcast
Channel: NethServer Community - Latest posts
Viewing all articles
Browse latest Browse all 110529

PPPoE Web Gui setup

$
0
0

After some testing of lo:1 loopback settings on my gateway, I was able to determine that the /30 IP does respond to remote pings. However, it did not forward any other connections to my mail server. So instead I removed the lo:1 and added another ethernet card on the gateway, assigning the first /30 IP to it as well as putting it in the red zone. Upon reboot I lost the default route on pppoe. So I added it manually. Then it all worked. I then assigned the next /30 IP to the mail server eth0 port and put it in the red zone.

Is there anyway in the WEBGUI to force pppoe to provide the default route? I think the problem might be that there are two red zone interfaces in two different subnets. I checked the ipcfg-ppp0 file and found a line that reads:

DEFROUTE='no'

Am I correct in assuming that indicates that ppp0 is not set as the default route on coming up?

Current network settings for gateway are:

[root@gateway ~]# db networks show
eth0=ethernet
    hwaddr=00:0c:29:14:e0:d9
    role=pppoe
eth1=ethernet
    bootproto=none
    device=eth1
    gateway=0.0.0.0
    hwaddr=00:0C:29:14:E0:CF
    ipaddr=192.168.32.1
    netmask=255.255.255.0
    onboot=yes
    role=green
 eth2=ethernet
    bootproto=none
    gateway=76.10.177.52
    hwaddr=00:0c:29:14:e0:e3
    ipaddr=76.10.177.53
    netmask=255.255.255.252
    role=red
 ppp0=xdsl
     AuthType=auto
     Password=secret
     name=PPPoE
     provider=TekSavvy
     role=red
     user=a@a.a

The settings for the mail server are:

eth0=ethernet
    bootproto=none
    gateway=76.10.177.53
    hwaddr=00:0c:29:83:0d:bd
    ipaddr=76.10.177.54
    netmask=255.255.255.252
    role=red
eth1=ethernet
    bootproto=none
    device=eth1
    gateway=192.168.32.1
    hwaddr=00:0C:29:83:0D:B3
    ipaddr=192.168.32.46
    netmask=255.255.255.0
    onboot=yes
    role=green

Viewing all articles
Browse latest Browse all 110529

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>