Displaying 20 results from an estimated 600 matches similar to: "Cannot Static Routes"
2015 Feb 19
3
Help with routing question.
On Wed, February 18, 2015 13:07, Les Mikesell wrote:
> On Wed, Feb 18, 2015 at 11:39 AM, James B. Byrne
> <byrnejb at harte-lyne.ca> wrote:
>> 2. How does one configure the routing table on network startup to
>> specifically detail the route particular addresses are supposed to
>> take?
>>
>
> Not exactly sure how routing works with aliases on the same
2015 Mar 12
3
Centos 6 - Persistant static routes
On Mar 12, 2015, at 11:52 AM, Jason Warr <jason at warr.net> wrote:
>
> On Thu, 12 Mar 2015 12:43:27 -0500, Robert Moskowitz <rgm at htt-consult.com> wrote:
>
>> I found:
>>
>> http://www.cyberciti.biz/tips/configuring-static-routes-in-debian-or-red-hat-linux-systems.html
>>
>> where it says to add to ifcfg-eth0:
>>
>>
2015 Feb 20
1
Help with routing question.
On Thu, February 19, 2015 12:33, Les Mikesell wrote:
> On Thu, Feb 19, 2015 at 9:48 AM, James B. Byrne
> <byrnejb at harte-lyne.ca> wrote:
>>
>>> I added these directives to the route-eth0:192 file:
>>>
>>> ADDRESS0=192.168.6.9
>>> NETMASK0=255.255.255.0
>>> GATEWAY0=192.168.6.1
>>>
>>
>> Which should have been:
2009 Apr 28
2
adding static route via network setup fails
I want to add the following route command
route add -net 192.168.2.0/27 gw 192.168.2.3
via the normal network setup.
The result should be the following routing table (the first line):
192.168.2.0/27 via 192.168.2.3 dev xenbr1 scope link
192.168.2.0/27 dev eth2 proto kernel scope link src 192.168.2.4
192.168.2.0/27 dev xenbr1 proto kernel scope link src 192.168.2.3
192.168.1.0/24 dev xenbr0
2016 Aug 10
1
Gateway question
On 10/08/16 16:29, Levente Birta wrote:
> And as I said this problem is resolved too ... I asked for another way
> to achieve this
When you add a default gateway with:
route add default gw 192.168.1.1 dev enp3s0
you'll note that you now have 2 routes with the same metric of 0 (use
route -n to see the metric field - couldn't get ip route to show me the
metric).
When using ip
2014 Jul 11
1
ctdb PARTIALLYONLINE
drbd ctdb ocfs2
Hi
Everything seems OK apart from the IP takeover.
public_addresses
192.168.1.80/24 enp0s3
192.168.1.81/24 enp0s3
ctdb status
Number of nodes:2
pnn:0 192.168.1.10 PARTIALLYONLINE
pnn:1 192.168.1.11 PARTIALLYONLINE (THIS NODE)
Generation:2090727463
Size:2
hash:0 lmaster:0
hash:1 lmaster:1
Recovery mode:NORMAL (0)
Recovery master:1
but we are getting:
2014/07/11
2015 Nov 13
3
Poor perfmance of bridged interfaces
2015-11-12 15:56 GMT-03:00 Ulf Volmer <u.volmer at u-v.de>:
> On 11/12/2015 07:42 PM, Sergio Belkin wrote:
>
> I've created a bridge using 2 interfaces and have a lot of messages as
>> follows:
>>
>> nov 12 15:30:22 localhost kernel: br0: received packet on enp0s3 with own
>> address as source address
>> nov 12 15:30:22 localhost kernel: br0:
2015 Nov 12
10
Poor perfmance of bridged interfaces
Hi,
I've created a bridge using 2 interfaces and have a lot of messages as
follows:
nov 12 15:30:22 localhost kernel: br0: received packet on enp0s3 with own
address as source address
nov 12 15:30:22 localhost kernel: br0: received packet on enp0s3 with own
address as source address
And the operating systems is extremely slow
Interfaces files :
[root at localhost ~]# cat
2015 Feb 19
0
Help with routing question.
On Thu, February 19, 2015 10:19, James B. Byrne wrote:
>
> I added these directives to the route-eth0:192 file:
>
> ADDRESS0=192.168.6.9
> NETMASK0=255.255.255.0
> GATEWAY0=192.168.6.1
>
Which should have been:
ADDRESS0=192.168.6.0
NETMASK0=255.255.255.0
GATEWAY0=192.168.6.1
Sigh.
--
*** E-Mail is NOT a SECURE channel ***
James B. Byrne
2005 Dec 12
1
Netcard don't up
Dear Friends
I have 2 netcards (eth0 to Internet and eth1 to internal network) in
CENTOS 4.2, bit when I boot system the up eth0 and et1i [OK].
When I run ifconfig the eth1 has not IP configure, then I run command
ifdown eth1 and ifup eth1, after eth1 is work perfect.
Below I show file /etc/sysconfig/network-scripts/ifcfg-eth1
# Please read /usr/share/doc/initscripts-*/sysconfig.txt
# for
2015 Nov 13
3
Poor perfmance of bridged interfaces
2015-11-12 18:07 GMT-03:00 James A. Peltier <jpeltier at sfu.ca>:
> ----- Original Message -----
> | Hi,
> |
> | I've created a bridge using 2 interfaces and have a lot of messages as
> | follows:
> |
> | nov 12 15:30:22 localhost kernel: br0: received packet on enp0s3 with own
> | address as source address
> | nov 12 15:30:22 localhost kernel: br0: received
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 Jul 22
1
Routing issue - Revisited
A number of weeks ago I had huge help from many of you configuring routing
on a server with multiple Internet facing nics. Thanks for all of your
help!!!!
I am still having a routing issue that I am hoping someone can help me
tweek. This server, besides acting as our gateway to the internet, is also
our web and email server. The server has 4 nics. Two are connected to the
internet and the
2015 Jun 30
6
RPC server not available when windows client attempts to join samba AD
I am installing a new Samba 4.2 Active Directory server on CentOS 7. I
followed the Wiki instructions on how to create the server. I am using
sernet-samba 4.2 binaries. Everything seems to be OK on the Linux side but
I cannot get any windows client to successfully join the domain. Each
attempt returns the following error message "RPC Server in not available".
Below are the config file
2015 Mar 12
6
Centos 6 - Persistant static routes
I know how to use 'ip' to set up a static route, e.g.:
ip route add 192.168.128.0/17 via 40.53.24.3 dev eth0
But if you reboot or restart network, you loose this. Thus you have to
make it persistant. I found:
http://www.cyberciti.biz/tips/configuring-static-routes-in-debian-or-red-hat-linux-systems.html
where it says to add to ifcfg-eth0:
192.168.128.0/17 via 40.53.24.3
But this
2018 May 23
4
Vsftpd vs. iptables firewall script
Le 23/05/2018 ? 16:36, Nux! a ?crit?:
> Try "iptables -I INPUT" for your FTP rule.
Doesn't work. I redirected all my errors to /var/log/messages, so here's
what I get when I try to connect Filezilla to that server.
May 23 16:48:58 c7-server kernel: +++ IPv4 packet rejected +++ IN=enp0s3
OUT= MAC=08:00:27:00:00:03:d4:85:64:b2:b2:1b:08:00 SRC=192.168.2.2
DST=192.168.2.12
2015 Jun 08
0
Why can't the CentOS get dynamic IP address in WIFI environment?
Hi CentOS users,
I have install CentOS 7 in VirtualBox, and want the guest CentOS using
dynamic IP address (The network type is bridged). I find the guest
CentOS can works OK when using ethernet cable, but can't get IP
address via wireless network. I also posted this issue on
stackoverflow
2007 Jun 22
0
Bug in initscripts? Problem with ifup-routes and alias device
Hello List,
I have one network card and added two IP-Adresses to it:
eth1 192.168.1.1/24
eth1:1 10.1.2.3/24
a want to use static routes on device eth1:1 and added one in
/etc/sysconfig/network-scripts/route-eth1:1:
GATEWAY0=10.1.2.4
ADDRESS0=10.2.2.0
NETMASK0=255.255.255.0
What the network-script should execute in background is:
ip route add 10.2.2.0/24 via 10.1.2.4 dev eth1
but it executes
2015 Mar 12
0
Centos 6 - Persistant static routes
On Thu, 12 Mar 2015 12:43:27 -0500, Robert Moskowitz <rgm at htt-consult.com>
wrote:
> I know how to use 'ip' to set up a static route, e.g.:
>
> ip route add 192.168.128.0/17 via 40.53.24.3 dev eth0
>
> But if you reboot or restart network, you loose this. Thus you have to
> make it persistant. I found:
>
>
2015 Mar 12
0
Centos 6 - Persistant static routes
On Thu, Mar 12, 2015 at 2:25 PM, Warren Young <wyml at etr-usa.com> wrote:
> On Mar 12, 2015, at 11:52 AM, Jason Warr <jason at warr.net> wrote:
>>
>> On Thu, 12 Mar 2015 12:43:27 -0500, Robert Moskowitz <rgm at htt-consult.com> wrote:
>>
>>> I found:
>>>
>>>