04-29-2019 06:13 AM - edited 04-29-2019 06:17 AM
Hello,
Pretty new to cisco, i believe my problem is firewall related, i'm having some strange issue on a 2960 running c2900-universalk9-mz.SPA.153-3.M2.bin
The configuration is pretty basic.
I've got an ISP modem, the cisco 2960, another cisco 892 for our MPLS, and the computers/phones.
(The previous configuration, which was working, did not had the MPLS router, and was on different subnets for both DATA/Voice/guest vlans)
ISP connection is made by interface Dialer.
My issues is that i've got (so far) one website not accessible, and skype for business (on 365) not accessible.
The website also runs on Azure cloud.
I can ping/traceroute the IPs without issues, skype for business tools fails on certain IP range for https/443, but works for tcp/443 for the same ranges)
I've tried to remove ip inspect, change the settings of the cef and vrf, but to no avail.
I'm not sure what should be the course of actions to help understand where the issue come from and how to correct it.
Worst case i could contact my local contractor who did the set up, but i'd like to understand what's going on and how to solve it on my own.
Any help would be appreciated.
Thanks,
Solved! Go to Solution.
05-22-2019 07:05 AM
Hello,
After some tries and reading on the internet, i finally found the solution...
Somehow my vlan15 interface is down on the router, but there is some sort of virtual interface gigabitethernet1/0.15 that manage it.
and i also read here
that vlan needed 4 bits for encapsulation.
so the right configuration edit was
conf t
int GigabitEthernet1/0.15
ip tcp adjust-mss 1448
All worked fine after that.
Thanks for your help.
04-29-2019 06:23 AM
04-29-2019 07:16 AM
04-29-2019 08:19 AM
@XavierSys hello,
Just to make a test, could you remove the command in bold below and test?
interface Dialer1
ip address negotiated
ip access-group wan in
no ip redirects
no ip unreachables
no ip proxy-arp
ip mtu 1492
ip nat outside
ip inspect fw out
ip virtual-reassembly in
no ip verify unicast reverse-path
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap callin
ppp chap hostname
ppp chap password
no cdp enable
04-29-2019 11:25 PM
05-06-2019 06:36 AM
05-14-2019 02:43 AM
So,quick update on the situation
My contractor has come to site, tested the configuration, updated the cisco router.
He can access the different websites.
On my users computers, it still does not work in the LAN (it works in 4G, so i ruled out some local firewall/av issues)
I just need to check wether the Wifi (meraki) might cause some issues, but i would find it rather strange, especially since i have the same settings as from my other offices.
05-14-2019 04:44 AM
05-16-2019 12:21 AM
Hello
I've done more investigation.
I was able to pinpoint a MTU issue.
My PPoE connection is using a 1492 MTU
However my Vlan/lan are configured with a 1500 MTU.
(I've tested with a computer where i enforced a 1492 MTU on the ethernet and all was working properly)
Working with my contractor, we tried several settings with the mtu (as i can't really configure manually MTU on the computers)
So far, here's what i tried,
Forcing the MTU on the Vlan15 on the router side
either (one at a time, or mixed)
mtu 1492
ip mtu 1492
ip tcp adjust-mss 1492
Tested the same configuration on the switch side of the 2960
Also tried to put dhcp option 26, but i was not sure how to write it down.
Also tried different settings for the MTU (1460/1452)
Thanks for your help.
05-22-2019 07:05 AM
Hello,
After some tries and reading on the internet, i finally found the solution...
Somehow my vlan15 interface is down on the router, but there is some sort of virtual interface gigabitethernet1/0.15 that manage it.
and i also read here
that vlan needed 4 bits for encapsulation.
so the right configuration edit was
conf t
int GigabitEthernet1/0.15
ip tcp adjust-mss 1448
All worked fine after that.
Thanks for your help.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide