The interface tag has no wiki summary.
0
votes
0answers
9 views
Adding a new interface on pfsense [ESXi 5.x]
I'm struggling to add a new interface on the pfsense as I already have a WAN & a LAN interface configured. Our server is enabled with two physical interfaces as both of them are connected to a ...
0
votes
0answers
48 views
No wireless interface detected in Linux
I'm using Backtrack5R3 via bootable CD
and getting no wireless interface found output.
These are the o/p of commands by which you can get details of my problem.
My laptop model is Lenovo b490(20205).
...
0
votes
1answer
21 views
Define specific TTL for each interfaces
After some research, I was wondering if it was possible to define a TTL by interface as I can the Hop Limit definition in ipv6.
To change the TTL in IPv4, I can change the file
...
0
votes
0answers
12 views
Setting up HotSpot with two outbound interfaces
I want to configure my HotSpot when having 2 outbound interfaces.
wlan0 - HotSpot interface
usb0 - outbound interface for wlan0
eth0 - outbound interface for any other connections.
Is it possible ...
1
vote
1answer
50 views
Route HTTP traffic thorugh different interface
I have my normal eth0 interface and an setup ppp0 interface, the problem I have is that I want to exclusively route all HTTP/HTTPS traffic through the ppp0 interface and everything else through the ...
2
votes
0answers
52 views
How to route traffic to different interfaces for different ports [duplicate]
I have an eth0 connection providing internet connection through a proxy server only for port 80 and 443 (provided by university). For ssh, git and related purposes, I got a different connection on my ...
0
votes
0answers
24 views
Dial up interface query
I am using Fedora 13.
I have three NIC's in my device, and I have configured dial up on third interface (eth2). After network restart, when I fire ifconfig, I can see entries as eth0, eth1, eth2 and ...
1
vote
1answer
163 views
Remotely accessing cassandra running on local loopback IP/port 127.0.0.1
I have been using ccm for some time and it's pretty awesome tool to test out admin stuff. Now, I really want to test modeling data by trying to access ccm running cassandra using Thrift based ...
2
votes
4answers
493 views
How to use ifconfig to show active interface only
By default ifconfig will show me all available interfaces , but what if I just want to display active ones? Like, en0 only in below.
en0: ...
2
votes
0answers
493 views
How do I force ssh to use a second interface with higher metric?
I have a Crunchbang VM with two interfaces, eth0 and eth1, each
of which connects to an OpenWRT VM (eth0 being 10.232.64.20 and
eth1 being 10.232.65.20). I'm using Network Manager and DHCP. My ...
1
vote
2answers
175 views
Linux Operating System Graphical user interface [closed]
So I am currently looking into operating systems at the moment out of interest and have read quite a few articles and guides on making your own, I found Linux and how its possible to create your own ...
1
vote
1answer
34 views
retrieve the host interface name used by a VirtualBox interface in “bridged mode”
I need to retrieve the tuntap interface name used from my the VM interfaces in "bridged adapter" mode.
I found that this information resides in the xml file of the VirtualBox VM under:
val ...
1
vote
1answer
1k views
CentOS 6.2 black screen…help
I'm facing some problems with the CentOS graphical interface.
When I try to reboot the machines, it seems everything okay. I can connect to the machine through ssh from other machine and it has no ...
0
votes
0answers
176 views
Difference between virtual interfaces with ifconfig and iproute2
I am wondering what is the difference between:
# ifconfig eth0:0 1.1.1.1/24
and just
# ip addr add 1.1.1.1/24 dev eth0
Btw I cannot do
# ip addr add 1.1.1.1/24 dev eth0:0
RTNETLINK answers: ...
0
votes
1answer
110 views
Not able to run vnstat unless as root in debian 7
So, I need to run this command:
vnstat -tr 2
But as a user I just created, not as root, as root it works fine, but as a regular user I get this:
Error: Unable to get interface "eth0" statistics.
...
2
votes
3answers
784 views
Why is delay after ifconfig down needed before up if changing MAC address?
Hi I made bash script to put down my interface, change MAC address and get it up again.
#!/bin/bash
INTERFACE_STATUS=$( cat /sys/class/net/eth0/operstate )
echo "$INTERFACE_STATUS"
if [ ...
0
votes
0answers
79 views
Centreon Web Interface Slow
Our Centreon web interface is so slow ! about 3/4 mins to have my click's results ...
While Nagios is working perfectly ...
Thanks to Google, i guess it comes from mysql. But I can't understand ...
2
votes
1answer
80 views
Troubleshooting internet connectivity
Recently I see that I often lose internet connectivity on my Linux machines. I am starting to think that it may be a router problem, but I have no idea to check if this is indeed the problem.
...
1
vote
3answers
342 views
What are the interface prefix meanings in ifconfig?
I'm not sure if these have a name, but on most computers I use the interface prefixes are usually:
eth- : Ethernet/Wired
wlan- : Wireless/WiFi
However, on my ASUS RT-N56U, I have the following:
...
0
votes
1answer
93 views
Renamed network interfaces [duplicate]
A recent update on my Mint system caused the eth1 to end up being renamed as eth3 and therefore breaking all my firewall & forwarding rules. How does this happen? How can I enforce the network ...
1
vote
1answer
176 views
Postfix uses the interface alias instead of the primary interface
When sending e-mail with /usr/sbin/sendmail (e.g., using a script), Postfix causes the mail to be sent using one of the host's interface aliases (eth0:0, 74.50.122.55) instead of using the primary ...
0
votes
1answer
156 views
Regex awk to Cisco Interface
I would like to know if have some Sed/Grep or Awk regex to parse Cisco interface section, with specific attribute, like bellow.
Content of file.txt
!
interface FastEthernet0/1
no ip unreachables
!
...
0
votes
2answers
189 views
CentOS GUI problem using Gnome
For some reason lately when I try to set the date using the interface, or simply install a .rpm by double clicking the dialog that should prompt me to input my passowrd just shakes like it has a bug. ...
2
votes
1answer
54 views
switch network on and off of a virtual remote server
I need to perform a testing panel which disconnects a network cable and connect it again on a specific virtual server via a php web page.
I found that ip & ifconfig can disconnect a network, but ...
2
votes
1answer
492 views
Wait for interface to brought up before UDHCP
I am using an embedded linux distro with busybox utilities. During system boot I am configuring my interface via DHCP in startup scripts.
/etc/rcS.d/S40networking
|---------> ifup ...
2
votes
2answers
2k views
Network naming on Arch Linux
I've just installed Arch Linux on my old PC, to do the installation I used wifi-menu wlan0, now I've reboot but if I type:
ifconfig wlan0 up
I have as a result:
wlan0: ERROR while getting ...
1
vote
1answer
1k views
How do I set up several interfaces all bridged onto eth0?
I have found several guides to bridging a single interface (eg br0) onto eth0 but none for multiple interfaces (eg br0, br1 etc).
Is this possible?