Hostroute => Bridge and IP-Forwardings

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) Hostroute => Bridge and IP-Forwardings
# 1  
Old 01-14-2013
Apple Hostroute => Bridge and IP-Forwardings

Hello unix community,

Could anyone tell me what is the macosx command for:

1) ip hostroute to bridge:
ip route add 188.40.1.40/32 dev br0
(linux command)
/32 ist for netmask? Because I use /29.


2) and IP-Forwarding:
net.ipv4.ip_forward = 1
(linux command)

I hope anyone could help me!
# 2  
Old 01-15-2013
Did you try the plane old "route" command?
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. IP Networking

Create a Bridge for Qemu using only loopback

hello networking folks, i have 3 virtual machines that need to talk to each other How can i create a bridge to loopback ? -net tap,vlan=0,ifname=tap1 where tap1 is connected to lo:1 , tap2 is connected to lo:2 etc thx (0 Replies)
Discussion started by: TwiceDone
0 Replies

2. Ubuntu

Wireless Bridge/Repeater ?

I have a laptop running Ubuntu Netbook Remix. What I want to do is use it to connect to my routers wifi, and then plug my desktop into the laptops ethernet port and be hooked to my routers network without any NAT or ICS. Desktop>>>>>>Laptop/Wired>>Laptop/Wireless>>>>>Router I want it to look... (6 Replies)
Discussion started by: schwasskin
6 Replies

3. Solaris

[beginner] dladm create-bridge

hello everyone, I'm a new user and unix-beginner. I've just installer solaris 11 on my home server, disabled some services, created a fallback BE, enabled speedstep, etc and now I'm trying to create some zones. I'd like to have an exclusive ip zone and, as far as I know, I sould assignate it... (12 Replies)
Discussion started by: kimj
12 Replies

4. IP Networking

Connecting two machines with an ethernet bridge

Hello, I want to connect 2 machines with a bridge between them to control the traffic i.e. delay, loss rate, etc. I am using the following solution: 2 end machines with ip-adresses 192.168.0.8 and 192.168.0.16. 1 machine with 2 NIC interface cards: 192.168.0.40 and 192.168.0.41 I have... (9 Replies)
Discussion started by: abhishek2301
9 Replies

5. IP Networking

SNMP in a Bridge device

Hello all, recently we've created a Bridge on a machine that was being used as an snmp, and we haven't assigned an IP for the bridge interface, instead we've used one extra NIC to make all the administrations, but SNMP is simply not working, any one have a clue on how to do this? Thanks. (0 Replies)
Discussion started by: Zarnick
0 Replies

6. UNIX for Dummies Questions & Answers

bridge on linux

Hello. I expirince some problems with bridging, i'm pretty new to that technology I've 2 nic's 1 - wireless rt2500 ra0 canyon cn511 card 2 - e100 intel, ifconfig ra0 up && iwconfig ra0 essid xxx channel x mode managed bring me wireless connection up then i do following: brctl addbr br0... (1 Reply)
Discussion started by: hachik
1 Replies
Login or Register to Ask a Question