Tagged Questions
0
votes
0answers
16 views
Create Broadband Internet Connection in Linuxmint 14
I am new in using linux mint. I don't know how to configure the broadband internet connection here. In windows network WAN miniport(PPPOE) my ISP gave me a DNS and also has to put a service name. To ...
-4
votes
0answers
28 views
Network debugging [closed]
I have a set of 30 Linux machines each connected to Cisco 1 GB switch. I am seeing following issues in this:
Ping time between machines are different.
file transfer rate is different between these ...
-2
votes
0answers
17 views
Unable to Connect a SLES11 Fujitsu Server to a Local Network [closed]
I have been trying to connect a Fujitsu Primergy server running SuSE Linux Enterprise Server 11 to a local network but have been unsuccessful. The server is connected to the local network by a Cisco ...
0
votes
1answer
41 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
21 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
43 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
0answers
37 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
23 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 ...
-2
votes
0answers
32 views
Stuck TCP Connection in Linux [closed]
Strange problem. I have server "ALPHA" in Dallas and server "BETA" in Hong Kong, about 195ms ping times apart from each other. ALPHA is connected at 1gbps full, and BETA at 10mbps full. ...
-1
votes
2answers
36 views
<Solved> linux url or dns manipulation in this way [closed]
I chose this title but maybe not a correct title. I don't know even the correct keywords to google it too.
I use Linux. suppose I usually use some websites but they should be loaded by special way ...
-1
votes
0answers
20 views
Hardware for Home Virtualization platform [closed]
I would like to build a small home virtualization environment, but I'm having trouble determining which hardware I want to buy. I need the following to be true:
Low consumption!!!
Raid Support ...
0
votes
0answers
31 views
linking shared library against static is not portable
I'm trying to build and compile ntop.. I'm experiencing a problem here..
sudo ./configure is working fine..
when i go for sudo make, i get the below error..
*** Warning: Linking the shared library ...
0
votes
0answers
21 views
is it possible to set up two tun interfaces on the same machine and capture packets from tun interface?
I want to set up 2 tun(3rd layer) virtual interfaces on the same machine, let me say
tun1: 10.10.10.1
tun2: 10.10.10.2
I want to run a web server on tun1, so there is a server process listening ...
-1
votes
0answers
83 views
Connection closed by foreign host When telnet to local tomcat server
I started the tomcat server in my local host and I could see the welcome info in the browser when visited 127.0.0.1:8080. However, I couldn't telnet to the local server when I typed:
telnet ...
-1
votes
0answers
14 views
Use route command to block all but one external host? [closed]
I want to see if the HTTP proxy support for an application is working correctly.
In order to check this I have installed a Ubuntu VirtualBox on my Mac laptop and I want to configure the virtual ...
0
votes
0answers
26 views
PPTP refusing to connect when client is windows
I have a PPTP server running and I can connect to it from linux. When I try from windows 7 (2 instances tested) it fails. Here's the syslog for such a conn:
pptpd[540]: CTRL: Client 109.xxx.158.201 ...
0
votes
0answers
20 views
what is the --kerneltz in iptables command [closed]
I am using iptables for my project but facing some problem as follow.
1.in iptables 1.4.7
iptables -A INPUT -s 10.0.4.247 -m time --datestart 2013-5-16T12 --datestop 2013-5-16T16 -j DROP
or
...
1
vote
0answers
19 views
Linux Tunnell Through Nat Via Custom Proxy
I am currently working on some design concepts that would see me have the requirements for the following type of system.
In short I am looking at ways to Tunnel a connection through NAT similar to ...
-1
votes
1answer
25 views
unable to see the port that i use in netstat? [closed]
i am configuring and httpd virtual-host (that mean i have two domain on the server),
when i write the command netstat -anp i see the port used by the existing domain but i can't see the new port that ...
1
vote
1answer
58 views
Problems Compiling simple C program against custom Linux Kernel
I recently compiled a custom kernel which defines a new address family/protocol family called "AF_CUSTOM"
Such, include/linux/socket.h in the my kernel source was changed, as seen here(as well as for ...
0
votes
0answers
19 views
Netjack error: “slave is running with a different protocol”
I'm trying to run jack between two computers.
System 1:
tobago$ jackd -R -d alsa -P hw:0 -C hw:1 -p 1024
tobago$ jack_load netadapter
System 2:
trinidad$ jackd -R -d alsa
trinidad$ jack_load ...
0
votes
0answers
36 views
How to identify that one of the bridge interfaces(SW bridge in linux) is down? [migrated]
I have a board. This board have two interfaces one eth0 and other usb0.
eth0 port is connected with network. and usb0 port is connected to another device
With the help of bridge-utils, I am able to ...
0
votes
0answers
26 views
Getting TCP/UDP existing conexion in linux with c language
i'm programmatin BGP protocol and i need to get if a tcp conexion to a specifique address & port is already existe. so i need functions that i have to use to get the list of all conexion in the ...
0
votes
1answer
33 views
Ubuntu DHCP central server
I have very little experience on this so I am asking to see if this is even possible. I have 4 different ADSL connections that each one is connected to one access point so I have 4 total different ...
1
vote
2answers
97 views
How to simulate two computers connected with LAN when you have only one computer? [closed]
I wish to test a networking application between two computers connected by LAN.
These computers will have different IP addresses.
I have only one computer.
How to simulate two computers ...
1
vote
0answers
53 views
Remote procedure call in linux
This is my client code
cl.c
#include "S.h"
int main()
{
CLIENT *cl;
cl=clnt_create("127.0.0.1",S_PROG,S_VERS,"tcp");
struct st i,*o;i.a=3;
o=square_1(&i,cl);
...
-4
votes
2answers
36 views
IPv6 address by hostname [closed]
Is there anyway to get IPv6 address by hostname? Any command in Linux? I tried NSLookup, but it doesn't have any such option. Basically, I have a C program that deals with IPv6 and I want to check if ...
2
votes
0answers
52 views
Spoofing a TCP Server handshake failing
I am looking to build a simple server to proxy TCP connections at the gateway of my network (none malicious intent) but the TCP handshake is failing.
Using netfilter, I have managed to change the IP ...
-1
votes
2answers
38 views
Will multiple connection increase internet speed? [closed]
If i have a cable connection and a wireless connection at the same time, will that increase download/upload speed? I use Kubuntu linux.
0
votes
1answer
18 views
load linux kernel modules runtime via tftp [closed]
Is it possible to load Linux kernel modules via ftp on to the embedded device?. Could you please let me know. This should save time in building the complete image and flashing image on to the device.
-1
votes
0answers
23 views
Unable to connect Intex 3.5g modem in Ubuntu 11.04 [closed]
hi i am trying to connectmy intex 3.5g modem but has failed i have tried these procedures
Lsusb :
Bus 002 Device 003: ID 20a6:f00e
usb-devices :
T: Bus=02 Lev=02 Prnt=02 Port=01 ...
0
votes
1answer
54 views
Make a script run after Network is up [closed]
I have written a simple script to run whenever the Network is up. Iam using ubuntu server 10.04.
I placed the script in the /etc/network/if-up.d/my_scrit. I have also ensured that the script is ...
0
votes
0answers
16 views
Broadcast through network don't work
I'm trying to write server and client apps which will communicate through sockets, but I need them to find each other in network without specifying ip addresses. I try to use UDP and send message from ...
0
votes
0answers
6 views
Making a “soft” tap on debian linux: Is it a good idea to use Broadcast Bonding mode to accomplish this? [migrated]
I am trying to make a network tap which will listen for all traffic on eth0 and forward it to eth1 and eth2.
I have found daemonlogger -i eth0 -o bond0 command to capture traffic on eth0 and forward ...
-1
votes
2answers
34 views
Ubuntu Server Network Configuration Through Command Line [closed]
I installed Ubuntu few days ago, at that time i didn't have available internet connection. Now i have access to an ADSL router/modem and an internet connection But Ubuntu refuses to connect to the ...
-1
votes
1answer
46 views
Ubuntu: Reset default routing table [closed]
On my computer I have 2 connections - 3G and LAN.
Before the 3G is connected the routing table would look like this:
Kernel IP routing table
Destination Gateway Genmask Flags ...
-1
votes
0answers
28 views
Ethtool output is not as expected [closed]
I am running ethtool to find the link speed on my linux box.
The only output I get is
Settings for eth0:
Link detected: yes
While the expected output is like
Settings for eth0:
Supported ...
-1
votes
1answer
20 views
how to gain access to a homepage on a tomcatserver within an ssh environment? [closed]
I have an ssh access to a server A
now as a part of my assignment I have to review the website on the tomcat server B
The problem is, commands like ping/traceroute/nc/nmap, etc are all disabled on ...
0
votes
0answers
22 views
ping: unknown host vm-arch [migrated]
i created a Arch-Linux VM with Virtualbox on a Debian host. The network setting in Virtualbox is "Network Bridge".
I can ping the ip returned by ifconfig on the VM from my host and can connect to it ...
0
votes
1answer
20 views
Linux local network file synchronize
I am trying to write a script in bash which is NFS-alike. It is supposed to scan the local network for other workstations, connect to all of them if available and search for a specific file (In this ...
0
votes
1answer
51 views
why i can not disable multicast request
I use the following command to disable the eth0 interface's multicast mode , but i not works :
sudo ifconfig eth0 -multicast
when do this, the eth0's configure is so:
ifconfig -v eth0
eth0 ...
0
votes
2answers
67 views
NAT-Traversal implementation for P2P connection
I need to implement a simple P2P application behind NATs. It should send data over a reliable and secure connection (Encrypted data over TCP). From the theoretical background I know there are several ...
-1
votes
0answers
45 views
tap interface with IP address [closed]
Can you please help if my below understanding is incorrect.
I have created a VM on a host machine.
VM has eth0 ==> 192.168.100.195
and a tap interface vnet0 got created in host machine.
In the host ...
-1
votes
0answers
8 views
Two NICs Ubuntu Server 12.04 [migrated]
I have two NICs within my Ubuntu server. One being the internet, the other being an internal network.
I have the following configuration whereas eth0 is the internet, eth1 is the internal network
...
0
votes
0answers
47 views
ldirectord does not transfer connections when a real server dies
I am using ldirectord to load balance two IIS servers. The ldirectord.cg looks like this:
autoreload = yes
quiescent = yes
checkinterval = 1
negotiatetimeout = 2
emailalertfreq = 60
emailalert = ...
0
votes
0answers
9 views
Problems if gatewayIp is assigned to a machine [closed]
I accidently assigned the gateway IP to my linux machine, then again reverted it back, however now i am not able to access the network. Please help.
Can somebody please list all settings that are ...
-1
votes
0answers
17 views
Simulating network connectivity on one machine? [closed]
If I were to send a packet from Port X on machine A to Port Y on machine A, how far down the network stack would the message go?
I would like to send messages as far down the network stack as ...
0
votes
0answers
64 views
eth1 networking interface not working while configuring hadoop [closed]
I have a following issue
Following is what i have given in my file in /etc/networking/interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet static
...
0
votes
2answers
34 views
Where can I obtain libnet.so's source code?
libnet.so is the system library that Java (linux distro) uses for all its native networking calls. I'm trying to debug a complicated networking issue involving a Java app, and need to take a peek at ...
-1
votes
0answers
30 views
Network routing for VMplayer Linux guest [closed]
I've moved a VMware Linux guest, created with VMware Workstation, to a laptop running VMplayer. The guest worked OK under Workstation using a static IP.
I've fixed up the network configuration ...






