4 articles tagged "route command"
- Linux IPv6 Default Route Not Working
Linux kernel have a bug that affects the default route for ipv6 networking. Adding an extra route manually can solve the issue.
- How do I Drop or block attackers IP with null routes?
Someone might attack on your system. You can drop attacker IP using IPtables. However, you can use route command to null route unwanted traffic. A null route (also called as blackhole route) is a network route or kernel routing table entry that goes nowhere. Matching packets are dropped (ignored) rather than forwarded, acting [...]
- Configure static routes in Debian or Red Hat Linux systems
Static routes improves overall performance of your network (especially bandwidth saving). They are also useful in stub networks (i.e. there is only one link to the network). For example, each LAN (located at different offices) is connecting to HQ IDC (internet data center) using single T1/LL/Wan link.
For example under Red Hat/Fedora Linux you can add [...]
- HP-UX: How Do I configure routing or add route?
You can use route command to configure routing. Syntax is as follows:
route add net {network-address} netmask {subnet} {router-address}
Let us assume your router address is 192.168.1.254 and network ID is 192.168.1.0/24, then you can type route command as follows:
# route add net 192.168.1.0 netmask 255.255.255.0 192.168.1.254
OR
To add a default route:
# route add default 192.168.1.254
Verify that (display) [...]
Viewing 1-4 of 4 posts. ( see all popular tags )


Recent Comments
Yesterday ~ 26 Comments
Yesterday ~ 2 Comments
Yesterday ~ 1 Comment
Yesterday ~ 3 Comments
Yesterday ~ 3 Comments