PPPoE over vlan interface problem on linux kernel 2.4.21

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi~
 
After the lab success on fedora 5,I am doing the same lab on linux kernel 2.4.21: 
 
Same topology:
I created 2 vlan interface on my pc:eth2.2 & eth2.3
I also created 2 vlan tag(2 & 3) on vlan switch...
I have 2 ISP links:Tag2=A_Net & Tag3=B_Net connected on switch
My OS's kernel is ver.2.4.21
Topology:PC=>Switch=>ISP's Modem

[root@192 /mnt]# cat /proc/net/vlan/eth2.2
eth2.2  VID: 2   REORDER_HDR: 1  dev->priv_flags: 1
         total frames received:          380
          total bytes received:        22715
      Broadcast/Multicast Rcvd:            0
 
      total frames transmitted:          267
       total bytes transmitted:         8544
            total headroom inc:            0
           total encap on xmit:            0
Device: eth2
INGRESS priority mappings: 0:0  1:0  2:0  3:0  4:0  5:0  6:0 7:0
EGRESSS priority Mappings:

[root@192 /mnt]# cat /proc/net/vlan/eth2.3
eth2.3  VID: 3   REORDER_HDR: 1  dev->priv_flags: 1
         total frames received:          261
          total bytes received:        15399
      Broadcast/Multicast Rcvd:            0
 
      total frames transmitted:          261
       total bytes transmitted:         8352
            total headroom inc:            0
           total encap on xmit:            0
Device: eth2
INGRESS priority mappings: 0:0  1:0  2:0  3:0  4:0  5:0  6:0 7:0
EGRESSS priority Mappings:
 
eth2.2    Link encap:Ethernet  HWaddr 00:14:B7:00:08:5F
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:549 errors:0 dropped:0 overruns:0 frame:0
          TX packets:381 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
 
eth2.3    Link encap:Ethernet  HWaddr 00:14:B7:00:08:5F
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:374 errors:0 dropped:0 overruns:0 frame:0
          TX packets:374 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0

[root@192 /mnt]# lsmod
Module                  Size  Used by
8021q                  12928   2
ipt_fuzzy               1200   1  (autoclean)
imq                     1760   6
ip_nat_h323             2704   0  (unused)
ip_conntrack_h323       2336   1
ip_nat_pptp             1680   0  (unused)
ip_nat_proto_gre        1312   0  (unused)
ip_conntrack_pptp       2352   1
ip_conntrack_proto_gre    2080   0  [ip_nat_pptp ip_conntrack_pptp]
ipt_qod                  928   0  (unused)
ipt_pfd                42800   0  (unused)
ipt_ingw                 752   0  (unused)
ipt_iplimit             1344   1
ipt_BALANCE             1392   0  (unused)
ipt_gw                   544  15
ip_conntrack_dns        1920   0  (unused)
ipt_icmpid               592   3
watchdog                 3920   0  (unused)
e100                   45616   4

 
I can create PPPoE and DHCP Client links over vlan interface(eth2.2 & eth2.3) on fedora 5(kernel 2.6.17.7)
But I can't create PPPoE and DHCP Client links over vlan interface(eth2.2 & eth2.3) on kernel 2.4.21
 
PPPoE Log:
Using interface ppp4
Connect: ppp4 <--> /dev/pts/3
Warning - secret file /etc/ppp/pap-secrets has world and/or group access
sent [LCP ConfReq id=0x2 <mru 1492> <magic 0xd7d6b62e>]
sent [LCP ConfReq id=0x2 <mru 1492> <magic 0xd7d6b62e>]
pppoe: Timeout waiting for PADO packets
Script /usr/sbin/pppoe -p /var/run/pppoe.conf5-pppoe.pid.pppoe -I eth2.3 -T 120 -U  -m 1412    -D /tmp/pppoe-debug-20336/pppo
e-debug.txt-0 finished (pid 20393), status = 0x1
sent [LCP ConfReq id=0x2 <mru 1492> <magic 0xd7d6b62e>]
sent [LCP ConfReq id=0x2 <mru 1492> <magic 0xd7d6b62e>]
sent [LCP ConfReq id=0x2 <mru 1492> <magic 0xd7d6b62e>]
sent [LCP ConfReq id=0x2 <mru 1492> <magic 0xd7d6b62e>]
sent [LCP ConfReq id=0x2 <mru 1492> <magic 0xd7d6b62e>]
sent [LCP ConfReq id=0x2 <mru 1492> <magic 0xd7d6b62e>]
sent [LCP ConfReq id=0x2 <mru 1492> <magic 0xd7d6b62e>]
sent [LCP ConfReq id=0x2 <mru 1492> <magic 0xd7d6b62e>]
LCP: timeout sending Config-Requests
Connection terminated.
 
rp-pppoe debugging dump
rp-pppoe-3.8
17:12:40.559 SENT PPPoE Discovery (8863) PADI sess-id 0 length 12
SourceAddr 00:14:b7:00:08:5f DestAddr ff:ff:ff:ff:ff:ff
01 01 00 00 01 03 00 04 1c 53 00 00               .........S..
 
17:12:45.558 SENT PPPoE Discovery (8863) PADI sess-id 0 length 12
SourceAddr 00:14:b7:00:08:5f DestAddr ff:ff:ff:ff:ff:ff
01 01 00 00 01 03 00 04 1c 53 00 00               .........S..
 
17:12:55.558 SENT PPPoE Discovery (8863) PADI sess-id 0 length 12
SourceAddr 00:14:b7:00:08:5f DestAddr ff:ff:ff:ff:ff:ff
01 01 00 00 01 03 00 04 1c 53 00 00               .........S..
Any help would be appreciated~
 
Best regards,
Brian Lu
_______________________________________________
Vlan mailing list
Vlan@xxxxxxxxxxxxxxx
http://www.candelatech.com/mailman/listinfo/vlan

[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux