0
votes
0answers
19 views

Viewing Linux TCP TCB

I need to find out information that should be kept in the TCP transmission control block (TCB), specifically I need to find out what sequence numbers are used for any particular session. I have ...
0
votes
0answers
36 views

SSH into a network switch from Linux using python

I am trying to ssh into a network switch that I beleive has a linux based OS. I am trying to use python to automate some processes. I first use Putty to SSH into a linux machine from which I would ...
-1
votes
0answers
11 views

How to achieve Network Load balancing in multi WAN router [closed]

I have developed one router have LAN and WAN interface. Router has WWAN interface too, Router can connect to internet using USB Dongle. It has two inbuilt 3G modules, Router can connect internet from ...
0
votes
0answers
26 views

Linux bond ppp interfaces [closed]

I have two Linux servers. One with LAN internet and second with 2 3G modems. I have established bond connection over vpn between them and I want to aggregate bandwidth. I used mode=4 and =0 but it ...
0
votes
0answers
11 views

tshark to filter UDP flows

I have a scenario in where I have a big chunk PCAP file contains different flows (that share source IP and port, destination IP and source and TCP/UDP). I am wondering if I can use tshark to split ...
-1
votes
0answers
26 views

how to calculate the latency, throughput and bandwidth for Ping Pong and Underload packets

I have TCP/UDP application over LAN, and I have N packets of size 1KB or 10KB I want to send these packets either ping pong (1 pkt per time and I wait until to receive it) or under-load(M packets per ...
-2
votes
0answers
23 views

Ubuntu - Internet isnt working nor popping up [closed]

I am COMPLETELY new to Ubuntu, like literally, I only know a few commands and stuff for terminal.. I recently installed it into my laptop to learn it more but for some odd reason my wifi wont pick up, ...
0
votes
0answers
18 views

Is Port 13330 a standard-port? [closed]

I saw some programs using the port 13330. What is the meaning of this port? Is this port used by a special program?
-1
votes
0answers
11 views

What is the most suitable Nas Box option for a Small business [closed]

Currently, we have a old Compaq machine running linux which hosts our CRM system. It is not very accessible for employees to use this for networked storage and the CRM system runs very slow. I am ...
0
votes
0answers
14 views

VMware Fusion 5 Host only networking Mac OSX

Since I work on a MacBookPro and I develop in several environments, I'd like to achieve this configuration on my mac: Network 1: dhcp etc.. to access the internet and to perform regular network ...
-2
votes
0answers
13 views

Red Hat USB over Ethernet [closed]

I have a Red Hat Enterprise Linux version 6. I want to run a custom board with USB connectivity with it. Thus i have connected the USB board and configured the USB as an ethernet port. My ...
-3
votes
0answers
13 views

Ip forwarding to only one ip [closed]

i am trying to configure my linux interface to work as follows: forwarding the traffic only designated to the ip configured on the interface itself (so it will drop any dst IP from same subnet that ...
0
votes
3answers
62 views

accept() return value when there is no pending connection

I make simple server.c that doing this : listening to port 7705. accept the incoming connection from "Client-x". while there is no pending connection, then receive data from "Client-1". if there is ...
-2
votes
2answers
41 views

How to create socket in Linux? [closed]

I am looking for a way to create socket file in Linux. I want when I cat a file to see everything sent to certain port. Is it possible to use something like mksock to achieve this?
-1
votes
0answers
19 views

Linux partition as different server with ftp port open to only that partition [closed]

I am Linux User : created a partition named sda3 in Linux Ubuntu 12.10. Requirement : Want to serve that partition with different Ip Address(means treat that partition as different server ...
-1
votes
0answers
33 views

Using iptables to forward internet traffic [closed]

My goal: I have a box running Ubuntu. On this box, I have configured a a secondary static ip address assigned to the nic, which is to be used a gateway to a VPN to a commerical VPN service. I ...
0
votes
1answer
28 views

Filtering packets with Packet MMAP?

I'm using packet_mmap to capture all packets in the system, but there doesn't seem to be any way to interfere with the rest of the OS getting them as well. I want to be able to have exclusive control ...
0
votes
0answers
19 views

How to force linux to use one network connection over the other? [migrated]

I have connected my iPhone which has hotspot enabled to my ubuntu machine through the USB. Based on the type of network activity (say browsing vs ssh), I want to switch between network connections ...
0
votes
1answer
89 views

Setting Linux IP with C/C++

I am trying to find a way that I can effectively change the IP and netmask of the computer that my programs are running on. I have to be able to maintain communications with a "box" that the user has ...
0
votes
0answers
19 views

How to connect to the web via an IP Failover?

Here is my system : I've Proxmox on the IP IP1 with two containers : B and C. C is a container which contains Plesk. I've configured three Ip Failover to three web space on C : IP2, IP3 and IP4. IP2 ...
1
vote
1answer
70 views

Sending gratuitous ARP messages

I am looking for a way to programmatically (in C) send gratuitous ARP messages in a Linux user-space application. I noticed there are are some files for configuring ARP in procfs at ...
-1
votes
0answers
17 views

what is the difference of kernel parts between different os, such as ubuntu and rhel [closed]

I want to figure out what's the difference between kernel in different OS, such as Ubuntu and RHEL. Especially networking part. Any hints will be helpful, thanks.
1
vote
2answers
35 views

If I have 10000 connected to my application server running on a linux machine, what should I see if I netstat?

I'm trying to understand something. It's networking 101, I'm sure. Say I have my application server (java, tomcat for the sake of the example, but it doesn't matter if it's really tomcat or not) ...
-4
votes
0answers
17 views

Simple network device for linux

Anyone has a very simple network device module code for linux 2.6 using the net_device struct^ A lot of information on the web but nothing worked for me. I keep having kernel failure with Bahskaran ...
1
vote
0answers
32 views

Oracle XE not binding on IP4 port 1521

I have an Oracle 11g XE installed in Ubuntu 12.4 and I am having difficulty with getting the Oracle to bind on a TCP port. The IP6 binding seems to be fine but not the IP4 (tcp 0.0.0.0:1521). Here is ...
-1
votes
0answers
16 views

Connection timed out to only a particular site from ubuntu and it happens on a random machine on our wifi network [closed]

We are developers of the site Twoosh We are using 3 machines on our wifi network( have already reset the router) and we use ubuntu for development. Suddenly, we are getting connection timed out to ...
1
vote
1answer
40 views

How iptables behaves on timezone change?

I have doubt how iptables keep changing the info in iptables when timezone is change. I am using iptables s v 1.4.8 I have blocked one IP with following details # date Thu Jun 6 12:46:42 IST ...
0
votes
4answers
70 views

Tomcat start failure probably due to Linux network setup: java.net.BindException: Cannot assign requested address [closed]

I can't start tomcat due to the pasted stack trace, and I don't believe the answer is in Java. I've tried changing ports and confirmed that another port (8005) also fails with the same error message. ...
0
votes
0answers
10 views

Blueooth scanning not in connman

Connman does not have bluetooth scanning feature, though connman can be used to power up/down the bluetooth device, is there any design issue by which device scanning was not implemented in connman
1
vote
1answer
28 views

Can almost determine subnet membership given CIDR notation, but getting unexpected results

First off, looking at my code it seems like I should have it but smaller subnet masks seem to ALWAYS return true: [root@hypervisor test]# ./test "99.99.99.99/8" 25.25.25.25 The given address is in ...
0
votes
0answers
12 views

Name Service Switch for non-*nix

In my project attempting to do my own DNS protocol, I have successfully been able to overwrite gethostbyname via NSS (Name Service Switch) on a Linux VM. However, clearly NSS is native to Linux (I ...
-1
votes
1answer
38 views

How to route specific IPs into a VPN network [closed]

I have a very specific problem, that I try to solve for three days now. Maybe one of you has an idea: I have to monitor several systems over the internet. These systems are located within very ...
0
votes
0answers
27 views

tcpdump (-i any) with vlan [migrated]

I have a question regarding tcpdump (capturing all interfaces) and a strange capture I see. Environment: 2 Linux devices connected and configured with VLAN TAG (802.1q). I am pinging between the 2 ...
0
votes
1answer
58 views

Producer-Consumer pattern not suitable for our app? Or just a misunderstanding of usage? [closed]

I am maintaining a linux server application which is multithreaded and written in C++. There are about 10 modules, and tens of std::deques there for message-passing purpose. The application uses ...
4
votes
1answer
25 views

Why always 5 connections with no program attached?

This question is similar to Network port open, but no process attached? and netstat shows a listening port with no pid but lsof does not. But the answers to them can't solve mine, since it is so ...
0
votes
0answers
63 views

Linux/Iptables configuration: How to drop UDP broadcast packets on a specific interface [closed]

My PC has two network interfaces (eth0 & usb0) that are bridged. There is a service on my PC that broadcasts UDP packets on a specific port (7000). I would like to prevent these UDP packets from ...
0
votes
0answers
27 views

how to use netstat on a specific port in Linux [migrated]

Guys i want to know if my specific port is running a server using netstat? how do i achieve that?
0
votes
1answer
81 views

how to maintain a inactive TCP connection in linux C?

if a TCP client establishes a TCP connection with a TCP server. Then the TCP client never sends any packet to the server. First, I roughly know firewalls near the TCP server may send a RST to it. or ...
2
votes
2answers
49 views

Counting TCP retransmissions

I would like to know if there is a way to count the number of TCP retransmissions that occurred in a flow, in LINUX. Either on the client side or the server side.
-1
votes
0answers
23 views

How to install LuCI to configure network on openwrt. I'm using alix pc engine (AMD geode) [closed]

I wanted to configure my network (I have a mesh composed of two Alix pc boards) using LuCI but I 'm finding some difficulties to install it.Can anybody show me how it's done, please. Step by ...
0
votes
0answers
29 views

identity stored in .ssh/known_host is different from the identy of the host itself [closed]

Guys what happens when the identity of the host i am trying to access is different from the identity listed on my ./ssh/known_hosts somebody told me that this scenario is desirable, why is that? And ...
0
votes
0answers
19 views

tcpdump error: no suitable device found in Linux [migrated]

Guys im trying to test a tcpdump to google.com (im new to Linux by the way). so here's what i typed in my shell: $tcpdump src 192.168.1.xxx and dst www.google.com and port ftp but i get this ...
-2
votes
1answer
31 views

how to tunnel to another computer using a middle computer? SSH [closed]

I am in my local computer, and i just want to test reverse ssh so that i access computer 2 and access computer 3 through computer 2 and make computer 3 respond to me in lets say i want to access ...
-1
votes
1answer
41 views

Cent/OS Virtual Machine Hostname not accessable but IP is [closed]

I have 2 virtual machines one windows 7 and one Cent/OS 6. Both are running in VM Fusion and both function fine. Both Machines are running apache. The Windows machine is running UWAMP The Cent ...
2
votes
0answers
28 views

Is it possible to let a programm ignore rp_filtering?

I am trying to discover all devices (in my case cameras) in my local network. These cameras can have static/dhcp/LLA IP configuration and therefore may not be reachable. I am sending a limited ...
0
votes
1answer
59 views

Process TCP PSH

I modified the IP headers of TCP packets and directly sending them out in the netfilter NF_INET_LOCAL_OUT hook. The TCP connections can be successfully established. Unfortunately, the data packets ...
-1
votes
1answer
27 views

tracepath from one ip to another one in Ubuntu [closed]

Not sure if this question make sense, however, I would like to know which path a socket connection follows. Is it possible? I have as information, of course, the two ip address as well as the ports. ...
-2
votes
1answer
54 views

Linux: Redirect ipaddress to domain name [closed]

Is it possible to redirect local ipaddress to domain/subdomain name in linux? I know it is possible with DNSMasq but my modem doesn't support that.
0
votes
1answer
70 views

Virtual box based development for Embedded Linux

I am new to embedded linux development.I have inherited a particular way of Embedded linux development from the previous developer. I was just wondering if there is a more industry standard way of ...
-1
votes
0answers
36 views

About at bonding interface create virtual interface [closed]

Now I have two Server machines,and the OS are RHEL 3.6. Named machine A and machine B and all of them are both bind bond0. And then create a virthal network adapter bond0:201 in each of them. the ...

1 2 3 4 5 18