Sponsored Content
Special Forums IP Networking Router problem or ISP problem ? Post 302955144 by remic on Monday 14th of September 2015 09:44:28 PM
Old 09-14-2015
First of all, thank you for your answer.

Quote:
The gateway configuration sounds unusual to me but your ISP is in Mexico so perhaps it's different. Normally, your LAN devices would have the router configured as their gateway (not a node at your ISP). Can you please explain this further.
I confirm that my router is not my gateway, it mainly acts like a DHCP device for my LAN, DMZ management, port-forwarding/triggering.
Here is the main information available on my Huawei router status page in the WAN section :

Internet:
IP address/Subnet Mask : 187.xxx.xxx.126/255.255.255.128
IP acquisition mode : DHCP
VLAN/Priority : 400/0
Gateway : 187.xxx.xxx.1
DNS servers : 200.38.100.210 207.83.200.200

IPTV:
IP address/Subnet Mask : 10.xxx.xxx.231/255.255.224.0
IP acquisition mode : DHCP
VLAN/Priority : 402/5
Gateway : 10.xxx.xxx.1
DNS servers : 10.0.1.130 10.0.1.98

Bridge :
VLAN/Priority : 401/7

Quote:
Also, are you sure that, when your ISP brought new services online (Netflix) that they didn't alter IP addresses?
My public IP address didn't change when they brought new services online. I don't know if they alter the routes in my Internet VLAN nor in my IPTV VLAN.

Quote:
Does your Huawei HG8245H have standard firmware on it or an ISP provided firmware to lock it down? If you can access it normally then you probably have a 'ping' diagnostic page within its menus which I would use when trouble is experienced to test the internet connection at that time. Are you using IP addresses in ping tests or URL's? If URL's then DNS could be an issue if the ISP has changed that.
The device information page says it is Customized for Totalplay, Mexico, and I have some sections that I cannot change, such as WAN/VLAN configuration, DNS servers, DoS Configuration (only ICMP redirection attack is checked), ALG configuration, and IGMP configuration.
I have access to a Maintenance page that allows me to make ping and traceroute tests. I tested using domain name google.com and gateway IP address. When Internet connection drops, both domain names and IP tests fail, and the router LEDs stay normal as if the link was still established.

Quote:
Your Huawei HG8245H should show you what gateway and DNS servers your ISP is expecting you to use. Is the Huawei HG8245H configured to pass these through (to LAN) or are these hard-configured on the LAN side (and now different to what the ISP is expecting)?
By default, the router passes the DNS and gateway configuration throught DHCP. I keep having this discontinuity of service even when I specify static DNS such as 8.8.8.8 and 8.8.4.4 on all the computers of the LAN.

Quote:
You ask for opinion. Well I would suspect that the problem is on the ISP side but it's possible that they've changed something which you've not picked up on.
Thank you very much for your help and opinion. I think that my ISP is hiding something. I am going to contact them again and let you know the outcome. Thanks again.
 

7 More Discussions You Might Find Interesting

1. IP Networking

DI-524 router problem

Hello all, I recently bought D-link (DI-524) router and I have following problem. I setup the network and its running smoothly no problem.. but there is a minor problem that I need to solve. Users can access each other documents etc. but they cannot access each other trough web browser using IP... (1 Reply)
Discussion started by: c0mrade
1 Replies

2. AIX

user login problem & Files listing problem.

1) when user login to the server the session got colosed. How will resolve? 2) While firing the command ls -l we are not able to see the any files in the director. but over all view the file system using the command df -g it is showing 91% used. what will be the problem? Thanks in advance. (1 Reply)
Discussion started by: pernasivam
1 Replies

3. UNIX for Dummies Questions & Answers

Remote Unix printing to my WinXP works with no router. How can I make it work through my router?

I set up remote printing on a clients Unix server to my Windows XP USB printer. My USB printer is connected directly to my PC (no print server and no network input on printer). With my Win XP PC connected to my cable modem (without the router), i can do lp -dhp842c /etc/hosts and it prints. I... (7 Replies)
Discussion started by: jmhohne
7 Replies

4. Slackware

Slackware router problem

I have a Slackware box that I've set up as a router for my home network. It does that and zoneminder and that's pretty much it. It's worked fine for a few years doing this until today. Today the power went out and the UPS could only keep this machine up for about 45 mins before it ran out of... (1 Reply)
Discussion started by: orsty9001
1 Replies

5. IP Networking

Upload problem with traffic shaping though a Linux router.

So I want to limit the download and upload speed of a specific ip adress in a local network. To do this I are using a bach script running in a linux OS (Ubuntu 11.04). The issue here is that the upload shaper does not work. I have tried an alternate solution aswell though that does not work as... (0 Replies)
Discussion started by: martio09
0 Replies

6. IP Networking

Dual Router (routing problem)

This is the network configuration I have: +-------------------------------------------------+ +===========+ | | | | | INTERNET |---| LINUXBOX2 | ... (4 Replies)
Discussion started by: matteo
4 Replies

7. Hardware

Netgear C3700 Modem Router Problem

I was wondering if anyone had any knowledge about how these routers work.. I bought a Netgear C3700 modem router on eBay about a month ago and couldn't get it to broadcast internet, neither wired nor wireless. When I plug it in and turn it on, all lights come on, but the internet light keeps... (2 Replies)
Discussion started by: milhan
2 Replies
cal(1)								   User Commands							    cal(1)

NAME
cal - display a calendar SYNOPSIS
cal [ [month] year] DESCRIPTION
The cal utility writes a Gregorian calendar to standard output. If the year operand is specified, a calendar for that year is written. If no operands are specified, a calendar for the current month is written. OPERANDS
The following operands are supported: month Specify the month to be displayed, represented as a decimal integer from 1 (January) to 12 (December). The default is the current month. year Specify the year for which the calendar is displayed, represented as a decimal integer from 1 to 9999. The default is the current year. ENVIRONMENT VARIABLES
See environ(5) for descriptions of the following environment variables that affect the execution of cal: LANG, LC_ALL, LC_CTYPE, LC_TIME, LC_MESSAGES, and NLSPATH. TZ Determine the timezone used to calculate the value of the current month. EXIT STATUS
The following exit values are returned: 0 Successful completion. >0 An error occurred. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWesu | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ SEE ALSO
calendar(1), attributes(5), environ(5), standards(5) NOTES
An unusual calendar is printed for September 1752. That is the month 11 days were skipped to make up for lack of leap year adjustments. To see this calendar, type: cal 9 1752 The command cal 83 refers to the year 83, not 1983. The year is always considered to start in January. SunOS 5.11 1 Feb 1995 cal(1)
All times are GMT -4. The time now is 02:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy