Displaying 20 results from an estimated 2116 matches for "ifconfig".
2004 Apr 04
2
ip addr add vs ifconfig eth0:1
A stupid question: which is recomended?
I have 1 interface eth0. I need to set about 20 virtual interfaces eth0:xx
on it.
If I create them with ifconfig eth0:xx I see it with ifconfig and with ip
addr ls. If I set it with ''ip addr add'', ifconfig don''t show them, but ''ip
addr ls'' and ''route'' show them. So, which is better?
Thanks in advance.
PS: I can''t find anywhere docs ab...
2011 Jul 15
4
What package contains ifconfig?
I don't have ifconfig on my new installation of CentOS 5.6, but it is on
my server in the cloud. What package contains it?
Thanks,
John
--
John J. Boyer; President, Chief Software Developer
Abilitiessoft, Inc.
http://www.abilitiessoft.com
Madison, Wisconsin USA
Developing software for people with disabilities
2012 Jul 16
0
ifconfig(8) fails to set MTU on multiple interfaces.
>Submitter-Id: current-users
>Originator: Jason Hellenthal
>Organization:
>Confidential: no
>Synopsis: ifconfig(8) fails to set MTU on multiple interfaces.
>Severity: non-critical
>Priority: high
>Category: kern
>Class: sw-bug
>Release: FreeBSD 8.3-STABLE i386
>Environment:
System: FreeBSD disbatch.DataIX.local 8.3-STABLE FreeBSD 8.3-STABLE #23 r238498: Sun Jul 15 15:34:30 EDT 2012 jh@Data...
2014 Sep 07
4
Ifconfig ipv6:permission denied.
Hi!
I installed CentOS 7 today, it's a minimal install, so it didn't have
ifconfig command. So I installed net-tools, however I can't add ipv6
address to it.
# ifconfig enp0s3 add fc00::1002/124
SIOCSIFADDR: Permission denied.
Yes, I'm running as root.
CentOS is running in a Qemu instance with e1000 ethernet card.
2009 Mar 03
1
bce: unable to fix media
Hi,
tuning my network fixing nic's speed and duplex (both on server and
switch) i got this error with bce driver:
# ifconfig bce0
bce0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=1bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4>
ether 00:15:c5:fe:11:01
inet 192.168.1.13 netmask 0xffffff00 broadcast 192.168.1.255
media: Ether...
2016 Jan 07
2
Troubleshooting on OS X
...from http://tuntaposx.sourceforge.net/.
Not sure why the macports install didn't work, but it seems I'm making
progress.
Now I get this:
> sudo tincd -n dpsf -D -d3
tincd 1.0.21 (Feb 3 2015 20:09:36) starting, debug level 3
/dev/tun0 is a Generic BSD tun device
Executing script tinc-up
ifconfig: interface dpsfVPN does not exist
Script tinc-up exited with non-zero status 1
Listening on 0.0.0.0 port 655
Ready
Trying to connect to dpserver001 (71.202.38.86 port 655)
Connected to dpserver001 (71.202.38.86 port 655)
Sending ID to dpserver001 (71.202.38.86 port 655)
... (lots of stuff, but I ca...
2008 Oct 29
2
Problem with Bridging ... and bge devices under FreeBSD 7.x?
...e, and it all
works perfectly, but as soon as I do this on another machine on a public IP,
I'm not getting any routing, I can't even ping it from the same machine ...
My first thought was that there was an issue with IP aliases already on the
bge device, but tried doing the following:
ifconfig bridge0 destroy
ifconfig tap0 destroy
ifconfig fxp0 -alias 192.168.1.101
ifconfig fxp0 alias 192.168.1.101 netmask 255.255.255.255
ifconfig bridge0 create
ifconfig tap0 create
ifconfig bridge0 addm fxp0 addm tap0 up
on my desktop here and then starting up the qemu image, and all worked as
expecte...
2016 Jan 08
1
Troubleshooting on OS X
...es I needed between Linux and OS X:
You'll need to install http://tuntaposx.sourceforge.net/ manually.
On tinc.conf:
> Linux
Name = ntwigg2014linux
AddressFamily = ipv4
Interface = dpsfVPN
ConnectTo = dpserver001
> Mac
Same, but remove the Interface line entirely
On tinc-up:
> Linux
ifconfig $INTERFACE 10.0.0.12 netmask 255.255.255.0
> Mac
ifconfig $INTERFACE 10.0.0.12/24 10.0.0.100 ; 10.0.0.100 is dpserver001
above
route add -net 10.0.0.0 10.0.0.12 255.255.255.0
With the files above, I can ping dpserver001 (10.0.0.100). My network is a
star (all the endpoints go to dpserver001 f...
2007 Apr 18
1
[Bridge] How to bridge a eth0 and usb0 device
Hi
I intent to use brctl to bridge two devices on linux box. One is eth0,
the other is USB net which is recognized as usb0 by linux box.
Then I run following command
# ifconfig eth0 down
# ifconfig usb0 down
# brctt addbr ipbr
# brctl addif ipbr eth0
# brctl addif ipbr usb0
# ifconfig eth0 up
# ifconfig eth0 0.0.0.0
# ifconfig usb0 up
# ifconfig usb0 0.0.0.0
# ifconfig ipv6 up
eth0 usb0
192.168.16.2
Box1<----------------> Linu...
2014 Feb 03
1
what is difference between ifconfig and ifup?
I and testing command line to up and down ethernet connection.
if I perform following, client can not re-connect.
????? ifconfig eth0 down
????? ifconfig eth0 up
if I use following, client can re-connect:
????? ifconfig eth0 down
????? ifup eth0
What difference between "ifconfig up" and "ifup"?
thanks.
2007 Apr 18
2
[Bridge] Getting dynamic ip address for a bridge
Hello,
I how an embedded processor that needs to act as a bridge between a wireless
and wired network. I have managed to bring up the bridge fine. I can also
bring up the bridge with a static ip address. However I can not figure out
how to bring up the bridge with a dynamic ip address.
Is it possible to for a bridge to get a dynamically assigned ip address?
Oliver
2007 Sep 07
5
unable to add IP address to eth0:0 eth0:1 etc
Hi all,
I need to (quickly!grrr) update IP addresses for which a given machine
will answer.
I did this:
/sbin/ifconfig eth0:0 xx.xx.xx.10 netmask 255.255.255.0
/sbin/ifconfig eth0:1 xx.xx.xx.11 netmask 255.255.255.0
/sbin/ifconfig eth0:2 xx.xx.xx.30 netmask 255.255.255.0
/sbin/ifconfig eth0:3 xx.xx.xx.31 netmask 255.255.255.0
/sbin/ifconfig eth0:4 xx.xx.xx.13 netmask 255.255.255.0
/sbin/ifconfig eth0:5 xx.xx.xx.15...
2001 Jun 22
1
book on tinc
...nnectTo = bar
KeyExpire = 3600
PingTimeout = 60
PrivateKeyFile = /etc/tinc/vpn1/rsa_key.priv
TapDevice = /dev/tap0
/etc/tinc/vpn1/hosts/bar --
Subnet = 192.168.1.2/32
Address = a.b.c.d
Port = 655
-----BEGIN RSA PUBLIC KEY-----
[…]
-----END RSA PUBLIC KEY-----
/etc/tinc/vpn1/tinc-up --
#!/bin/sh
ifconfig tap0 down
ifconfig tap0 hw ether fe:fd:00:00:00:00
ifconfig tap0 192.168.1.1 netmask 255.255.255.255
ifconfig tap0 -arp
bar's configuration:
/etc/tinc/vpn1/tinc.conf --
Name = bar
KeyExpire = 3600
PingTimeout = 60
PrivateKeyFile = /etc/tinc/vpn1/rsa_key.priv
TapDevice = /dev/tap0
/etc/tinc/...
2016 Mar 18
1
wiki update : https://wiki.centos.org/FAQ/CentOS7 : FAQ 7: ifconfig/netstat
wiki name: HavardSorli
Page for update : https://wiki.centos.org/FAQ/CentOS7
some notes / comments to:
FAQ "7. What have you done with ifconfig/netstat?"
"no longer install the net-utils package"
I am not 100% sure, but I think "net-utils" is the wrong package name.
I have checked Centos 4.9 and 7.2, ifconfig is part of the net-tools package
# rpm -ql net-tools
<snip>
/sbin/ifconfig
It my be worth to men...
2007 Apr 18
1
[Bridge] Performance problem with linux bridge ... compare kernel 2.6.13.4 to 2.6.15.1
...in top I have ksoftirqd proccess.
The machine is P4 3.2 GHz with 1GB of ram and 4 NetGear 620 cards
The config is:
/sbin/modprobe acenic link=0x0100,0x0100,0x0100,0x0100
tx_coal_tick=256,256,256,256 rx_coal_tick=256,256,256,256
max_rx_desc=512,512,512,512 max_tx_desc=512,512,512,512
/sbin/ifconfig eth0 0.0.0.0 txqueuelen 10000 mtu 1500 up
/sbin/ifconfig eth1 0.0.0.0 txqueuelen 10000 mtu 1500 up
/sbin/ifconfig eth2 0.0.0.0 txqueuelen 10000 mtu 1500 up
/sbin/ifconfig eth3 0.0.0.0 txqueuelen 10000 mtu 1500 up
#To bond0
/sbin/ifconfig eth0 down
/sbin/ifconfig eth2 down
#To bond1
/sbin/ifconfig...
2003 Aug 22
1
ifconfig hw ether and -arp
...on both hosts, but pinging hosta from hostb wouldn't work until hosta
pinged hostb.
I've used an earlier version of tinc before in a different environment
with no problems, and vaguely remembered a more complicated tinc-up
script, so I dug about in the archives.
My tinc-up now looks like:
ifconfig "$INTERFACE" hw ether fe:fd:0:0:0:0 -arp
ifconfig "$INTERFACE" 10.0.0.1 netmask 255.0.0.0
The first ifconfig line isn't mentioned in the current documentation,
perhaps it should be updated?
Besides that, tinc works perfectly - thank you!
Robie.
--
Robie Basak <robie@p...
2011 Sep 11
4
CentOS 6: ethernet "ifconfig up" failure
...:xx:xx:xx:xx:xx
TYPE=Ethernet
BOOTPROTO=none
IPADDR=192.168.2.5
PREFIX=24
GATEWAY=192.168.2.1
DNS1=192.168.2.1
DNS2=192.168.2.1
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
IPV6INIT=no
NAME="System eth0"
UUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
I reboot to level3, do startx (to KDE 4) then do:
# ifconfig eth0 up
# ping 192.168.9.1
connect: Network is unreachable
If I edit ifcfg-eth0 to set
ONBOOT=yes
and reboot, I get a proper connection.
So why is "ifconfig eth0 up" not connecting?
Thanks for your help.
Mike.
2016 Sep 05
4
more than one IP address on network device?
On Sep 4, 2016, at 1:27 PM, Walter H. <walter.h at mathemainzel.info> wrote:
> 'ifconfig' doesn't show these additional addresses ...
This is one of the many reasons why people don?t use ?ifconfig? anymore.
--
Jonathan Billings <billings at negate.org>
2005 Apr 23
6
Problems with domU networking
Moi!
I upgraded Xen-2.0.1 to Xen-2.0.5 (testing) and everything compiled cleanly.
I''m still able to boot dom0 and start domUs but networking doesn''t work
anymore.
xen-br0 appears in dom0, but vif-interfaces now only when ifconfig -a is
used. Interface appears in domU and all seems to be fine, except no any
data doesn''t move in any direction. I can''t even ping between dom0 and domU.
So it creates an interface, but somehow it doesn''t work properly.
What might be wrong? No firewalls enabled atm.
Here...
2002 Aug 15
4
tinc-1.0pre7-i386-1.tgz
...mijn bestanden:
Op computer 1 genaamd suse met ip 192.168.0.99 netmask 255.255.255.0
/etc/tinc/tinc.conf:
Name = suse
TapDevice = /dev/tun
PrivateKeyFile = /etc/tinc/test-vpn/rsa_key.priv
ConnectTo = Arnout
Hostnames = no
KeyExpire = 3600
PingTimeout = 60
/etc/tinc/test-vpn/tinc-up
#!/bin/sh
ifconfig eth0 down
ifconfig eth0 hw ether fe:fd:00:00:00:00
ifconfig eth0 192.168.0.99 netmask 255.255.255.0
ifconfig eth0 -arp
/etc/tinc/test-vpn/tinc.conf
Name = suse
TapDevice = /dev/tun
PrivateKeyFile = /etc/tinc/test-vpn/rsa_key.priv
ConnectTo = arnout
Hostnames = no
KeyExpire = 3600
PingTimeout = 60...