Sponsored Content
Full Discussion: Linux router help needed
Top Forums UNIX for Beginners Questions & Answers Linux router help needed Post 302996437 by ygemici on Wednesday 26th of April 2017 08:15:24 AM
Old 04-26-2017
Quote:
Originally Posted by apoklyps3
I'm not sure I'm going to be able to accomplish anything here.
I have made the modifications, but unfortunately the router is branded by the internet provider and there is no official support or any way to download the firmware.
the provider pushes new firmware and can't think of any way I could intercept it
i guess what I was dumping the squashfs only using cat /dev/mtd5 > /var/tmp/usb/sda1/backup1.bin command.
Hi apoklyps3 ,
Sorry for late response beceause of im very busy with some jobs and a lot of works Smilie

I could see for a few hours at the images..
It takes a lot of time to study it in depth but i see some files in the images so it look MIPS arch executable ( kernel code ) and
other kernel data ( but i m not sure consistency of this data , i could not test it due to limited time ) and the other one contains two boot data ( i guess binary bootloader and configs )..
as I understand it we must the update the rootfs that contains ( /etc/ and others dirs ) ..
so i will continue to examine ( when i have time )

now if you have the firmware image ( one-piece ) , can you attach here it ?
and can you attach the other mtd ( ( 2-3-4-5-6) especially rootfses ) parts ( thanks )
 

3 More Discussions You Might Find Interesting

1. IP Networking

Linux Router?

I am trying to set up a linux box as a router, but I am a little confused on how to do this. I am using Red Hat 9.0 on a machine that has 2 nic cards. Also, I am using a DSL pppoe connection. I have installed rp-pppoe and I am connected to the internet via the pseudo pppoe interface. I have... (1 Reply)
Discussion started by: cstovall
1 Replies

2. Cybersecurity

Help needed in IPTables firewall/router setup - Linux

HI all, I have setup IPTables firewall/Router and my home network, with address space 192.168.10.XXX Form my private network hosts, i can ping the gateway ( 192.168.10.101 ) , but the reverse is not happening. Can someone help me as of what i need to do, so that i can ping my private... (1 Reply)
Discussion started by: chandan_m
1 Replies

3. Shell Programming and Scripting

Expect script help needed- script failing if router unavailable

Hey all. Sometimes I'm tasked to change some router configs for the entire network (over 3,000 Cisco routers). Most of the time its a global config parameter so its done with a loop and an IP list as its the same configuration change for all routers. This is working OK. However, sometimes an... (3 Replies)
Discussion started by: mrkz1974
3 Replies
Gluster(8)							   Gluster Inc. 							Gluster(8)

NAME
gluster - Gluster Console Manager (command line utility) SYNOPSIS
gluster To run the program and display gluster prompt: gluster (or) To specify a command directly: gluster [commands] [options] DESCRIPTION
The Gluster Console Manager is a command line utility for elastic volume management. You can run the gluster command on any export server. The command enables administrators to perform cloud operations, such as creating, expanding, shrinking, rebalancing, and migrating volumes without needing to schedule server downtime. COMMANDS
Volume Commands volume info [all|<VOLNAME>] Display information about all volumes, or the specified volume. volume create <NEW-VOLNAME> [device vg] [stripe <COUNT>] [replica <COUNT>] [transport <tcp|rdma|tcp,rdma>] <NEW-BRICK> ... Create a new volume of the specified type using the specified bricks and transport type (the default transport type is tcp). To create a volume with both transports (tcp and rdma), give 'transport tcp,rdma' as an option. device vg parameter specifies volume should use block backend instead of regular posix backend. In this case NEW-BRICK should specify an existing Volume Group and there can be only one brick for Block backend volumes. Refer Block backend section for more details volume delete <VOLNAME> Delete the specified volume. volume start <VOLNAME> Start the specified volume. volume stop <VOLNAME> [force] Stop the specified volume. volume rename <VOLNAME> <NEW-VOLNAME> Rename the specified volume. volume set <VOLNAME> <OPTION> <PARAMETER> [<OPTION> <PARAMETER>] ... Set the volume options. volume help Display help for the volume command. Block backend By specifying "device vg" in volume create, a volume capable of exporting block devices(ie Volume Groups (VG)) is created. As of now exporting only VG is supported. While creating block backend volume the "VG" (mentioned in NEW-BRICK) must exist (ie created with vgcre- ate). VG is exported as a directory and all LVs under that VG will be exported as files. Please refer BD commands section for Block backend related commands Brick Commands volume add-brick <VOLNAME> <NEW-BRICK> ... Add the specified brick to the specified volume. volume remove-brick <VOLNAME> <BRICK> ... Remove the specified brick from the specified volume. Note: If you remove the brick, the data stored in that brick will not be available. You can migrate data from one brick to another using replace-brick option. volume rebalance-brick <VOLNAME>(<BRICK> <NEW-BRICK>) start Start rebalancing the specified volume. volume rebalance <VOLNAME> stop Stop rebalancing the specified volume. volume rebalance <VOLNAME> status Display the rebalance status of the specified volume. volume replace-brick <VOLNAME> (<BRICK> <NEW-BRICK>) start|pause|abort|status|commit Replace the specified brick. Log Commands volume log filename <VOLNAME> [BRICK] <DIRECTORY> Set the log directory for the corresponding volume/brick. volume log locate <VOLNAME> [BRICK] Locate the log file for corresponding volume/brick. volume log rotate <VOLNAME> [BRICK] Rotate the log file for corresponding volume/brick. Peer Commands peer probe <HOSTNAME> Probe the specified peer. peer detach <HOSTNAME> Detach the specified peer. peer status Display the status of peers. peer help Display help for the peer command. BD commands bd create <VOLNAME:/path-to-image> <size> Creates a new image of given size in the volume. Size can be suffixed with MB, GB etc, if nothing specified MB is taken as default. bd delete <VOLNAME:/path-to-image> Deletes a image in the volume bd clone <VOLNAME:/path-to-image> <new-image> Clones an existing image (full clone) bd snapshot <VOLNAME:/path-to-image> <new-image> <size> Creates a linked clone of an existing image with given size. Size can be suffixed with MB, GB etc, if nothing specified MB is taken as default. Other Commands help Display the command options. quit Exit the gluster command line interface. FILES
/var/lib/glusterd/* SEE ALSO
fusermount(1), mount.glusterfs(8), glusterfs(8), glusterd(8) COPYRIGHT
Copyright(c) 2006-2011 Gluster, Inc. <http://www.gluster.com> 22 November 2012 Gluster command line utility Gluster(8)
All times are GMT -4. The time now is 02:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy