Search found 4 matches
- 2016/07/19 15:33:06
- Forum: CentOS 6 - Networking Support
- Topic: Server has 2 IP addresses, no firewall? (iptables)
- Replies: 1
- Views: 711
Server has 2 IP addresses, no firewall? (iptables)
So I have a CentOS 6.8 VPS with everything 100% up to date so it's not that, I have 2 IP addresses Let me just first recap what I did Had VPS with 1 IP, ordered another IP through host, followed these instructions Change the boot protocol from "dhcp" to "static" on eth0. If you are already using a s...
- 2015/12/09 07:23:46
- Forum: CentOS 6 - Networking Support
- Topic: Firewall TUI IPTables drop IP
- Replies: 3
- Views: 1464
Re: Firewall TUI IPTables drop IP
Thanks, the annoying issue was that whenever I made a change in the TUI it would undo any of the dropped IPs I had saved. I will look into spending more time getting all the iptables commands down haha
- 2015/12/08 21:44:28
- Forum: CentOS Social
- Topic: What's up?
- Replies: 1
- Views: 1898
Re: What's up?
Not much, I'm a fan of Linux too, especially REHL for server and Desktop use but I have no issues with things like Debian on a raspberry pi, for example haha
- 2015/12/08 18:41:15
- Forum: CentOS 6 - Networking Support
- Topic: Firewall TUI IPTables drop IP
- Replies: 3
- Views: 1464
Firewall TUI IPTables drop IP
Hey, I am running CentOS 6.7 x64 and I encountered an issue with something I want to do. I haven't taken the time to learn IPTables yet, so instead I've been using "system-config-firewall-tui", and I was wondering if there was a way to do "/sbin/iptables -I INPUT -s {IP-HERE} -j DROP" from within it...