Yes. You may also need a rule-eth1 file too. And make sure your new ifcfg file does not contain GATEWAY= or it will become the default route.I need to add static route for only 2nd nic to reach a.b.c.d network so I have to create route-eth1 file ?
Search found 32353 matches
- 2023/05/30 15:07:30
- Forum: CentOS 7 - Hardware Support
- Topic: enable nic on virtual environment
- Replies: 1
- Views: 54
Re: enable nic on virtual environment
You want ifup not ifconfig.
- 2023/05/29 15:32:46
- Forum: CentOS 7 - Software Support
- Topic: Problem with Kernel
- Replies: 1
- Views: 59
Re: Problem with Kernel
I think you need to go back to them and ask exactly what they mean. If you had a booting kernel before then it should still boot now. Kernels don't just stop working - they have no expiry date on them. If it worked before then it should work now. And you should ask for answers on the forum not via D...
- 2023/05/28 12:08:18
- Forum: 8 /8-Stream / 9-Stream - General Support
- Topic: CentOS 9 Stream stutter using nVidia drivers
- Replies: 2
- Views: 99
Re: CentOS 9 Stream stutter using nVidia drivers
I assume your mouse/keyboard are USB attached? Is there anything in /var/log/messages or in the output from journalctl -xe ?
- 2023/05/25 20:48:15
- Forum: 8 /8-Stream / 9-Stream - General Support
- Topic: gnucash question - if anyone knows
- Replies: 3
- Views: 160
- 2023/05/25 17:10:22
- Forum: CentOS 7 - Networking Support
- Topic: 2 Nics with 2 different Gateway
- Replies: 12
- Views: 5816
Re: 2 Nics with 2 different Gateway
Nothing to do with this but do not run 3 year old unpatched versions.CentOS Linux release 7.7.1908 (Core)
yum update
- 2023/05/25 17:06:12
- Forum: CentOS 7 - General Support
- Topic: Recently, a log called "single-bit ECC" has occurred a few times.
- Replies: 6
- Views: 238
Re: Recently, a log called "single-bit ECC" has occurred a few times.
Do you have ECC RAM installed?
- 2023/05/25 17:03:06
- Forum: CentOS 7 - General Support
- Topic: download files via console URGENT
- Replies: 1
- Views: 58
Re: download files via console URGENT
You'll have to ask directadmin about the backups as no-one uses it here.
- 2023/05/25 00:14:23
- Forum: CentOS 7 - General Support
- Topic: Newbie question : autofs is not working
- Replies: 5
- Views: 164
Re: Newbie question : autofs is not working
Also, tunk With NFS mounts I usually put them in /etc/fstab. That has the drawback that if the server is offline or inaccessible you can end up with hung mounts that don't respond and sometimes never recover. If you use autofs then you can do things like add a timeout to the connection so that after...
- 2023/05/24 18:11:21
- Forum: CentOS 7 - General Support
- Topic: Newbie question : autofs is not working
- Replies: 5
- Views: 164
Re: Newbie question : autofs is not working
Autofs doesn't mount stuff until it is referenced unless you include the 'ghost' parameter. Try ls -la /home/somevaliduser/
- 2023/05/24 11:25:17
- Forum: CentOS 7 - Software Support
- Topic: how do I install ansible in centos 7
- Replies: 7
- Views: 266
Re: how do I install ansible in centos 7
Make sure you have installed the correct epel-release package for CentOS 7. It should be epel-release-7-14.noarch so if yours is epel-release-8 or -9 then it's for a different version of RHEL, not for 7. We ship the correct package in the CentOS 7 'extras' repo so you should be able to just yum remo...