Quantcast
Viewing all articles
Browse latest Browse all 17645

Re: SRX300 TCP-MSS

Hi, 

 

Thanks for your help, but we have it in packet mode and not flow mode, see below, 

 

I have tried dropping the MTU to 1300 but it still fails to work. I also tried changing TCP-MSS.

 

Please see Config Below:

 

version 15.1X49-D60.7;
system {
host-name HH-Test;
internet-options {
tcp-mss 1300;
}
root-authentication {
encrypted-password "Password"; ## SECRET-DATA
}
name-server {
10.10.100.26;
10.10.100.18;
}
services {
ssh;
dhcp-local-server {
group Lan-Users {
interface irb.0;
}
}
}
}
security {
forwarding-options {
family {
mpls {
mode packet-based;
}
}
}
}
interfaces {
ge-0/0/0 {
unit 0 {
family ethernet-switching {
interface-mode access;
vlan {
members CustomerVlan;
}
}
}
}
ge-0/0/5 {
unit 0 {
encapsulation ppp-over-ether;
}
}
irb {
unit 0 {
family inet {
address 192.168.36.254/24;
}
}
}
pp0 {
unit 0 {
ppp-options {
chap {
default-chap-secret "VerySecretSecret"; ## SECRET-DATA
local-name "VerySecretUsername";
passive;
}
}
pppoe-options {
underlying-interface ge-0/0/5.0;
idle-timeout 0;
auto-reconnect 3;
client;
}
family inet {
mtu 1492;
negotiate-address;
}
}
}
}
routing-options {
static {
route 0.0.0.0/0 next-hop pp0.0;
}
}
protocols {
l2-learning {
global-mode switching;
}
}
access {
address-assignment {
pool LAN-Network {
family inet {
network 192.168.36.0/24;
range Usable {
low 192.168.36.1;
high 192.168.36.200;
}
dhcp-attributes {
maximum-lease-time 2419200;
domain-name HH.local;
name-server {
10.10.100.26;
10.10.100.18;
}
router {
192.168.36.254;
}
}
}
}
}
}
vlans {
CustomerVlan {
vlan-id 10;
l3-interface irb.0;
}
}


Viewing all articles
Browse latest Browse all 17645

Trending Articles



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