|
OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below. |
|
Thread Tools | Display Modes |
|
|||
Multiple IPv4 addresses on a single network adapter
Hi. The network is divided into subnets and the computer needs access to
these subnets to route information. How to add additional IPv4 addresses to a single network adapter? |
|
|||
You did not show the actual network layout, but usually accessing subnets is done with routing, and not by adding multiple addresses to a single host.
If I would have to access the 10.14.91.00/24 network and the host 192.168.0.102 can reach that network, I would manually add a route with: Code:
# route add -net 10.14.91 -host 192.168.0.102 add net 10.14.91: gateway 192.168.0.102
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump |
Tags |
ipv4 |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Overnight Company gets control of 175 Million IPv4 addresses | shep | News | 3 | 25th April 2021 03:40 AM |
Europe officially runs out of IPv4 addresses | J65nko | News | 1 | 15th September 2012 12:02 PM |
Trading IPv4 addresses will end in tears | J65nko | News | 0 | 30th August 2011 12:43 AM |
World shrugs as IPv4 addresses finally exhausted | J65nko | News | 0 | 2nd February 2011 10:23 PM |
Scraping the bottom of the IPv4 barrel for new addresses | J65nko | News | 1 | 17th June 2010 11:51 PM |