LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 09-19-2017, 03:08 PM   #16
EgidijusL
LQ Newbie
 
Registered: Sep 2017
Posts: 9

Original Poster
Rep: Reputation: Disabled

IPTV project. The 1Gbs upload speed is not enough, it needs one additional addition.
I use the route, but it does not help much. Your link is linked to the balance, but I do not need it.
dhcpdump shows:
* IP: 0.0.0.0 (0:13:3b:f:48:e1)> 255.255.255.255 (ff:ff:ff:ff:ff:ff)

It is the same as applying to the required MAC address. (eth0 is 0:13:3b:f:48:e2)
Due to 255.255.255.255 I guess this is due to 169.254.0.0
 
Old 09-19-2017, 04:29 PM   #17
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
The failover/load balance idea may be of some use here.

Guess wireshark might be used to see the dhcp handshake issue.

The 169 could be a problem as it may be defaulting before it can get new ip address.

Every once in a while a static arp entry can help if you are sending these to two modems. Kind a a bother if you forget it's there.
 
Old 09-19-2017, 05:57 PM   #18
EgidijusL
LQ Newbie
 
Registered: Sep 2017
Posts: 9

Original Poster
Rep: Reputation: Disabled
no, ZTE ZXHN F601 is an optical network terminal. It does not work as a modem.
 
Old 09-21-2017, 03:05 PM   #19
vwtech
Member
 
Registered: Dec 2007
Distribution: Fedora, Oracle Linux & Centos
Posts: 197

Rep: Reputation: 26
Quote:
Originally Posted by EgidijusL View Post
no, ZTE ZXHN F601 is an optical network terminal. It does not work as a modem.

I would look into treating each line as if that came from two different ISP's (even tho they are on the same subnet).
If it were me I would use WAN port 1 (from first ZTE ZXHN F601) and WAN port 2 (from second ZTE ZXHN F601) on this device https://www.cisco.com/c/en/us/produc...ter/index.html

The two options I needed in the past were:
PHP Code:
Smart Link Backup
—Ensures continuous connectivity
. If the primary WAN 
connection is unavailable
the backup WAN connection is usedChoose the 
primary WAN 
interface from the drop-down menu.

Load Balance
—Use both WAN connections simultaneously to increase the 
available bandwidth
The router balances the traffic between the two 
interfaces in a weighted round
-robin method 
You have to see what the max bandwidth the Cisco or any other unit can handle in load balance mode.
 
Old 09-21-2017, 07:45 PM   #20
lazydog
Senior Member
 
Registered: Dec 2003
Location: The Key Stone State
Distribution: CentOS Sabayon and now Gentoo
Posts: 1,249
Blog Entries: 3

Rep: Reputation: 194Reputation: 194
EgidijusL

Would this be of any help to you: Net-ISP-Balance
 
Old 02-06-2018, 12:39 PM   #21
EgidijusL
LQ Newbie
 
Registered: Sep 2017
Posts: 9

Original Poster
Rep: Reputation: Disabled
Hello
I solved the old problem by setting up Mikrotik for one line (eth1).
Now I notice that when you open a nginx session on the computer via the external eth1 IP, there is no response.

Everything on a local computer (on a server). everything is fine with other remote networks:
Quote:
# curl --connect-timeout 5 http://<eth0_external_IP>:80/stat/info.php
{"in":111,"out":145,"bendras":256,"out_proc":26}

# curl --connect-timeout 5 http://<eth1_external_IP>:80/stat/info.php
curl: (28) Connection timed out after 5001 milliseconds

# curl --connect-timeout 5 http://<eth2_external_IP>:80/stat/info.php
{"in":21,"out":200,"bendras":221,"out_proc":29}

# curl --connect-timeout 5 http://192.168.88.100:80/stat/info.php
{"in":141,"out":150,"bendras":291,"out_proc":27}

Config:
Quote:
allow-hotplug eth0
iface eth0 inet dhcp
dns-nameservers 8.8.8.8 8.8.4.4

allow-hotplug eth1
iface eth1 inet dhcp
post-up ip route add 192.168.88.0/24 dev eth1 src 192.168.88.100 table telia2
post-up ip route add default via 192.168.88.1 dev eth1 table telia2
post-up ip rule add from 192.168.88.100/32 table telia2
post-up ip rule add to 192.168.88.100 table telia2
post-down ip rule del from 192.168.88.100/32 table telia2
post-down ip rule del to 192.168.88.100 table telia2

allow-hotplug eth2
iface eth2 inet dhcp
post-up ip route add 213.Y.Z.0/24 dev eth2 src 213.Y.Z.47 table skynet
post-up ip route add default via 213.Y.Z.254 dev eth2 table skynet
post-up ip rule add from 213.Y.Z.47/32 table skynet
post-up ip rule add to 213.Y.Z.47 table skynet
post-down ip rule del from 213.Y.Z.47/32 table skynet
post-down ip rule del to 213.Y.Z.47 table skynet
I missed something?

Last edited by EgidijusL; 02-06-2018 at 12:46 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Accessing home automation server behind isp subnet drask Linux - Networking 4 09-06-2013 03:06 PM
Cant browse computer of one subnet from another subnet dearleza Linux - Networking 3 07-05-2011 04:31 PM
DHCP CLIENT Issue w/ ISP DHCP Server itsecx@gmail.com Linux - Networking 1 08-26-2010 09:27 AM
ADSL DHCP A-OK, but Mandrake 10.1 to be DHCP for other subnet is a problem turnbui Linux - Networking 2 08-20-2005 09:34 AM
unable to get out of my subnet w/o dhcp wendallsan Linux - Networking 8 10-13-2003 02:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 07:18 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration