Hi guys,

Just installed Bearing 1.0-RC3

Running a Static ADSL via eth1 and Cable Modem pppoe via eth0

For some reason, when I was testing, without the ADSL, my cable
connection seemed to work pretty fine, once the both of them was
configured, then the PPPOE seems like he didn't want to start up, I
received the following messages:


Jun 24 17:10:45 gw-homenet pppd[25591]: Connecting PPPoE socket:
00:00:00:00:00:00 0000  0x807c260
Jun 24 17:10:45 gw-homenet pppd[25591]: Couldn't get channel number:
Transport endpoint is not connected
Jun 24 17:10:45 gw-homenet pppd[25591]: Doing disconnect
Jun 24 17:11:15 gw-homenet pppd[25591]: Sending PADI

Thnks for any experienced help that will follow,


Please see config below:

--- Interfaces setup ---

auto lo ppp0 eth1 eth2 eth3

 

iface lo inet loopback

 

# Cable interface (ppp0)

iface ppp0 inet ppp

        pre-up ip link set eth0 up

        provider dsl-provider eth0

 

# ADSL Interface (eth1)

iface eth1 inet static

        address 10.0.0.100

        masklen 24

        broadcast 10.255.255.255

        gateway 10.0.0.138

 

# LAN Interface-Backbone (eth2)

iface eth2 inet static

        address 192.168.10.254

        masklen 24

        broadcast 192.168.10.255    

# LAN Interface-Clients (eth3)

iface eth3 inet static

        address 192.168.1.1

        masklen 30

        broadcast 192.168.1.3     


PPPOE/PPP Configurations:
These are the standard configs that came with Bearing, besides the
change of the PAP login name in pap, and PPPOE config

And this:


Shorewall Config

Zones:
#ZONE   DISPLAY         COMMENTS
net     Net             Internet
loc     Local           Local networks
loc1    Subnet 1.0      Local Subnet
loc2    Subnet 11.0     Local Subnet



Interfaces:
########################################################################
######                                                     
#ZONE    INTERFACE      BROADCAST       OPTIONS
net     eth1            detect          routefilter
net     ppp0            -               routefilter,norfc1918
loc     eth2            detect          routestopped
-       eth3            detect          routestopped


Hosts
#ZONE           HOST(S)                 OPTIONS
loc1            eth3:192.168.1.0/30     routestopped
loc2            eth3:192.168.11.0/28    routestopped


Policy:
########################################################################
####### 
#SOURCE         DEST            POLICY          LOG LEVEL
LIMIT:BURST
loc             net             ACCEPT
loc1            net             ACCEPT
loc2            net             ACCEPT
$FW             loc             ACCEPT
 

#fw             net             ACCEPT
net             all             DROP            info
10/sec:40
all             all             REJECT          info


Masq:
########################################################################
######
#INTERFACE              SUBNET                  ADDRESS
ppp0                    eth2
ppp0                    192.168.11.0/28
ppp0                    192.168.1.0/30
eth1                    eth2
eth1                    192.168.11.0/28
eth1                    192.168.1.0/30




-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to