SRX

 View Only
last person joined: 11 hours ago 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  BT Infinity and PPPoE Configuration

    Posted 10-16-2012 21:18
      |   view attached

    Hi,

     

    First time using this community as I have only recently been thrown into the world of Juniper. I bought an SRX210B to use for lab work at home and am trying to get it working with my BT Infinity circuit. The physical link appears up and so does the PPPoE session (from what I can work out) but the logical link is down. Can anyone provide assistance?

    Attachment(s)

    txt
    Snippet.txt   5 KB 1 version


  • 2.  RE: BT Infinity and PPPoE Configuration

    Posted 10-30-2012 13:06

    Hi there,

     

    Check out my post, it may help you out.

    http://forums.juniper.net/t5/SRX-Services-Gateway/Juniper-SRX-ADSL-configuration-for-ISP-s-in-the-UK/m-p/166018/highlight/true#M21100

     

    You need to do vlan tagging on the pt-1/0/0 interface, are you doing that?

     

    Cheers



  • 3.  RE: BT Infinity and PPPoE Configuration
    Best Answer

    Posted 10-30-2012 13:08

    Oh it look like you are using the provided modem rather than the PIM.

    Try using chap instead of pap



  • 4.  RE: BT Infinity and PPPoE Configuration

    Posted 10-30-2012 13:22

    Thanks for that, I ended up trying that a few days ago and hey presto! All working now, although I have had to play around with the MTU/MSS config to get it sound. I'm using an MTU of 1492 on the pp0.0 interface and have set the internet options MSS to 1452, does that sound accurate to you?



  • 5.  RE: BT Infinity and PPPoE Configuration

    Posted 10-30-2012 14:10

    Glad I could help.

     

    Yeah  it sure does.

    I had to do exactly the same. Most websites worked, but some did not. As soon as I set the MSS, everything worked perfectly.

     

    You mean like this?

       

    flow {
            tcp-mss {
                all-tcp {
                    mss 1300;
                }
            }
        }

     

    Looks like I went a bit lower than you but same thing really.

    I didn't need to set the MTU on the actual pp0 interface, this covered it.

     

    Cheers



  • 6.  RE: BT Infinity and PPPoE Configuration

    Posted 09-21-2016 03:14

    thank you @Junspert

     

    it solves my issues  with a BT HUB 3 provide ADSL2, I set mss to 1452 and I can reach all the website.

     

    only one thing I can't work it out if I ping google.com from the Juniper it doesn't to be working :


    8.8.8.8 woks :

    junipersrx240> ping 8.8.8.8 
    PING 8.8.8.8 (8.8.8.8): 56 data bytes
    64 bytes from 8.8.8.8: icmp_seq=0 ttl=55 time=22.518 ms
    64 bytes from 8.8.8.8: icmp_seq=1 ttl=55 time=8.788 ms
    64 bytes from 8.8.8.8: icmp_seq=2 ttl=55 time=8.623 ms
    64 bytes from 8.8.8.8: icmp_seq=3 ttl=55 time=8.494 ms
    64 bytes from 8.8.8.8: icmp_seq=4 ttl=55 time=8.398 ms
    64 bytes from 8.8.8.8: icmp_seq=5 ttl=55 time=8.490 ms
    64 bytes from 8.8.8.8:^C
    --- 8.8.8.8 ping statistics ---
    7 packets transmitted, 7 packets received, 0% packet loss
    round-trip min/avg/max/stddev = 8.398/10.539/22.518/4.892 ms
    

     

     

    google.com :

    ping google.com    
    PING6(56=40+8+8 bytes) :: --> 2a00:1450:400e:805::200e
    ping: sendmsg: No route to host
    ping6: wrote google.com 16 chars, ret=-1
    ping: sendmsg: No route to host
    ping6: wrote google.com 16 chars, ret=-1
    ping: sendmsg: No route to host
    ping6: wrote google.com 16 chars, ret=-1
    ping: sendmsg: No route to host
    ping6: wrote google.com 16 chars, ret=-1
    ping: sendmsg: No route to host
    ping6: wrote google.com 16 chars, ret=-1
    ^C
    --- google.com ping6 statistics ---
    5 packets transmitted, 0 packets received, 100% packet loss
    

    any suggestion ?

     


    #ping4
    #ping


  • 7.  RE: BT Infinity and PPPoE Configuration



  • 8.  RE: BT Infinity and PPPoE Configuration

    Posted 06-03-2013 01:54

    Hi

     

    I am trying to configure a SRX100H to a BT Infinity circuit - would you be a s good as to share your completed config?

     

    I am struggling to configure the fe-0/0/0 interface as the underlying-interface.

     

    Many thanks.


    @wkirby007 wrote:

    Thanks for that, I ended up trying that a few days ago and hey presto! All working now, although I have had to play around with the MTU/MSS config to get it sound. I'm using an MTU of 1492 on the pp0.0 interface and have set the internet options MSS to 1452, does that sound accurate to you?